Shades of Medium Violet Red #BD019F
Tints of Medium Violet Red #BD019F
RGB
CMYK
RGB Variations
Color information
#BD019F (or 0xBD019F) is known color: Medium Violet Red. HEX triplet: BD, 01 and 9F. RGB value is (189,1,159). Sum of RGB (Red+Green+Blue) = 189+1+159=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 1 (0.78% from 255 or 0.29% from 349); Blue value is 159 (62.5% from 255 or 45.56% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD019F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD019F is #42FE60. Grayscale: #4A4A4A. Windows color (decimal): -4390497 or 10420669. OLE color: 10420669.
HSL color Cylindrical-coordinate representation of color #BD019F: hue angle of 309.57º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD019F is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 1 | 159 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.26 |
| HSL | 309.57º | 0.99% | 0.37% | - |
| HSV(B) | 309.57º | 0.99% | 0.74% | - |
| XYZ | 27.26 | 13.34 | 33.94 | - |
| YUV | 75.22 | 175.28 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 1 | 159 | 0 | 0.99 | 0.16 | 0.26 | 309.57 | 0.99 | 0.37 |
| Hex | BD | 1 | 9F | 0 | 63 | 10 | 1A | 136 | 63 | 25 |
| Octal | 275 | 1 | 237 | 0 | 143 | 20 | 32 | 466 | 143 | 45 |
| Binary | 10111101 | 1 | 10011111 | 0 | 1100011 | 10000 | 11010 | 100110110 | 1100011 | 100101 |
Color Harmonies of #BD019F
Complementary color
Monochromatic Colors of #BD019F
Black with #BD019F
Text Example
Text Example
White with #BD019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD019F; }
p { color: rgb(189,1,159); }
H1.HeaderClassName
{
color: #BD019F;
}
.AnyTagClassName
{
color: #BD019F;
}
</style>
background-color css
<style>
a { background-color: #BD019F; }
a { background-color: rgb(189,1,159); }
div.DivClassName
{
background-color: #BD019F;
}
.BgClassName
{
background-color: #BD019F;
}
</style>
border-color css
<style>
span { border-color: #BD019F; }
span { border-color: rgb(189,1,159); }
td.TdClassName
{
border-color: #BD019F;
}
.TagClassName
{
border-color: #BD019F;
}
</style>