Shades of Medium Violet Red #BD1599
Tints of Medium Violet Red #BD1599
RGB
CMYK
RGB Variations
Color information
#BD1599 (or 0xBD1599) is known color: Medium Violet Red. HEX triplet: BD, 15 and 99. RGB value is (189,21,153). Sum of RGB (Red+Green+Blue) = 189+21+153=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 21 (8.59% from 255 or 5.79% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1599 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1599 is #42EA66. Grayscale: #555555. Windows color (decimal): -4385383 or 10032573. OLE color: 10032573.
HSL color Cylindrical-coordinate representation of color #BD1599: hue angle of 312.86º 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 #BD1599 is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 21 | 153 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.26 |
| HSL | 312.86º | 0.8% | 0.41% | - |
| HSV(B) | 312.86º | 0.89% | 0.74% | - |
| XYZ | 27 | 13.66 | 31.35 | - |
| YUV | 86.28 | 165.66 | 201.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 21 | 153 | 0 | 0.89 | 0.19 | 0.26 | 312.86 | 0.8 | 0.41 |
| Hex | BD | 15 | 99 | 0 | 59 | 13 | 1A | 139 | 50 | 29 |
| Octal | 275 | 25 | 231 | 0 | 131 | 23 | 32 | 471 | 120 | 51 |
| Binary | 10111101 | 10101 | 10011001 | 0 | 1011001 | 10011 | 11010 | 100111001 | 1010000 | 101001 |
Color Harmonies of #BD1599
Complementary color
Monochromatic Colors of #BD1599
Black with #BD1599
Text Example
Text Example
White with #BD1599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1599; }
p { color: rgb(189,21,153); }
H1.HeaderClassName
{
color: #BD1599;
}
.AnyTagClassName
{
color: #BD1599;
}
</style>
background-color css
<style>
a { background-color: #BD1599; }
a { background-color: rgb(189,21,153); }
div.DivClassName
{
background-color: #BD1599;
}
.BgClassName
{
background-color: #BD1599;
}
</style>
border-color css
<style>
span { border-color: #BD1599; }
span { border-color: rgb(189,21,153); }
td.TdClassName
{
border-color: #BD1599;
}
.TagClassName
{
border-color: #BD1599;
}
</style>