Shades of Medium Violet Red #BD0F81
Tints of Medium Violet Red #BD0F81
RGB
CMYK
RGB Variations
Color information
#BD0F81 (or 0xBD0F81) is known color: Medium Violet Red. HEX triplet: BD, 0F and 81. RGB value is (189,15,129). Sum of RGB (Red+Green+Blue) = 189+15+129=333 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.76% from 333); Green value is 15 (6.25% from 255 or 4.50% from 333); Blue value is 129 (50.78% from 255 or 38.74% from 333); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0F81 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0F81 is #42F07E. Grayscale: #4F4F4F. Windows color (decimal): -4386943 or 8458173. OLE color: 8458173.
HSL color Cylindrical-coordinate representation of color #BD0F81: hue angle of 320.69º 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 #BD0F81 is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 15 | 129 | - |
| CMYK | 0 | 0.92 | 0.32 | 0.26 |
| HSL | 320.69º | 0.85% | 0.4% | - |
| HSV(B) | 320.69º | 0.92% | 0.74% | - |
| XYZ | 25.12 | 12.75 | 21.91 | - |
| YUV | 80.02 | 155.65 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 15 | 129 | 0 | 0.92 | 0.32 | 0.26 | 320.69 | 0.85 | 0.4 |
| Hex | BD | F | 81 | 0 | 5C | 20 | 1A | 141 | 55 | 28 |
| Octal | 275 | 17 | 201 | 0 | 134 | 40 | 32 | 501 | 125 | 50 |
| Binary | 10111101 | 1111 | 10000001 | 0 | 1011100 | 100000 | 11010 | 101000001 | 1010101 | 101000 |
Color Harmonies of #BD0F81
Complementary color
Monochromatic Colors of #BD0F81
Black with #BD0F81
Text Example
Text Example
White with #BD0F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0F81; }
p { color: rgb(189,15,129); }
H1.HeaderClassName
{
color: #BD0F81;
}
.AnyTagClassName
{
color: #BD0F81;
}
</style>
background-color css
<style>
a { background-color: #BD0F81; }
a { background-color: rgb(189,15,129); }
div.DivClassName
{
background-color: #BD0F81;
}
.BgClassName
{
background-color: #BD0F81;
}
</style>
border-color css
<style>
span { border-color: #BD0F81; }
span { border-color: rgb(189,15,129); }
td.TdClassName
{
border-color: #BD0F81;
}
.TagClassName
{
border-color: #BD0F81;
}
</style>