#BB5997

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

Shades of Mulberry #BB5997

Tints of Mulberry #BB5997

Color information

#BB5997 (or 0xBB5997) is unknown color: approx Mulberry. HEX triplet: BB, 59 and 97. RGB value is (187,89,151). Sum of RGB (Red+Green+Blue) = 187+89+151=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 89 (35.16% from 255 or 20.84% from 427); Blue value is 151 (59.38% from 255 or 35.36% from 427); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5997 is #44A668. Grayscale: #7D7D7D. Windows color (decimal): -4499049 or 9918907. OLE color: 9918907.

HSL color Cylindrical-coordinate representation of color #BB5997: hue angle of 322.04º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB5997 is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB18789151-
CMYK00.520.190.27
HSL322.04º41.88%54.12%-
HSV(B)322.04º52.41%73.33%-
XYZ29.6519.9431.56-
YUV125.37142.47171.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.79%
GREEN value IS 89 (35.16% from 255) = 20.84%
BLUE value IS 151 (59.38% from 255) = 35.36%
R=43.79%
G=20.84%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878915100.520.190.27322.0441.8854.12
HexBB5997034131B1422a36
Octal27313122706423335025266
Binary1011101110110011001011101101001001111011101000010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5997; }

 p { color: rgb(187,89,151); }

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

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

 a { background-color: rgb(187,89,151); }

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

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

 span { border-color: rgb(187,89,151); }

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