Shades of Medium Violet Red #BD1797
Tints of Medium Violet Red #BD1797
RGB
CMYK
RGB Variations
Color information
#BD1797 (or 0xBD1797) is known color: Medium Violet Red. HEX triplet: BD, 17 and 97. RGB value is (189,23,151). Sum of RGB (Red+Green+Blue) = 189+23+151=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 23 (9.38% from 255 or 6.34% from 363); Blue value is 151 (59.38% from 255 or 41.60% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1797 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1797 is #42E868. Grayscale: #565656. Windows color (decimal): -4384873 or 9902013. OLE color: 9902013.
HSL color Cylindrical-coordinate representation of color #BD1797: hue angle of 313.73º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD1797 is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 23 | 151 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.26 |
| HSL | 313.73º | 0.78% | 0.42% | - |
| HSV(B) | 313.73º | 0.88% | 0.74% | - |
| XYZ | 26.88 | 13.67 | 30.5 | - |
| YUV | 87.23 | 164 | 200.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 23 | 151 | 0 | 0.88 | 0.20 | 0.26 | 313.73 | 0.78 | 0.42 |
| Hex | BD | 17 | 97 | 0 | 58 | 14 | 1A | 13A | 4E | 2A |
| Octal | 275 | 27 | 227 | 0 | 130 | 24 | 32 | 472 | 116 | 52 |
| Binary | 10111101 | 10111 | 10010111 | 0 | 1011000 | 10100 | 11010 | 100111010 | 1001110 | 101010 |
Color Harmonies of #BD1797
Complementary color
Monochromatic Colors of #BD1797
Black with #BD1797
Text Example
Text Example
White with #BD1797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1797; }
p { color: rgb(189,23,151); }
H1.HeaderClassName
{
color: #BD1797;
}
.AnyTagClassName
{
color: #BD1797;
}
</style>
background-color css
<style>
a { background-color: #BD1797; }
a { background-color: rgb(189,23,151); }
div.DivClassName
{
background-color: #BD1797;
}
.BgClassName
{
background-color: #BD1797;
}
</style>
border-color css
<style>
span { border-color: #BD1797; }
span { border-color: rgb(189,23,151); }
td.TdClassName
{
border-color: #BD1797;
}
.TagClassName
{
border-color: #BD1797;
}
</style>