#BB5590

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

Shades of Mulberry #BB5590

Tints of Mulberry #BB5590

Color information

#BB5590 (or 0xBB5590) is unknown color: approx Mulberry. HEX triplet: BB, 55 and 90. RGB value is (187,85,144). Sum of RGB (Red+Green+Blue) = 187+85+144=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 85 (33.59% from 255 or 20.43% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5590 is #44AA6F. Grayscale: #7A7A7A. Windows color (decimal): -4500080 or 9459131. OLE color: 9459131.

HSL color Cylindrical-coordinate representation of color #BB5590: hue angle of 325.29º 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 #BB5590 is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB18785144-
CMYK00.550.230.27
HSL325.29º42.86%53.33%-
HSV(B)325.29º54.55%73.33%-
XYZ28.7819.0828.55-
YUV122.22140.29174.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.95%
GREEN value IS 85 (33.59% from 255) = 20.43%
BLUE value IS 144 (56.64% from 255) = 34.62%
R=44.95%
G=20.43%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878514400.550.230.27325.2942.8653.33
HexBB5590037171B1452b35
Octal27312522006727335055365
Binary1011101110101011001000001101111011111011101000101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5590; }

 p { color: rgb(187,85,144); }

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

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

 a { background-color: rgb(187,85,144); }

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

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

 span { border-color: rgb(187,85,144); }

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