Shades of Medium Violet Red #BD0079
Tints of Medium Violet Red #BD0079
RGB
CMYK
RGB Variations
Color information
#BD0079 (or 0xBD0079) is known color: Medium Violet Red. HEX triplet: BD, 00 and 79. RGB value is (189,0,121). Sum of RGB (Red+Green+Blue) = 189+0+121=310 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.97% from 310); Green value is 0 (0.39% from 255 or 0% from 310); Blue value is 121 (47.66% from 255 or 39.03% from 310); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0079 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0079 is #42FF86. Grayscale: #464646. Windows color (decimal): -4390791 or 7930045. OLE color: 7930045.
HSL color Cylindrical-coordinate representation of color #BD0079: hue angle of 321.59º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD0079 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 0 | 121 | - |
| CMYK | 0 | 1 | 0.36 | 0.26 |
| HSL | 321.59º | 1% | 0.37% | - |
| HSV(B) | 321.59º | 1% | 0.74% | - |
| XYZ | 24.44 | 12.2 | 19.16 | - |
| YUV | 70.31 | 156.62 | 212.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 121 | 0 | 1 | 0.36 | 0.26 | 321.59 | 1 | 0.37 |
| Hex | BD | 0 | 79 | 0 | 64 | 24 | 1A | 142 | 64 | 25 |
| Octal | 275 | 0 | 171 | 0 | 144 | 44 | 32 | 502 | 144 | 45 |
| Binary | 10111101 | 0 | 1111001 | 0 | 1100100 | 100100 | 11010 | 101000010 | 1100100 | 100101 |
Color Harmonies of #BD0079
Complementary color
Monochromatic Colors of #BD0079
Black with #BD0079
Text Example
Text Example
White with #BD0079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0079; }
p { color: rgb(189,0,121); }
H1.HeaderClassName
{
color: #BD0079;
}
.AnyTagClassName
{
color: #BD0079;
}
</style>
background-color css
<style>
a { background-color: #BD0079; }
a { background-color: rgb(189,0,121); }
div.DivClassName
{
background-color: #BD0079;
}
.BgClassName
{
background-color: #BD0079;
}
</style>
border-color css
<style>
span { border-color: #BD0079; }
span { border-color: rgb(189,0,121); }
td.TdClassName
{
border-color: #BD0079;
}
.TagClassName
{
border-color: #BD0079;
}
</style>