Shades of Medium Violet Red #B70097
Tints of Medium Violet Red #B70097
RGB
CMYK
RGB Variations
Color information
#B70097 (or 0xB70097) is known color: Medium Violet Red. HEX triplet: B7, 00 and 97. RGB value is (183,0,151). Sum of RGB (Red+Green+Blue) = 183+0+151=334 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.79% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 151 (59.38% from 255 or 45.21% from 334); Max value from RGB is 183 - color contains mainly: red. Hex color #B70097 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70097 is #48FF68. Grayscale: #474747. Windows color (decimal): -4783977 or 9896119. OLE color: 9896119.
HSL color Cylindrical-coordinate representation of color #B70097: hue angle of 310.49º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B70097 is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 0 | 151 | - |
| CMYK | 0 | 1 | 0.17 | 0.28 |
| HSL | 310.49º | 1% | 0.36% | - |
| HSV(B) | 310.49º | 1% | 0.72% | - |
| XYZ | 25.11 | 12.3 | 30.33 | - |
| YUV | 71.93 | 172.63 | 207.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 0 | 151 | 0 | 1 | 0.17 | 0.28 | 310.49 | 1 | 0.36 |
| Hex | B7 | 0 | 97 | 0 | 64 | 11 | 1C | 136 | 64 | 24 |
| Octal | 267 | 0 | 227 | 0 | 144 | 21 | 34 | 466 | 144 | 44 |
| Binary | 10110111 | 0 | 10010111 | 0 | 1100100 | 10001 | 11100 | 100110110 | 1100100 | 100100 |
Color Harmonies of #B70097
Complementary color
Monochromatic Colors of #B70097
Black with #B70097
Text Example
Text Example
White with #B70097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70097; }
p { color: rgb(183,0,151); }
H1.HeaderClassName
{
color: #B70097;
}
.AnyTagClassName
{
color: #B70097;
}
</style>
background-color css
<style>
a { background-color: #B70097; }
a { background-color: rgb(183,0,151); }
div.DivClassName
{
background-color: #B70097;
}
.BgClassName
{
background-color: #B70097;
}
</style>
border-color css
<style>
span { border-color: #B70097; }
span { border-color: rgb(183,0,151); }
td.TdClassName
{
border-color: #B70097;
}
.TagClassName
{
border-color: #B70097;
}
</style>