#BB56A1

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

Shades of Mulberry #BB56A1

Tints of Mulberry #BB56A1

Color information

#BB56A1 (or 0xBB56A1) is unknown color: approx Mulberry. HEX triplet: BB, 56 and A1. RGB value is (187,86,161). Sum of RGB (Red+Green+Blue) = 187+86+161=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 86 (33.98% from 255 or 19.82% from 434); Blue value is 161 (63.28% from 255 or 37.10% from 434); Max value from RGB is 187 - color contains mainly: red. Hex color #BB56A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB56A1 is #44A95E. Grayscale: #7C7C7C. Windows color (decimal): -4499807 or 10573499. OLE color: 10573499.

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

Color convert

RGB18786161-
CMYK00.540.140.27
HSL315.45º42.62%53.53%-
HSV(B)315.45º54.01%73.33%-
XYZ30.2519.7935.94-
YUV124.75148.46172.4-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.09%
GREEN value IS 86 (33.98% from 255) = 19.82%
BLUE value IS 161 (63.28% from 255) = 37.10%
R=43.09%
G=19.82%
B=37.10%

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
Decimal1878616100.540.140.27315.4542.6253.53
HexBB56A1036E1B13b2b36
Octal27312624106616334735366
Binary101110111010110101000010110110111011011100111011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB56A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB56A1; }

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

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

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

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

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

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

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

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