Shades of Medium Violet Red #BD0573
Tints of Medium Violet Red #BD0573
RGB
CMYK
RGB Variations
Color information
#BD0573 (or 0xBD0573) is known color: Medium Violet Red. HEX triplet: BD, 05 and 73. RGB value is (189,5,115). Sum of RGB (Red+Green+Blue) = 189+5+115=309 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.17% from 309); Green value is 5 (2.34% from 255 or 1.62% from 309); Blue value is 115 (45.31% from 255 or 37.22% from 309); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0573 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0573 is #42FA8C. Grayscale: #484848. Windows color (decimal): -4389517 or 7538109. OLE color: 7538109.
HSL color Cylindrical-coordinate representation of color #BD0573: hue angle of 324.13º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD0573 is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 5 | 115 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.26 |
| HSL | 324.13º | 0.95% | 0.38% | - |
| HSV(B) | 324.13º | 0.97% | 0.74% | - |
| XYZ | 24.14 | 12.17 | 17.3 | - |
| YUV | 72.56 | 151.96 | 211.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 5 | 115 | 0 | 0.97 | 0.39 | 0.26 | 324.13 | 0.95 | 0.38 |
| Hex | BD | 5 | 73 | 0 | 61 | 27 | 1A | 144 | 5F | 26 |
| Octal | 275 | 5 | 163 | 0 | 141 | 47 | 32 | 504 | 137 | 46 |
| Binary | 10111101 | 101 | 1110011 | 0 | 1100001 | 100111 | 11010 | 101000100 | 1011111 | 100110 |
Color Harmonies of #BD0573
Complementary color
Monochromatic Colors of #BD0573
Black with #BD0573
Text Example
Text Example
White with #BD0573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0573; }
p { color: rgb(189,5,115); }
H1.HeaderClassName
{
color: #BD0573;
}
.AnyTagClassName
{
color: #BD0573;
}
</style>
background-color css
<style>
a { background-color: #BD0573; }
a { background-color: rgb(189,5,115); }
div.DivClassName
{
background-color: #BD0573;
}
.BgClassName
{
background-color: #BD0573;
}
</style>
border-color css
<style>
span { border-color: #BD0573; }
span { border-color: rgb(189,5,115); }
td.TdClassName
{
border-color: #BD0573;
}
.TagClassName
{
border-color: #BD0573;
}
</style>