Shades of Medium Violet Red #BD0D73
Tints of Medium Violet Red #BD0D73
RGB
CMYK
RGB Variations
Color information
#BD0D73 (or 0xBD0D73) is known color: Medium Violet Red. HEX triplet: BD, 0D and 73. RGB value is (189,13,115). Sum of RGB (Red+Green+Blue) = 189+13+115=317 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.62% from 317); Green value is 13 (5.47% from 255 or 4.10% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0D73 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0D73 is #42F28C. Grayscale: #4D4D4D. Windows color (decimal): -4387469 or 7540157. OLE color: 7540157.
HSL color Cylindrical-coordinate representation of color #BD0D73: hue angle of 325.23º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD0D73 is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 13 | 115 | - |
| CMYK | 0 | 0.93 | 0.39 | 0.26 |
| HSL | 325.23º | 0.87% | 0.4% | - |
| HSV(B) | 325.23º | 0.93% | 0.74% | - |
| XYZ | 24.22 | 12.34 | 17.33 | - |
| YUV | 77.25 | 149.31 | 207.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 13 | 115 | 0 | 0.93 | 0.39 | 0.26 | 325.23 | 0.87 | 0.4 |
| Hex | BD | D | 73 | 0 | 5D | 27 | 1A | 145 | 57 | 28 |
| Octal | 275 | 15 | 163 | 0 | 135 | 47 | 32 | 505 | 127 | 50 |
| Binary | 10111101 | 1101 | 1110011 | 0 | 1011101 | 100111 | 11010 | 101000101 | 1010111 | 101000 |
Color Harmonies of #BD0D73
Complementary color
Monochromatic Colors of #BD0D73
Black with #BD0D73
Text Example
Text Example
White with #BD0D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0D73; }
p { color: rgb(189,13,115); }
H1.HeaderClassName
{
color: #BD0D73;
}
.AnyTagClassName
{
color: #BD0D73;
}
</style>
background-color css
<style>
a { background-color: #BD0D73; }
a { background-color: rgb(189,13,115); }
div.DivClassName
{
background-color: #BD0D73;
}
.BgClassName
{
background-color: #BD0D73;
}
</style>
border-color css
<style>
span { border-color: #BD0D73; }
span { border-color: rgb(189,13,115); }
td.TdClassName
{
border-color: #BD0D73;
}
.TagClassName
{
border-color: #BD0D73;
}
</style>