#BB5297

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

Shades of Mulberry #BB5297

Tints of Mulberry #BB5297

Color information

#BB5297 (or 0xBB5297) is unknown color: approx Mulberry. HEX triplet: BB, 52 and 97. RGB value is (187,82,151). Sum of RGB (Red+Green+Blue) = 187+82+151=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 151 (59.38% from 255 or 35.95% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5297 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5297 is #44AD68. Grayscale: #797979. Windows color (decimal): -4500841 or 9917115. OLE color: 9917115.

HSL color Cylindrical-coordinate representation of color #BB5297: hue angle of 320.57º degrees, saturation: 0.44, 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 #BB5297 is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB18782151-
CMYK00.560.190.27
HSL320.57º43.57%52.75%-
HSV(B)320.57º56.15%73.33%-
XYZ29.118.8331.38-
YUV121.26144.79174.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.52%
GREEN value IS 82 (32.42% from 255) = 19.52%
BLUE value IS 151 (59.38% from 255) = 35.95%
R=44.52%
G=19.52%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878215100.560.190.27320.5743.5752.75
HexBB5297038131B1412c35
Octal27312222707023335015465
Binary1011101110100101001011101110001001111011101000001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5297; }

 p { color: rgb(187,82,151); }

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

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

 a { background-color: rgb(187,82,151); }

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

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

 span { border-color: rgb(187,82,151); }

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