Shades of Medium Violet Red #B71498
Tints of Medium Violet Red #B71498
RGB
CMYK
RGB Variations
Color information
#B71498 (or 0xB71498) is known color: Medium Violet Red. HEX triplet: B7, 14 and 98. RGB value is (183,20,152). Sum of RGB (Red+Green+Blue) = 183+20+152=355 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.55% from 355); Green value is 20 (8.20% from 255 or 5.63% from 355); Blue value is 152 (59.77% from 255 or 42.82% from 355); Max value from RGB is 183 - color contains mainly: red. Hex color #B71498 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B71498 is #48EB67. Grayscale: #535353. Windows color (decimal): -4778856 or 9966775. OLE color: 9966775.
HSL color Cylindrical-coordinate representation of color #B71498: hue angle of 311.41º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B71498 is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 20 | 152 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.28 |
| HSL | 311.41º | 0.8% | 0.4% | - |
| HSV(B) | 311.41º | 0.89% | 0.72% | - |
| XYZ | 25.45 | 12.83 | 30.84 | - |
| YUV | 83.79 | 166.5 | 198.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 20 | 152 | 0 | 0.89 | 0.17 | 0.28 | 311.41 | 0.8 | 0.4 |
| Hex | B7 | 14 | 98 | 0 | 59 | 11 | 1C | 137 | 50 | 28 |
| Octal | 267 | 24 | 230 | 0 | 131 | 21 | 34 | 467 | 120 | 50 |
| Binary | 10110111 | 10100 | 10011000 | 0 | 1011001 | 10001 | 11100 | 100110111 | 1010000 | 101000 |
Color Harmonies of #B71498
Complementary color
Monochromatic Colors of #B71498
Black with #B71498
Text Example
Text Example
White with #B71498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71498; }
p { color: rgb(183,20,152); }
H1.HeaderClassName
{
color: #B71498;
}
.AnyTagClassName
{
color: #B71498;
}
</style>
background-color css
<style>
a { background-color: #B71498; }
a { background-color: rgb(183,20,152); }
div.DivClassName
{
background-color: #B71498;
}
.BgClassName
{
background-color: #B71498;
}
</style>
border-color css
<style>
span { border-color: #B71498; }
span { border-color: rgb(183,20,152); }
td.TdClassName
{
border-color: #B71498;
}
.TagClassName
{
border-color: #B71498;
}
</style>