#BB5486

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

Shades of Mulberry #BB5486

Tints of Mulberry #BB5486

Color information

#BB5486 (or 0xBB5486) is unknown color: approx Mulberry. HEX triplet: BB, 54 and 86. RGB value is (187,84,134). Sum of RGB (Red+Green+Blue) = 187+84+134=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 84 (33.20% from 255 or 20.74% from 405); Blue value is 134 (52.73% from 255 or 33.09% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5486 is #44AB79. Grayscale: #787878. Windows color (decimal): -4500346 or 8803515. OLE color: 8803515.

HSL color Cylindrical-coordinate representation of color #BB5486: hue angle of 330.87º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB5486 is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB18784134-
CMYK00.550.280.27
HSL330.87º43.1%53.14%-
HSV(B)330.87º55.08%73.33%-
XYZ27.9718.6324.68-
YUV120.5135.62175.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.17%
GREEN value IS 84 (33.20% from 255) = 20.74%
BLUE value IS 134 (52.73% from 255) = 33.09%
R=46.17%
G=20.74%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878413400.550.280.27330.8743.153.14
HexBB54860371C1B14b2b35
Octal27312420606734335135365
Binary1011101110101001000011001101111110011011101001011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5486; }

 p { color: rgb(187,84,134); }

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

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

 a { background-color: rgb(187,84,134); }

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

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

 span { border-color: rgb(187,84,134); }

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