Shades of Medium Violet Red #BD0072
Tints of Medium Violet Red #BD0072
RGB
CMYK
RGB Variations
Color information
#BD0072 (or 0xBD0072) is known color: Medium Violet Red. HEX triplet: BD, 00 and 72. RGB value is (189,0,114). Sum of RGB (Red+Green+Blue) = 189+0+114=303 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.38% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0072 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0072 is #42FF8D. Grayscale: #454545. Windows color (decimal): -4390798 or 7471293. OLE color: 7471293.
HSL color Cylindrical-coordinate representation of color #BD0072: hue angle of 323.81º 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 #BD0072 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 0 | 114 | - |
| CMYK | 0 | 1 | 0.40 | 0.26 |
| HSL | 323.81º | 1% | 0.37% | - |
| HSV(B) | 323.81º | 1% | 0.74% | - |
| XYZ | 24.02 | 12.03 | 16.98 | - |
| YUV | 69.51 | 153.12 | 213.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 114 | 0 | 1 | 0.40 | 0.26 | 323.81 | 1 | 0.37 |
| Hex | BD | 0 | 72 | 0 | 64 | 28 | 1A | 144 | 64 | 25 |
| Octal | 275 | 0 | 162 | 0 | 144 | 50 | 32 | 504 | 144 | 45 |
| Binary | 10111101 | 0 | 1110010 | 0 | 1100100 | 101000 | 11010 | 101000100 | 1100100 | 100101 |
Color Harmonies of #BD0072
Complementary color
Monochromatic Colors of #BD0072
Black with #BD0072
Text Example
Text Example
White with #BD0072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0072; }
p { color: rgb(189,0,114); }
H1.HeaderClassName
{
color: #BD0072;
}
.AnyTagClassName
{
color: #BD0072;
}
</style>
background-color css
<style>
a { background-color: #BD0072; }
a { background-color: rgb(189,0,114); }
div.DivClassName
{
background-color: #BD0072;
}
.BgClassName
{
background-color: #BD0072;
}
</style>
border-color css
<style>
span { border-color: #BD0072; }
span { border-color: rgb(189,0,114); }
td.TdClassName
{
border-color: #BD0072;
}
.TagClassName
{
border-color: #BD0072;
}
</style>