Shades of Medium Violet Red #BD0F6E
Tints of Medium Violet Red #BD0F6E
RGB
CMYK
RGB Variations
Color information
#BD0F6E (or 0xBD0F6E) is known color: Medium Violet Red. HEX triplet: BD, 0F and 6E. RGB value is (189,15,110). Sum of RGB (Red+Green+Blue) = 189+15+110=314 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.19% from 314); Green value is 15 (6.25% from 255 or 4.78% from 314); Blue value is 110 (43.36% from 255 or 35.03% from 314); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0F6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0F6E is #42F091. Grayscale: #4D4D4D. Windows color (decimal): -4386962 or 7212989. OLE color: 7212989.
HSL color Cylindrical-coordinate representation of color #BD0F6E: hue angle of 327.24º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD0F6E is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 15 | 110 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.26 |
| HSL | 327.24º | 0.85% | 0.4% | - |
| HSV(B) | 327.24º | 0.92% | 0.74% | - |
| XYZ | 23.97 | 12.29 | 15.86 | - |
| YUV | 77.86 | 146.15 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 15 | 110 | 0 | 0.92 | 0.42 | 0.26 | 327.24 | 0.85 | 0.4 |
| Hex | BD | F | 6E | 0 | 5C | 2A | 1A | 147 | 55 | 28 |
| Octal | 275 | 17 | 156 | 0 | 134 | 52 | 32 | 507 | 125 | 50 |
| Binary | 10111101 | 1111 | 1101110 | 0 | 1011100 | 101010 | 11010 | 101000111 | 1010101 | 101000 |
Color Harmonies of #BD0F6E
Complementary color
Monochromatic Colors of #BD0F6E
Black with #BD0F6E
Text Example
Text Example
White with #BD0F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0F6E; }
p { color: rgb(189,15,110); }
H1.HeaderClassName
{
color: #BD0F6E;
}
.AnyTagClassName
{
color: #BD0F6E;
}
</style>
background-color css
<style>
a { background-color: #BD0F6E; }
a { background-color: rgb(189,15,110); }
div.DivClassName
{
background-color: #BD0F6E;
}
.BgClassName
{
background-color: #BD0F6E;
}
</style>
border-color css
<style>
span { border-color: #BD0F6E; }
span { border-color: rgb(189,15,110); }
td.TdClassName
{
border-color: #BD0F6E;
}
.TagClassName
{
border-color: #BD0F6E;
}
</style>