#BB4B99

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

Shades of Mulberry #BB4B99

Tints of Mulberry #BB4B99

Color information

#BB4B99 (or 0xBB4B99) is unknown color: approx Mulberry. HEX triplet: BB, 4B and 99. RGB value is (187,75,153). Sum of RGB (Red+Green+Blue) = 187+75+153=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 75 (29.69% from 255 or 18.07% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4B99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4B99 is #44B466. Grayscale: #757575. Windows color (decimal): -4502631 or 10046395. OLE color: 10046395.

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

Color convert

RGB18775153-
CMYK00.600.180.27
HSL318.21º45.16%51.37%-
HSV(B)318.21º59.89%73.33%-
XYZ28.7617.932.08-
YUV117.38148.11177.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.06%
GREEN value IS 75 (29.69% from 255) = 18.07%
BLUE value IS 153 (60.16% from 255) = 36.87%
R=45.06%
G=18.07%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877515300.600.180.27318.2145.1651.37
HexBB4B9903C121B13e2d33
Octal27311323107422334765563
Binary1011101110010111001100101111001001011011100111110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4B99; }

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

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

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

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

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

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

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

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