#BB56A0

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

Shades of Mulberry #BB56A0

Tints of Mulberry #BB56A0

Color information

#BB56A0 (or 0xBB56A0) is unknown color: approx Mulberry. HEX triplet: BB, 56 and A0. RGB value is (187,86,160). Sum of RGB (Red+Green+Blue) = 187+86+160=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 86 (33.98% from 255 or 19.86% from 433); Blue value is 160 (62.89% from 255 or 36.95% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BB56A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB56A0 is #44A95F. Grayscale: #7C7C7C. Windows color (decimal): -4499808 or 10507963. OLE color: 10507963.

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

Color convert

RGB18786160-
CMYK00.540.140.27
HSL316.04º42.62%53.53%-
HSV(B)316.04º54.01%73.33%-
XYZ30.1719.7635.48-
YUV124.64147.96172.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.19%
GREEN value IS 86 (33.98% from 255) = 19.86%
BLUE value IS 160 (62.89% from 255) = 36.95%
R=43.19%
G=19.86%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878616000.540.140.27316.0442.6253.53
HexBB56A0036E1B13c2b36
Octal27312624006616334745366
Binary101110111010110101000000110110111011011100111100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB56A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB56A0; }

 p { color: rgb(187,86,160); }

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

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

 a { background-color: rgb(187,86,160); }

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

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

 span { border-color: rgb(187,86,160); }

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