#BB4B91

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

Shades of Mulberry #BB4B91

Tints of Mulberry #BB4B91

Color information

#BB4B91 (or 0xBB4B91) is unknown color: approx Mulberry. HEX triplet: BB, 4B and 91. RGB value is (187,75,145). Sum of RGB (Red+Green+Blue) = 187+75+145=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 75 (29.69% from 255 or 18.43% from 407); Blue value is 145 (57.03% from 255 or 35.63% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4B91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4B91 is #44B46E. Grayscale: #747474. Windows color (decimal): -4502639 or 9522107. OLE color: 9522107.

HSL color Cylindrical-coordinate representation of color #BB4B91: hue angle of 322.5º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB4B91 is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB18775145-
CMYK00.600.220.27
HSL322.5º45.16%51.37%-
HSV(B)322.5º59.89%73.33%-
XYZ28.1217.6428.71-
YUV116.47144.11178.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.95%
GREEN value IS 75 (29.69% from 255) = 18.43%
BLUE value IS 145 (57.03% from 255) = 35.63%
R=45.95%
G=18.43%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877514500.600.220.27322.545.1651.37
HexBB4B9103C161B1422d33
Octal27311322107426335025563
Binary1011101110010111001000101111001011011011101000010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4B91; }

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

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

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

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

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

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

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

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