#B75384

Color #B75384 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #B75384

Tints of Mulberry #B75384

Color information

#B75384 (or 0xB75384) is unknown color: approx Mulberry. HEX triplet: B7, 53 and 84. RGB value is (183,83,132). Sum of RGB (Red+Green+Blue) = 183+83+132=398 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.98% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 132 (51.95% from 255 or 33.17% from 398); Max value from RGB is 183 - color contains mainly: red. Hex color #B75384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75384 is #48AC7B. Grayscale: #767676. Windows color (decimal): -4762748 or 8672183. OLE color: 8672183.

HSL color Cylindrical-coordinate representation of color #B75384: hue angle of 330.6º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B75384 is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB18383132-
CMYK00.550.280.28
HSL330.6º40.98%52.16%-
HSV(B)330.6º54.64%71.76%-
XYZ26.7917.9223.88-
YUV118.49135.63174.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 183 (71.88% from 255) = 45.98%
GREEN value IS 83 (32.81% from 255) = 20.85%
BLUE value IS 132 (51.95% from 255) = 33.17%
R=45.98%
G=20.85%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838313200.550.280.28330.640.9852.16
HexB753840371C1C14b2934
Octal26712320406734345135164
Binary1011011110100111000010001101111110011100101001011101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75384; }

 p { color: rgb(183,83,132); }

 H1.HeaderClassName
 {
   color: #B75384;
 }
 .AnyTagClassName
 {
   color: #B75384;
 }
</style>
background-color css

<style>
 a { background-color: #B75384; }

 a { background-color: rgb(183,83,132); }

 div.DivClassName
 {
   background-color: #B75384;
 }
 .BgClassName
 {
   background-color: #B75384;
 }
</style>
border-color css

<style>
 span { border-color: #B75384; }

 span { border-color: rgb(183,83,132); }

 td.TdClassName
 {
   border-color: #B75384;
 }
 .TagClassName
 {
   border-color: #B75384;
 }
</style>