#BB4B9E

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

Shades of Mulberry #BB4B9E

Tints of Mulberry #BB4B9E

Color information

#BB4B9E (or 0xBB4B9E) is unknown color: approx Mulberry. HEX triplet: BB, 4B and 9E. RGB value is (187,75,158). Sum of RGB (Red+Green+Blue) = 187+75+158=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 75 (29.69% from 255 or 17.86% from 420); Blue value is 158 (62.11% from 255 or 37.62% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4B9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4B9E is #44B461. Grayscale: #757575. Windows color (decimal): -4502626 or 10374075. OLE color: 10374075.

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

Color convert

RGB18775158-
CMYK00.600.160.27
HSL315.54º45.16%51.37%-
HSV(B)315.54º59.89%73.33%-
XYZ29.1818.0734.3-
YUV117.95150.61177.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.52%
GREEN value IS 75 (29.69% from 255) = 17.86%
BLUE value IS 158 (62.11% from 255) = 37.62%
R=44.52%
G=17.86%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877515800.600.160.27315.5445.1651.37
HexBB4B9E03C101B13c2d33
Octal27311323607420334745563
Binary1011101110010111001111001111001000011011100111100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4B9E; }

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

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

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

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

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

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

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

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