Shades of Medium Violet Red #BD0E7F
Tints of Medium Violet Red #BD0E7F
RGB
CMYK
RGB Variations
Color information
#BD0E7F (or 0xBD0E7F) is known color: Medium Violet Red. HEX triplet: BD, 0E and 7F. RGB value is (189,14,127). Sum of RGB (Red+Green+Blue) = 189+14+127=330 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.27% from 330); Green value is 14 (5.86% from 255 or 4.24% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0E7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0E7F is #42F180. Grayscale: #4E4E4E. Windows color (decimal): -4387201 or 8326845. OLE color: 8326845.
HSL color Cylindrical-coordinate representation of color #BD0E7F: hue angle of 321.26º 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 #BD0E7F is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 14 | 127 | - |
| CMYK | 0 | 0.93 | 0.33 | 0.26 |
| HSL | 321.26º | 0.86% | 0.4% | - |
| HSV(B) | 321.26º | 0.93% | 0.74% | - |
| XYZ | 24.97 | 12.67 | 21.21 | - |
| YUV | 79.21 | 154.98 | 206.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 14 | 127 | 0 | 0.93 | 0.33 | 0.26 | 321.26 | 0.86 | 0.4 |
| Hex | BD | E | 7F | 0 | 5D | 21 | 1A | 141 | 56 | 28 |
| Octal | 275 | 16 | 177 | 0 | 135 | 41 | 32 | 501 | 126 | 50 |
| Binary | 10111101 | 1110 | 1111111 | 0 | 1011101 | 100001 | 11010 | 101000001 | 1010110 | 101000 |
Color Harmonies of #BD0E7F
Complementary color
Monochromatic Colors of #BD0E7F
Black with #BD0E7F
Text Example
Text Example
White with #BD0E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0E7F; }
p { color: rgb(189,14,127); }
H1.HeaderClassName
{
color: #BD0E7F;
}
.AnyTagClassName
{
color: #BD0E7F;
}
</style>
background-color css
<style>
a { background-color: #BD0E7F; }
a { background-color: rgb(189,14,127); }
div.DivClassName
{
background-color: #BD0E7F;
}
.BgClassName
{
background-color: #BD0E7F;
}
</style>
border-color css
<style>
span { border-color: #BD0E7F; }
span { border-color: rgb(189,14,127); }
td.TdClassName
{
border-color: #BD0E7F;
}
.TagClassName
{
border-color: #BD0E7F;
}
</style>