Shades of Medium Violet Red #BD2197
Tints of Medium Violet Red #BD2197
RGB
CMYK
RGB Variations
Color information
#BD2197 (or 0xBD2197) is known color: Medium Violet Red. HEX triplet: BD, 21 and 97. RGB value is (189,33,151). Sum of RGB (Red+Green+Blue) = 189+33+151=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 33 (13.28% from 255 or 8.85% from 373); Blue value is 151 (59.38% from 255 or 40.48% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2197 is #42DE68. Grayscale: #5C5C5C. Windows color (decimal): -4382313 or 9904573. OLE color: 9904573.
HSL color Cylindrical-coordinate representation of color #BD2197: hue angle of 314.62º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD2197 is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 33 | 151 | - |
| CMYK | 0 | 0.83 | 0.20 | 0.26 |
| HSL | 314.62º | 0.7% | 0.44% | - |
| HSV(B) | 314.62º | 0.83% | 0.74% | - |
| XYZ | 27.12 | 14.14 | 30.58 | - |
| YUV | 93.1 | 160.68 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 33 | 151 | 0 | 0.83 | 0.20 | 0.26 | 314.62 | 0.7 | 0.44 |
| Hex | BD | 21 | 97 | 0 | 53 | 14 | 1A | 13B | 46 | 2C |
| Octal | 275 | 41 | 227 | 0 | 123 | 24 | 32 | 473 | 106 | 54 |
| Binary | 10111101 | 100001 | 10010111 | 0 | 1010011 | 10100 | 11010 | 100111011 | 1000110 | 101100 |
Color Harmonies of #BD2197
Complementary color
Monochromatic Colors of #BD2197
Black with #BD2197
Text Example
Text Example
White with #BD2197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2197; }
p { color: rgb(189,33,151); }
H1.HeaderClassName
{
color: #BD2197;
}
.AnyTagClassName
{
color: #BD2197;
}
</style>
background-color css
<style>
a { background-color: #BD2197; }
a { background-color: rgb(189,33,151); }
div.DivClassName
{
background-color: #BD2197;
}
.BgClassName
{
background-color: #BD2197;
}
</style>
border-color css
<style>
span { border-color: #BD2197; }
span { border-color: rgb(189,33,151); }
td.TdClassName
{
border-color: #BD2197;
}
.TagClassName
{
border-color: #BD2197;
}
</style>