#bb4d8e

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

Shades of Mulberry #BB4D8E

Tints of Mulberry #BB4D8E

Color information

#BB4D8E (or 0xBB4D8E) is unknown color: approx Mulberry. HEX triplet: BB, 4D and 8E. RGB value is (187,77,142). Sum of RGB (Red+Green+Blue) = 187+77+142=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 77 (30.47% from 255 or 18.97% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4D8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB4D8E is #44B271. Grayscale: #757575. Windows color (decimal): -4502130 or 9326011. OLE color: 9326011.

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

Color convert

RGB18777142-
CMYK00.590.240.27
HSL324.55º44.72%51.76%-
HSV(B)324.55º58.82%73.33%-
XYZ28.0317.8327.55-
YUV117.3141.94177.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.06%
GREEN value IS 77 (30.47% from 255) = 18.97%
BLUE value IS 142 (55.86% from 255) = 34.98%
R=46.06%
G=18.97%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877714200.590.240.27324.5544.7251.76
HexBB4D8E03B181B1452d34
Octal27311521607330335055564
Binary1011101110011011000111001110111100011011101000101101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb4d8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb4d8e; }

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

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

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

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

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

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

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

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