#BB5C99

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

Shades of Mulberry #BB5C99

Tints of Mulberry #BB5C99

Color information

#BB5C99 (or 0xBB5C99) is unknown color: approx Mulberry. HEX triplet: BB, 5C and 99. RGB value is (187,92,153). Sum of RGB (Red+Green+Blue) = 187+92+153=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 92 (36.33% from 255 or 21.30% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5C99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5C99 is #44A366. Grayscale: #7F7F7F. Windows color (decimal): -4498279 or 10050747. OLE color: 10050747.

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

Color convert

RGB18792153-
CMYK00.510.180.27
HSL321.47º41.13%54.71%-
HSV(B)321.47º50.8%73.33%-
XYZ30.0720.5232.51-
YUV127.36142.47170.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.29%
GREEN value IS 92 (36.33% from 255) = 21.30%
BLUE value IS 153 (60.16% from 255) = 35.42%
R=43.29%
G=21.30%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879215300.510.180.27321.4741.1354.71
HexBB5C99033121B1412937
Octal27313423106322335015167
Binary1011101110111001001100101100111001011011101000001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5C99; }

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

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

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

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

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

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

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

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