#BB5D9C

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

Shades of Mulberry #BB5D9C

Tints of Mulberry #BB5D9C

Color information

#BB5D9C (or 0xBB5D9C) is unknown color: approx Mulberry. HEX triplet: BB, 5D and 9C. RGB value is (187,93,156). Sum of RGB (Red+Green+Blue) = 187+93+156=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 93 (36.72% from 255 or 21.33% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5D9C is #44A263. Grayscale: #808080. Windows color (decimal): -4498020 or 10247611. OLE color: 10247611.

HSL color Cylindrical-coordinate representation of color #BB5D9C: hue angle of 319.79º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB5D9C is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB18793156-
CMYK00.500.170.27
HSL319.79º40.87%54.9%-
HSV(B)319.79º50.27%73.33%-
XYZ30.4120.7933.86-
YUV128.29143.64169.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.89%
GREEN value IS 93 (36.72% from 255) = 21.33%
BLUE value IS 156 (61.33% from 255) = 35.78%
R=42.89%
G=21.33%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879315600.500.170.27319.7940.8754.9
HexBB5D9C032111B1402937
Octal27313523406221335005167
Binary1011101110111011001110001100101000111011101000000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5D9C; }

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

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

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

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

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

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

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

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