#BB519F

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

Shades of Mulberry #BB519F

Tints of Mulberry #BB519F

Color information

#BB519F (or 0xBB519F) is unknown color: approx Mulberry. HEX triplet: BB, 51 and 9F. RGB value is (187,81,159). Sum of RGB (Red+Green+Blue) = 187+81+159=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 81 (32.03% from 255 or 18.97% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 187 - color contains mainly: red. Hex color #BB519F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB519F is #44AE60. Grayscale: #797979. Windows color (decimal): -4501089 or 10441147. OLE color: 10441147.

HSL color Cylindrical-coordinate representation of color #BB519F: hue angle of 315.85º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB519F is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB18781159-
CMYK00.570.150.27
HSL315.85º43.8%52.55%-
HSV(B)315.85º56.68%73.33%-
XYZ29.6918.9534.89-
YUV121.59149.12174.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.79%
GREEN value IS 81 (32.03% from 255) = 18.97%
BLUE value IS 159 (62.5% from 255) = 37.24%
R=43.79%
G=18.97%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878115900.570.150.27315.8543.852.55
HexBB519F039F1B13c2c35
Octal27312123707117334745465
Binary101110111010001100111110111001111111011100111100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB519F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB519F; }

 p { color: rgb(187,81,159); }

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

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

 a { background-color: rgb(187,81,159); }

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

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

 span { border-color: rgb(187,81,159); }

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