#BB4C91

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

Shades of Mulberry #BB4C91

Tints of Mulberry #BB4C91

Color information

#BB4C91 (or 0xBB4C91) is unknown color: approx Mulberry. HEX triplet: BB, 4C and 91. RGB value is (187,76,145). Sum of RGB (Red+Green+Blue) = 187+76+145=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 76 (30.08% from 255 or 18.63% from 408); Blue value is 145 (57.03% from 255 or 35.54% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4C91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4C91 is #44B36E. Grayscale: #747474. Windows color (decimal): -4502383 or 9522363. OLE color: 9522363.

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

Color convert

RGB18776145-
CMYK00.590.220.27
HSL322.7º44.94%51.57%-
HSV(B)322.7º59.36%73.33%-
XYZ28.1917.7828.73-
YUV117.06143.77177.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.83%
GREEN value IS 76 (30.08% from 255) = 18.63%
BLUE value IS 145 (57.03% from 255) = 35.54%
R=45.83%
G=18.63%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877614500.590.220.27322.744.9451.57
HexBB4C9103B161B1432d34
Octal27311422107326335035564
Binary1011101110011001001000101110111011011011101000011101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4C91; }

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

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

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

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

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

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

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

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