Shades of Medium Violet Red #BD1697
Tints of Medium Violet Red #BD1697
RGB
CMYK
RGB Variations
Color information
#BD1697 (or 0xBD1697) is known color: Medium Violet Red. HEX triplet: BD, 16 and 97. RGB value is (189,22,151). Sum of RGB (Red+Green+Blue) = 189+22+151=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 22 (8.98% from 255 or 6.08% from 362); Blue value is 151 (59.38% from 255 or 41.71% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1697 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1697 is #42E968. Grayscale: #565656. Windows color (decimal): -4385129 or 9901757. OLE color: 9901757.
HSL color Cylindrical-coordinate representation of color #BD1697: hue angle of 313.65º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD1697 is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 22 | 151 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.26 |
| HSL | 313.65º | 0.79% | 0.41% | - |
| HSV(B) | 313.65º | 0.88% | 0.74% | - |
| XYZ | 26.86 | 13.63 | 30.49 | - |
| YUV | 86.64 | 164.33 | 201.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 22 | 151 | 0 | 0.88 | 0.20 | 0.26 | 313.65 | 0.79 | 0.41 |
| Hex | BD | 16 | 97 | 0 | 58 | 14 | 1A | 13A | 4F | 29 |
| Octal | 275 | 26 | 227 | 0 | 130 | 24 | 32 | 472 | 117 | 51 |
| Binary | 10111101 | 10110 | 10010111 | 0 | 1011000 | 10100 | 11010 | 100111010 | 1001111 | 101001 |
Color Harmonies of #BD1697
Complementary color
Monochromatic Colors of #BD1697
Black with #BD1697
Text Example
Text Example
White with #BD1697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1697; }
p { color: rgb(189,22,151); }
H1.HeaderClassName
{
color: #BD1697;
}
.AnyTagClassName
{
color: #BD1697;
}
</style>
background-color css
<style>
a { background-color: #BD1697; }
a { background-color: rgb(189,22,151); }
div.DivClassName
{
background-color: #BD1697;
}
.BgClassName
{
background-color: #BD1697;
}
</style>
border-color css
<style>
span { border-color: #BD1697; }
span { border-color: rgb(189,22,151); }
td.TdClassName
{
border-color: #BD1697;
}
.TagClassName
{
border-color: #BD1697;
}
</style>