Shades of Medium Violet Red #BD0197
Tints of Medium Violet Red #BD0197
RGB
CMYK
RGB Variations
Color information
#BD0197 (or 0xBD0197) is known color: Medium Violet Red. HEX triplet: BD, 01 and 97. RGB value is (189,1,151). Sum of RGB (Red+Green+Blue) = 189+1+151=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 1 (0.78% from 255 or 0.29% from 341); Blue value is 151 (59.38% from 255 or 44.28% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0197 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0197 is #42FE68. Grayscale: #494949. Windows color (decimal): -4390505 or 9896381. OLE color: 9896381.
HSL color Cylindrical-coordinate representation of color #BD0197: hue angle of 312.13º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD0197 is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 1 | 151 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.26 |
| HSL | 312.13º | 0.99% | 0.37% | - |
| HSV(B) | 312.13º | 0.99% | 0.74% | - |
| XYZ | 26.58 | 13.07 | 30.4 | - |
| YUV | 74.31 | 171.28 | 209.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 1 | 151 | 0 | 0.99 | 0.20 | 0.26 | 312.13 | 0.99 | 0.37 |
| Hex | BD | 1 | 97 | 0 | 63 | 14 | 1A | 138 | 63 | 25 |
| Octal | 275 | 1 | 227 | 0 | 143 | 24 | 32 | 470 | 143 | 45 |
| Binary | 10111101 | 1 | 10010111 | 0 | 1100011 | 10100 | 11010 | 100111000 | 1100011 | 100101 |
Color Harmonies of #BD0197
Complementary color
Monochromatic Colors of #BD0197
Black with #BD0197
Text Example
Text Example
White with #BD0197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0197; }
p { color: rgb(189,1,151); }
H1.HeaderClassName
{
color: #BD0197;
}
.AnyTagClassName
{
color: #BD0197;
}
</style>
background-color css
<style>
a { background-color: #BD0197; }
a { background-color: rgb(189,1,151); }
div.DivClassName
{
background-color: #BD0197;
}
.BgClassName
{
background-color: #BD0197;
}
</style>
border-color css
<style>
span { border-color: #BD0197; }
span { border-color: rgb(189,1,151); }
td.TdClassName
{
border-color: #BD0197;
}
.TagClassName
{
border-color: #BD0197;
}
</style>