#BB5591

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

Shades of Mulberry #BB5591

Tints of Mulberry #BB5591

Color information

#BB5591 (or 0xBB5591) is unknown color: approx Mulberry. HEX triplet: BB, 55 and 91. RGB value is (187,85,145). Sum of RGB (Red+Green+Blue) = 187+85+145=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 145 (57.03% from 255 or 34.77% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5591 is #44AA6E. Grayscale: #7A7A7A. Windows color (decimal): -4500079 or 9524667. OLE color: 9524667.

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

Color convert

RGB18785145-
CMYK00.550.220.27
HSL324.71º42.86%53.33%-
HSV(B)324.71º54.55%73.33%-
XYZ28.8519.1128.96-
YUV122.34140.79174.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.84%
GREEN value IS 85 (33.59% from 255) = 20.38%
BLUE value IS 145 (57.03% from 255) = 34.77%
R=44.84%
G=20.38%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878514500.550.220.27324.7142.8653.33
HexBB5591037161B1452b35
Octal27312522106726335055365
Binary1011101110101011001000101101111011011011101000101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5591; }

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

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

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

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

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

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

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

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