Shades of Medium Violet Red #B71298
Tints of Medium Violet Red #B71298
RGB
CMYK
RGB Variations
Color information
#B71298 (or 0xB71298) is known color: Medium Violet Red. HEX triplet: B7, 12 and 98. RGB value is (183,18,152). Sum of RGB (Red+Green+Blue) = 183+18+152=353 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.84% from 353); Green value is 18 (7.42% from 255 or 5.10% from 353); Blue value is 152 (59.77% from 255 or 43.06% from 353); Max value from RGB is 183 - color contains mainly: red. Hex color #B71298 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B71298 is #48ED67. Grayscale: #525252. Windows color (decimal): -4779368 or 9966263. OLE color: 9966263.
HSL color Cylindrical-coordinate representation of color #B71298: hue angle of 311.27º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B71298 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 18 | 152 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.28 |
| HSL | 311.27º | 0.82% | 0.39% | - |
| HSV(B) | 311.27º | 0.9% | 0.72% | - |
| XYZ | 25.41 | 12.77 | 30.83 | - |
| YUV | 82.61 | 167.16 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 18 | 152 | 0 | 0.90 | 0.17 | 0.28 | 311.27 | 0.82 | 0.39 |
| Hex | B7 | 12 | 98 | 0 | 5A | 11 | 1C | 137 | 52 | 27 |
| Octal | 267 | 22 | 230 | 0 | 132 | 21 | 34 | 467 | 122 | 47 |
| Binary | 10110111 | 10010 | 10011000 | 0 | 1011010 | 10001 | 11100 | 100110111 | 1010010 | 100111 |
Color Harmonies of #B71298
Complementary color
Monochromatic Colors of #B71298
Black with #B71298
Text Example
Text Example
White with #B71298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71298; }
p { color: rgb(183,18,152); }
H1.HeaderClassName
{
color: #B71298;
}
.AnyTagClassName
{
color: #B71298;
}
</style>
background-color css
<style>
a { background-color: #B71298; }
a { background-color: rgb(183,18,152); }
div.DivClassName
{
background-color: #B71298;
}
.BgClassName
{
background-color: #B71298;
}
</style>
border-color css
<style>
span { border-color: #B71298; }
span { border-color: rgb(183,18,152); }
td.TdClassName
{
border-color: #B71298;
}
.TagClassName
{
border-color: #B71298;
}
</style>