#BB4D93

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

Shades of Mulberry #BB4D93

Tints of Mulberry #BB4D93

Color information

#BB4D93 (or 0xBB4D93) is unknown color: approx Mulberry. HEX triplet: BB, 4D and 93. RGB value is (187,77,147). Sum of RGB (Red+Green+Blue) = 187+77+147=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 77 (30.47% from 255 or 18.73% from 411); Blue value is 147 (57.81% from 255 or 35.77% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4D93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB4D93 is #44B26C. Grayscale: #757575. Windows color (decimal): -4502125 or 9653691. OLE color: 9653691.

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

Color convert

RGB18777147-
CMYK00.590.210.27
HSL321.82º44.72%51.76%-
HSV(B)321.82º58.82%73.33%-
XYZ28.4117.9829.58-
YUV117.87144.44177.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.50%
GREEN value IS 77 (30.47% from 255) = 18.73%
BLUE value IS 147 (57.81% from 255) = 35.77%
R=45.50%
G=18.73%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877714700.590.210.27321.8244.7251.76
HexBB4D9303B151B1422d34
Octal27311522307325335025564
Binary1011101110011011001001101110111010111011101000010101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4D93; }

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

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

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

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

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

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

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

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