Shades of Medium Violet Red #BD0C73
Tints of Medium Violet Red #BD0C73
RGB
CMYK
RGB Variations
Color information
#BD0C73 (or 0xBD0C73) is known color: Medium Violet Red. HEX triplet: BD, 0C and 73. RGB value is (189,12,115). Sum of RGB (Red+Green+Blue) = 189+12+115=316 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.81% from 316); Green value is 12 (5.08% from 255 or 3.80% from 316); Blue value is 115 (45.31% from 255 or 36.39% from 316); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0C73 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0C73 is #42F38C. Grayscale: #4C4C4C. Windows color (decimal): -4387725 or 7539901. OLE color: 7539901.
HSL color Cylindrical-coordinate representation of color #BD0C73: hue angle of 325.08º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD0C73 is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 12 | 115 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.26 |
| HSL | 325.08º | 0.88% | 0.39% | - |
| HSV(B) | 325.08º | 0.94% | 0.74% | - |
| XYZ | 24.21 | 12.32 | 17.32 | - |
| YUV | 76.67 | 149.64 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 12 | 115 | 0 | 0.94 | 0.39 | 0.26 | 325.08 | 0.88 | 0.39 |
| Hex | BD | C | 73 | 0 | 5E | 27 | 1A | 145 | 58 | 27 |
| Octal | 275 | 14 | 163 | 0 | 136 | 47 | 32 | 505 | 130 | 47 |
| Binary | 10111101 | 1100 | 1110011 | 0 | 1011110 | 100111 | 11010 | 101000101 | 1011000 | 100111 |
Color Harmonies of #BD0C73
Complementary color
Monochromatic Colors of #BD0C73
Black with #BD0C73
Text Example
Text Example
White with #BD0C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0C73; }
p { color: rgb(189,12,115); }
H1.HeaderClassName
{
color: #BD0C73;
}
.AnyTagClassName
{
color: #BD0C73;
}
</style>
background-color css
<style>
a { background-color: #BD0C73; }
a { background-color: rgb(189,12,115); }
div.DivClassName
{
background-color: #BD0C73;
}
.BgClassName
{
background-color: #BD0C73;
}
</style>
border-color css
<style>
span { border-color: #BD0C73; }
span { border-color: rgb(189,12,115); }
td.TdClassName
{
border-color: #BD0C73;
}
.TagClassName
{
border-color: #BD0C73;
}
</style>