#BB4993

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

Shades of Mulberry #BB4993

Tints of Mulberry #BB4993

Color information

#BB4993 (or 0xBB4993) is unknown color: approx Mulberry. HEX triplet: BB, 49 and 93. RGB value is (187,73,147). Sum of RGB (Red+Green+Blue) = 187+73+147=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 73 (28.91% from 255 or 17.94% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4993 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4993 is #44B66C. Grayscale: #737373. Windows color (decimal): -4503149 or 9652667. OLE color: 9652667.

HSL color Cylindrical-coordinate representation of color #BB4993: hue angle of 321.05º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB4993 is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB18773147-
CMYK00.610.210.27
HSL321.05º45.6%50.98%-
HSV(B)321.05º60.96%73.33%-
XYZ28.1417.4429.49-
YUV115.52145.77178.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.95%
GREEN value IS 73 (28.91% from 255) = 17.94%
BLUE value IS 147 (57.81% from 255) = 36.12%
R=45.95%
G=17.94%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877314700.610.210.27321.0545.650.98
HexBB499303D151B1412e33
Octal27311122307525335015663
Binary1011101110010011001001101111011010111011101000001101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4993; }

 p { color: rgb(187,73,147); }

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

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

 a { background-color: rgb(187,73,147); }

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

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

 span { border-color: rgb(187,73,147); }

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