Shades of Medium Violet Red #BD019C
Tints of Medium Violet Red #BD019C
RGB
CMYK
RGB Variations
Color information
#BD019C (or 0xBD019C) is known color: Medium Violet Red. HEX triplet: BD, 01 and 9C. RGB value is (189,1,156). Sum of RGB (Red+Green+Blue) = 189+1+156=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 1 (0.78% from 255 or 0.29% from 346); Blue value is 156 (61.33% from 255 or 45.09% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD019C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD019C is #42FE63. Grayscale: #4A4A4A. Windows color (decimal): -4390500 or 10224061. OLE color: 10224061.
HSL color Cylindrical-coordinate representation of color #BD019C: hue angle of 310.53º 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 #BD019C is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 1 | 156 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.26 |
| HSL | 310.53º | 0.99% | 0.37% | - |
| HSV(B) | 310.53º | 0.99% | 0.74% | - |
| XYZ | 27 | 13.24 | 32.59 | - |
| YUV | 74.88 | 173.78 | 209.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 1 | 156 | 0 | 0.99 | 0.17 | 0.26 | 310.53 | 0.99 | 0.37 |
| Hex | BD | 1 | 9C | 0 | 63 | 11 | 1A | 137 | 63 | 25 |
| Octal | 275 | 1 | 234 | 0 | 143 | 21 | 32 | 467 | 143 | 45 |
| Binary | 10111101 | 1 | 10011100 | 0 | 1100011 | 10001 | 11010 | 100110111 | 1100011 | 100101 |
Color Harmonies of #BD019C
Complementary color
Monochromatic Colors of #BD019C
Black with #BD019C
Text Example
Text Example
White with #BD019C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD019C; }
p { color: rgb(189,1,156); }
H1.HeaderClassName
{
color: #BD019C;
}
.AnyTagClassName
{
color: #BD019C;
}
</style>
background-color css
<style>
a { background-color: #BD019C; }
a { background-color: rgb(189,1,156); }
div.DivClassName
{
background-color: #BD019C;
}
.BgClassName
{
background-color: #BD019C;
}
</style>
border-color css
<style>
span { border-color: #BD019C; }
span { border-color: rgb(189,1,156); }
td.TdClassName
{
border-color: #BD019C;
}
.TagClassName
{
border-color: #BD019C;
}
</style>