#BB4B9B

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

Shades of Mulberry #BB4B9B

Tints of Mulberry #BB4B9B

Color information

#BB4B9B (or 0xBB4B9B) is unknown color: approx Mulberry. HEX triplet: BB, 4B and 9B. RGB value is (187,75,155). Sum of RGB (Red+Green+Blue) = 187+75+155=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 75 (29.69% from 255 or 17.99% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4B9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4B9B is #44B464. Grayscale: #757575. Windows color (decimal): -4502629 or 10177467. OLE color: 10177467.

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

Color convert

RGB18775155-
CMYK00.600.170.27
HSL317.14º45.16%51.37%-
HSV(B)317.14º59.89%73.33%-
XYZ28.9317.9632.95-
YUV117.61149.11177.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.84%
GREEN value IS 75 (29.69% from 255) = 17.99%
BLUE value IS 155 (60.94% from 255) = 37.17%
R=44.84%
G=17.99%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877515500.600.170.27317.1445.1651.37
HexBB4B9B03C111B13d2d33
Octal27311323307421334755563
Binary1011101110010111001101101111001000111011100111101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4B9B; }

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

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

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

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

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

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

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

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