#BD519F

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

Shades of Mulberry #BD519F

Tints of Mulberry #BD519F

Color information

#BD519F (or 0xBD519F) is unknown color: approx Mulberry. HEX triplet: BD, 51 and 9F. RGB value is (189,81,159). Sum of RGB (Red+Green+Blue) = 189+81+159=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BD519F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD519F is #42AE60. Grayscale: #797979. Windows color (decimal): -4370017 or 10441149. OLE color: 10441149.

HSL color Cylindrical-coordinate representation of color #BD519F: hue angle of 316.67º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD519F is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB18981159-
CMYK00.570.160.26
HSL316.67º45%52.94%-
HSV(B)316.67º57.14%74.12%-
XYZ30.1919.2134.92-
YUV122.18148.78175.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.06%
GREEN value IS 81 (32.03% from 255) = 18.88%
BLUE value IS 159 (62.5% from 255) = 37.06%
R=44.06%
G=18.88%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898115900.570.160.26316.674552.94
HexBD519F039101A13d2d35
Octal27512123707120324755565
Binary1011110110100011001111101110011000011010100111101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD519F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD519F; }

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

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

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

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

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

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

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

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