#BB499A

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

Shades of Mulberry #BB499A

Tints of Mulberry #BB499A

Color information

#BB499A (or 0xBB499A) is unknown color: approx Mulberry. HEX triplet: BB, 49 and 9A. RGB value is (187,73,154). Sum of RGB (Red+Green+Blue) = 187+73+154=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 73 (28.91% from 255 or 17.63% from 414); Blue value is 154 (60.55% from 255 or 37.20% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BB499A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB499A is #44B665. Grayscale: #747474. Windows color (decimal): -4503142 or 10111419. OLE color: 10111419.

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

Color convert

RGB18773154-
CMYK00.610.180.27
HSL317.37º45.6%50.98%-
HSV(B)317.37º60.96%73.33%-
XYZ28.7117.6632.47-
YUV116.32149.27178.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.17%
GREEN value IS 73 (28.91% from 255) = 17.63%
BLUE value IS 154 (60.55% from 255) = 37.20%
R=45.17%
G=17.63%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877315400.610.180.27317.3745.650.98
HexBB499A03D121B13d2e33
Octal27311123207522334755663
Binary1011101110010011001101001111011001011011100111101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB499A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB499A; }

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

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

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

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

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

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

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

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