Shades of Medium Violet Red #B70291
Tints of Medium Violet Red #B70291
RGB
CMYK
RGB Variations
Color information
#B70291 (or 0xB70291) is known color: Medium Violet Red. HEX triplet: B7, 02 and 91. RGB value is (183,2,145). Sum of RGB (Red+Green+Blue) = 183+2+145=330 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.45% from 330); Green value is 2 (1.17% from 255 or 0.61% from 330); Blue value is 145 (57.03% from 255 or 43.94% from 330); Max value from RGB is 183 - color contains mainly: red. Hex color #B70291 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70291 is #48FD6E. Grayscale: #484848. Windows color (decimal): -4783471 or 9503415. OLE color: 9503415.
HSL color Cylindrical-coordinate representation of color #B70291: hue angle of 312.6º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B70291 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 2 | 145 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.28 |
| HSL | 312.6º | 0.98% | 0.36% | - |
| HSV(B) | 312.6º | 0.99% | 0.72% | - |
| XYZ | 24.66 | 12.16 | 27.83 | - |
| YUV | 72.42 | 168.97 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 2 | 145 | 0 | 0.99 | 0.21 | 0.28 | 312.6 | 0.98 | 0.36 |
| Hex | B7 | 2 | 91 | 0 | 63 | 15 | 1C | 139 | 62 | 24 |
| Octal | 267 | 2 | 221 | 0 | 143 | 25 | 34 | 471 | 142 | 44 |
| Binary | 10110111 | 10 | 10010001 | 0 | 1100011 | 10101 | 11100 | 100111001 | 1100010 | 100100 |
Color Harmonies of #B70291
Complementary color
Monochromatic Colors of #B70291
Black with #B70291
Text Example
Text Example
White with #B70291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70291; }
p { color: rgb(183,2,145); }
H1.HeaderClassName
{
color: #B70291;
}
.AnyTagClassName
{
color: #B70291;
}
</style>
background-color css
<style>
a { background-color: #B70291; }
a { background-color: rgb(183,2,145); }
div.DivClassName
{
background-color: #B70291;
}
.BgClassName
{
background-color: #B70291;
}
</style>
border-color css
<style>
span { border-color: #B70291; }
span { border-color: rgb(183,2,145); }
td.TdClassName
{
border-color: #B70291;
}
.TagClassName
{
border-color: #B70291;
}
</style>