#BB4D9C

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

Shades of Mulberry #BB4D9C

Tints of Mulberry #BB4D9C

Color information

#BB4D9C (or 0xBB4D9C) is unknown color: approx Mulberry. HEX triplet: BB, 4D and 9C. RGB value is (187,77,156). Sum of RGB (Red+Green+Blue) = 187+77+156=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 77 (30.47% from 255 or 18.33% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB4D9C is #44B263. Grayscale: #767676. Windows color (decimal): -4502116 or 10243515. OLE color: 10243515.

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

Color convert

RGB18777156-
CMYK00.590.170.27
HSL316.91º44.72%51.76%-
HSV(B)316.91º58.82%73.33%-
XYZ29.1518.2733.44-
YUV118.9148.94176.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.52%
GREEN value IS 77 (30.47% from 255) = 18.33%
BLUE value IS 156 (61.33% from 255) = 37.14%
R=44.52%
G=18.33%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877715600.590.170.27316.9144.7251.76
HexBB4D9C03B111B13d2d34
Octal27311523407321334755564
Binary1011101110011011001110001110111000111011100111101101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4D9C; }

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

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

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

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

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

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

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

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