Shades of Medium Violet Red #BD1197
Tints of Medium Violet Red #BD1197
RGB
CMYK
RGB Variations
Color information
#BD1197 (or 0xBD1197) is known color: Medium Violet Red. HEX triplet: BD, 11 and 97. RGB value is (189,17,151). Sum of RGB (Red+Green+Blue) = 189+17+151=357 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.94% from 357); Green value is 17 (7.03% from 255 or 4.76% from 357); Blue value is 151 (59.38% from 255 or 42.30% from 357); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1197 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1197 is #42EE68. Grayscale: #535353. Windows color (decimal): -4386409 or 9900477. OLE color: 9900477.
HSL color Cylindrical-coordinate representation of color #BD1197: hue angle of 313.26º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD1197 is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 17 | 151 | - |
| CMYK | 0 | 0.91 | 0.20 | 0.26 |
| HSL | 313.26º | 0.83% | 0.4% | - |
| HSV(B) | 313.26º | 0.91% | 0.74% | - |
| XYZ | 26.77 | 13.45 | 30.46 | - |
| YUV | 83.7 | 165.98 | 203.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 17 | 151 | 0 | 0.91 | 0.20 | 0.26 | 313.26 | 0.83 | 0.4 |
| Hex | BD | 11 | 97 | 0 | 5B | 14 | 1A | 139 | 53 | 28 |
| Octal | 275 | 21 | 227 | 0 | 133 | 24 | 32 | 471 | 123 | 50 |
| Binary | 10111101 | 10001 | 10010111 | 0 | 1011011 | 10100 | 11010 | 100111001 | 1010011 | 101000 |
Color Harmonies of #BD1197
Complementary color
Monochromatic Colors of #BD1197
Black with #BD1197
Text Example
Text Example
White with #BD1197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1197; }
p { color: rgb(189,17,151); }
H1.HeaderClassName
{
color: #BD1197;
}
.AnyTagClassName
{
color: #BD1197;
}
</style>
background-color css
<style>
a { background-color: #BD1197; }
a { background-color: rgb(189,17,151); }
div.DivClassName
{
background-color: #BD1197;
}
.BgClassName
{
background-color: #BD1197;
}
</style>
border-color css
<style>
span { border-color: #BD1197; }
span { border-color: rgb(189,17,151); }
td.TdClassName
{
border-color: #BD1197;
}
.TagClassName
{
border-color: #BD1197;
}
</style>