#BB4D9F

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

Shades of Mulberry #BB4D9F

Tints of Mulberry #BB4D9F

Color information

#BB4D9F (or 0xBB4D9F) is unknown color: approx Mulberry. HEX triplet: BB, 4D and 9F. RGB value is (187,77,159). Sum of RGB (Red+Green+Blue) = 187+77+159=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 77 (30.47% from 255 or 18.20% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB4D9F is #44B260. Grayscale: #777777. Windows color (decimal): -4502113 or 10440123. OLE color: 10440123.

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

Color convert

RGB18777159-
CMYK00.590.150.27
HSL315.27º44.72%51.76%-
HSV(B)315.27º58.82%73.33%-
XYZ29.4118.3834.8-
YUV119.24150.44176.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.21%
GREEN value IS 77 (30.47% from 255) = 18.20%
BLUE value IS 159 (62.5% from 255) = 37.59%
R=44.21%
G=18.20%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877715900.590.150.27315.2744.7251.76
HexBB4D9F03BF1B13b2d34
Octal27311523707317334735564
Binary101110111001101100111110111011111111011100111011101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4D9F; }

 p { color: rgb(187,77,159); }

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

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

 a { background-color: rgb(187,77,159); }

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

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

 span { border-color: rgb(187,77,159); }

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