#BD519E

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

Shades of Mulberry #BD519E

Tints of Mulberry #BD519E

Color information

#BD519E (or 0xBD519E) is unknown color: approx Mulberry. HEX triplet: BD, 51 and 9E. RGB value is (189,81,158). Sum of RGB (Red+Green+Blue) = 189+81+158=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 81 (32.03% from 255 or 18.93% from 428); Blue value is 158 (62.11% from 255 or 36.92% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BD519E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD519E is #42AE61. Grayscale: #797979. Windows color (decimal): -4370018 or 10375613. OLE color: 10375613.

HSL color Cylindrical-coordinate representation of color #BD519E: hue angle of 317.22º 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 #BD519E is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB18981158-
CMYK00.570.160.26
HSL317.22º45%52.94%-
HSV(B)317.22º57.14%74.12%-
XYZ30.119.1734.46-
YUV122.07148.28175.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.16%
GREEN value IS 81 (32.03% from 255) = 18.93%
BLUE value IS 158 (62.11% from 255) = 36.92%
R=44.16%
G=18.93%
B=36.92%

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
Decimal1898115800.570.160.26317.224552.94
HexBD519E039101A13d2d35
Octal27512123607120324755565
Binary1011110110100011001111001110011000011010100111101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD519E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD519E; }

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

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

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

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

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

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

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

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