Shades of Medium Violet Red #BD0E91
Tints of Medium Violet Red #BD0E91
RGB
CMYK
RGB Variations
Color information
#BD0E91 (or 0xBD0E91) is known color: Medium Violet Red. HEX triplet: BD, 0E and 91. RGB value is (189,14,145). Sum of RGB (Red+Green+Blue) = 189+14+145=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 14 (5.86% from 255 or 4.02% from 348); Blue value is 145 (57.03% from 255 or 41.67% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0E91 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0E91 is #42F16E. Grayscale: #505050. Windows color (decimal): -4387183 or 9506493. OLE color: 9506493.
HSL color Cylindrical-coordinate representation of color #BD0E91: hue angle of 315.09º 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 #BD0E91 is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 14 | 145 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.26 |
| HSL | 315.09º | 0.86% | 0.4% | - |
| HSV(B) | 315.09º | 0.93% | 0.74% | - |
| XYZ | 26.25 | 13.18 | 27.95 | - |
| YUV | 81.26 | 163.98 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 14 | 145 | 0 | 0.93 | 0.23 | 0.26 | 315.09 | 0.86 | 0.4 |
| Hex | BD | E | 91 | 0 | 5D | 17 | 1A | 13B | 56 | 28 |
| Octal | 275 | 16 | 221 | 0 | 135 | 27 | 32 | 473 | 126 | 50 |
| Binary | 10111101 | 1110 | 10010001 | 0 | 1011101 | 10111 | 11010 | 100111011 | 1010110 | 101000 |
Color Harmonies of #BD0E91
Complementary color
Monochromatic Colors of #BD0E91
Black with #BD0E91
Text Example
Text Example
White with #BD0E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0E91; }
p { color: rgb(189,14,145); }
H1.HeaderClassName
{
color: #BD0E91;
}
.AnyTagClassName
{
color: #BD0E91;
}
</style>
background-color css
<style>
a { background-color: #BD0E91; }
a { background-color: rgb(189,14,145); }
div.DivClassName
{
background-color: #BD0E91;
}
.BgClassName
{
background-color: #BD0E91;
}
</style>
border-color css
<style>
span { border-color: #BD0E91; }
span { border-color: rgb(189,14,145); }
td.TdClassName
{
border-color: #BD0E91;
}
.TagClassName
{
border-color: #BD0E91;
}
</style>