Shades of Medium Violet Red #B70098
Tints of Medium Violet Red #B70098
RGB
CMYK
RGB Variations
Color information
#B70098 (or 0xB70098) is known color: Medium Violet Red. HEX triplet: B7, 00 and 98. RGB value is (183,0,152). Sum of RGB (Red+Green+Blue) = 183+0+152=335 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.63% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 152 (59.77% from 255 or 45.37% from 335); Max value from RGB is 183 - color contains mainly: red. Hex color #B70098 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70098 is #48FF67. Grayscale: #474747. Windows color (decimal): -4783976 or 9961655. OLE color: 9961655.
HSL color Cylindrical-coordinate representation of color #B70098: hue angle of 310.16º 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 #B70098 is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 0 | 152 | - |
| CMYK | 0 | 1 | 0.17 | 0.28 |
| HSL | 310.16º | 1% | 0.36% | - |
| HSV(B) | 310.16º | 1% | 0.72% | - |
| XYZ | 25.2 | 12.33 | 30.76 | - |
| YUV | 72.05 | 173.13 | 207.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 0 | 152 | 0 | 1 | 0.17 | 0.28 | 310.16 | 1 | 0.36 |
| Hex | B7 | 0 | 98 | 0 | 64 | 11 | 1C | 136 | 64 | 24 |
| Octal | 267 | 0 | 230 | 0 | 144 | 21 | 34 | 466 | 144 | 44 |
| Binary | 10110111 | 0 | 10011000 | 0 | 1100100 | 10001 | 11100 | 100110110 | 1100100 | 100100 |
Color Harmonies of #B70098
Complementary color
Monochromatic Colors of #B70098
Black with #B70098
Text Example
Text Example
White with #B70098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70098; }
p { color: rgb(183,0,152); }
H1.HeaderClassName
{
color: #B70098;
}
.AnyTagClassName
{
color: #B70098;
}
</style>
background-color css
<style>
a { background-color: #B70098; }
a { background-color: rgb(183,0,152); }
div.DivClassName
{
background-color: #B70098;
}
.BgClassName
{
background-color: #B70098;
}
</style>
border-color css
<style>
span { border-color: #B70098; }
span { border-color: rgb(183,0,152); }
td.TdClassName
{
border-color: #B70098;
}
.TagClassName
{
border-color: #B70098;
}
</style>