Shades of Medium Violet Red #BD0F7E
Tints of Medium Violet Red #BD0F7E
RGB
CMYK
RGB Variations
Color information
#BD0F7E (or 0xBD0F7E) is known color: Medium Violet Red. HEX triplet: BD, 0F and 7E. RGB value is (189,15,126). Sum of RGB (Red+Green+Blue) = 189+15+126=330 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.27% from 330); Green value is 15 (6.25% from 255 or 4.55% from 330); Blue value is 126 (49.61% from 255 or 38.18% from 330); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0F7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0F7E is #42F081. Grayscale: #4F4F4F. Windows color (decimal): -4386946 or 8261565. OLE color: 8261565.
HSL color Cylindrical-coordinate representation of color #BD0F7E: hue angle of 321.72º 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 #BD0F7E is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 15 | 126 | - |
| CMYK | 0 | 0.92 | 0.33 | 0.26 |
| HSL | 321.72º | 0.85% | 0.4% | - |
| HSV(B) | 321.72º | 0.92% | 0.74% | - |
| XYZ | 24.92 | 12.67 | 20.87 | - |
| YUV | 79.68 | 154.15 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 15 | 126 | 0 | 0.92 | 0.33 | 0.26 | 321.72 | 0.85 | 0.4 |
| Hex | BD | F | 7E | 0 | 5C | 21 | 1A | 142 | 55 | 28 |
| Octal | 275 | 17 | 176 | 0 | 134 | 41 | 32 | 502 | 125 | 50 |
| Binary | 10111101 | 1111 | 1111110 | 0 | 1011100 | 100001 | 11010 | 101000010 | 1010101 | 101000 |
Color Harmonies of #BD0F7E
Complementary color
Monochromatic Colors of #BD0F7E
Black with #BD0F7E
Text Example
Text Example
White with #BD0F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0F7E; }
p { color: rgb(189,15,126); }
H1.HeaderClassName
{
color: #BD0F7E;
}
.AnyTagClassName
{
color: #BD0F7E;
}
</style>
background-color css
<style>
a { background-color: #BD0F7E; }
a { background-color: rgb(189,15,126); }
div.DivClassName
{
background-color: #BD0F7E;
}
.BgClassName
{
background-color: #BD0F7E;
}
</style>
border-color css
<style>
span { border-color: #BD0F7E; }
span { border-color: rgb(189,15,126); }
td.TdClassName
{
border-color: #BD0F7E;
}
.TagClassName
{
border-color: #BD0F7E;
}
</style>