Shades of Medium Violet Red #BD0E72
Tints of Medium Violet Red #BD0E72
RGB
CMYK
RGB Variations
Color information
#BD0E72 (or 0xBD0E72) is known color: Medium Violet Red. HEX triplet: BD, 0E and 72. RGB value is (189,14,114). Sum of RGB (Red+Green+Blue) = 189+14+114=317 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.62% from 317); Green value is 14 (5.86% from 255 or 4.42% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0E72 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0E72 is #42F18D. Grayscale: #4D4D4D. Windows color (decimal): -4387214 or 7474877. OLE color: 7474877.
HSL color Cylindrical-coordinate representation of color #BD0E72: hue angle of 325.71º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD0E72 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 14 | 114 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.26 |
| HSL | 325.71º | 0.86% | 0.4% | - |
| HSV(B) | 325.71º | 0.93% | 0.74% | - |
| XYZ | 24.18 | 12.35 | 17.03 | - |
| YUV | 77.73 | 148.48 | 207.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 14 | 114 | 0 | 0.93 | 0.40 | 0.26 | 325.71 | 0.86 | 0.4 |
| Hex | BD | E | 72 | 0 | 5D | 28 | 1A | 146 | 56 | 28 |
| Octal | 275 | 16 | 162 | 0 | 135 | 50 | 32 | 506 | 126 | 50 |
| Binary | 10111101 | 1110 | 1110010 | 0 | 1011101 | 101000 | 11010 | 101000110 | 1010110 | 101000 |
Color Harmonies of #BD0E72
Complementary color
Monochromatic Colors of #BD0E72
Black with #BD0E72
Text Example
Text Example
White with #BD0E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0E72; }
p { color: rgb(189,14,114); }
H1.HeaderClassName
{
color: #BD0E72;
}
.AnyTagClassName
{
color: #BD0E72;
}
</style>
background-color css
<style>
a { background-color: #BD0E72; }
a { background-color: rgb(189,14,114); }
div.DivClassName
{
background-color: #BD0E72;
}
.BgClassName
{
background-color: #BD0E72;
}
</style>
border-color css
<style>
span { border-color: #BD0E72; }
span { border-color: rgb(189,14,114); }
td.TdClassName
{
border-color: #BD0E72;
}
.TagClassName
{
border-color: #BD0E72;
}
</style>