#BB5C9C

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

Shades of Mulberry #BB5C9C

Tints of Mulberry #BB5C9C

Color information

#BB5C9C (or 0xBB5C9C) is unknown color: approx Mulberry. HEX triplet: BB, 5C and 9C. RGB value is (187,92,156). Sum of RGB (Red+Green+Blue) = 187+92+156=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 92 (36.33% from 255 or 21.15% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5C9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5C9C is #44A363. Grayscale: #7F7F7F. Windows color (decimal): -4498276 or 10247355. OLE color: 10247355.

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

Color convert

RGB18792156-
CMYK00.510.170.27
HSL319.58º41.13%54.71%-
HSV(B)319.58º50.8%73.33%-
XYZ30.3220.6233.83-
YUV127.7143.97170.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.99%
GREEN value IS 92 (36.33% from 255) = 21.15%
BLUE value IS 156 (61.33% from 255) = 35.86%
R=42.99%
G=21.15%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879215600.510.170.27319.5841.1354.71
HexBB5C9C033111B1402937
Octal27313423406321335005167
Binary1011101110111001001110001100111000111011101000000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5C9C; }

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

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

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

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

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

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

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

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