#BB5388

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

Shades of Mulberry #BB5388

Tints of Mulberry #BB5388

Color information

#BB5388 (or 0xBB5388) is unknown color: approx Mulberry. HEX triplet: BB, 53 and 88. RGB value is (187,83,136). Sum of RGB (Red+Green+Blue) = 187+83+136=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 83 (32.81% from 255 or 20.44% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5388 is #44AC77. Grayscale: #787878. Windows color (decimal): -4500600 or 8934331. OLE color: 8934331.

HSL color Cylindrical-coordinate representation of color #BB5388: hue angle of 329.42º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB5388 is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB18783136-
CMYK00.560.270.27
HSL329.42º43.33%52.94%-
HSV(B)329.42º55.61%73.33%-
XYZ28.0318.5325.39-
YUV120.14136.96175.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.06%
GREEN value IS 83 (32.81% from 255) = 20.44%
BLUE value IS 136 (53.52% from 255) = 33.50%
R=46.06%
G=20.44%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878313600.560.270.27329.4243.3352.94
HexBB53880381B1B1492b35
Octal27312321007033335115365
Binary1011101110100111000100001110001101111011101001001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5388; }

 p { color: rgb(187,83,136); }

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

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

 a { background-color: rgb(187,83,136); }

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

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

 span { border-color: rgb(187,83,136); }

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