Shades of Medium Violet Red #BD1573
Tints of Medium Violet Red #BD1573
RGB
CMYK
RGB Variations
Color information
#BD1573 (or 0xBD1573) is known color: Medium Violet Red. HEX triplet: BD, 15 and 73. RGB value is (189,21,115). Sum of RGB (Red+Green+Blue) = 189+21+115=325 (43% of max value = 765). Red value is 189 (74.22% from 255 or 58.15% from 325); Green value is 21 (8.59% from 255 or 6.46% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1573 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1573 is #42EA8C. Grayscale: #515151. Windows color (decimal): -4385421 or 7542205. OLE color: 7542205.
HSL color Cylindrical-coordinate representation of color #BD1573: hue angle of 326.43º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD1573 is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 21 | 115 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.26 |
| HSL | 326.43º | 0.8% | 0.41% | - |
| HSV(B) | 326.43º | 0.89% | 0.74% | - |
| XYZ | 24.35 | 12.59 | 17.37 | - |
| YUV | 81.95 | 146.66 | 204.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 21 | 115 | 0 | 0.89 | 0.39 | 0.26 | 326.43 | 0.8 | 0.41 |
| Hex | BD | 15 | 73 | 0 | 59 | 27 | 1A | 146 | 50 | 29 |
| Octal | 275 | 25 | 163 | 0 | 131 | 47 | 32 | 506 | 120 | 51 |
| Binary | 10111101 | 10101 | 1110011 | 0 | 1011001 | 100111 | 11010 | 101000110 | 1010000 | 101001 |
Color Harmonies of #BD1573
Complementary color
Monochromatic Colors of #BD1573
Black with #BD1573
Text Example
Text Example
White with #BD1573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1573; }
p { color: rgb(189,21,115); }
H1.HeaderClassName
{
color: #BD1573;
}
.AnyTagClassName
{
color: #BD1573;
}
</style>
background-color css
<style>
a { background-color: #BD1573; }
a { background-color: rgb(189,21,115); }
div.DivClassName
{
background-color: #BD1573;
}
.BgClassName
{
background-color: #BD1573;
}
</style>
border-color css
<style>
span { border-color: #BD1573; }
span { border-color: rgb(189,21,115); }
td.TdClassName
{
border-color: #BD1573;
}
.TagClassName
{
border-color: #BD1573;
}
</style>