#BB49A2

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

Shades of Mulberry #BB49A2

Tints of Mulberry #BB49A2

Color information

#BB49A2 (or 0xBB49A2) is unknown color: approx Mulberry. HEX triplet: BB, 49 and A2. RGB value is (187,73,162). Sum of RGB (Red+Green+Blue) = 187+73+162=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 73 (28.91% from 255 or 17.30% from 422); Blue value is 162 (63.67% from 255 or 38.39% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BB49A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB49A2 is #44B65D. Grayscale: #747474. Windows color (decimal): -4503134 or 10635707. OLE color: 10635707.

HSL color Cylindrical-coordinate representation of color #BB49A2: hue angle of 313.16º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB49A2 is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB18773162-
CMYK00.610.130.27
HSL313.16º45.6%50.98%-
HSV(B)313.16º60.96%73.33%-
XYZ29.417.9436.1-
YUV117.23153.27177.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.31%
GREEN value IS 73 (28.91% from 255) = 17.30%
BLUE value IS 162 (63.67% from 255) = 38.39%
R=44.31%
G=17.30%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877316200.610.130.27313.1645.650.98
HexBB49A203DD1B1392e33
Octal27311124207515334715663
Binary101110111001001101000100111101110111011100111001101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB49A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB49A2; }

 p { color: rgb(187,73,162); }

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

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

 a { background-color: rgb(187,73,162); }

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

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

 span { border-color: rgb(187,73,162); }

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