Shades of Medium Violet Red #B70095
Tints of Medium Violet Red #B70095
RGB
CMYK
RGB Variations
Color information
#B70095 (or 0xB70095) is known color: Medium Violet Red. HEX triplet: B7, 00 and 95. RGB value is (183,0,149). Sum of RGB (Red+Green+Blue) = 183+0+149=332 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.12% from 332); Green value is 0 (0.39% from 255 or 0% from 332); Blue value is 149 (58.59% from 255 or 44.88% from 332); Max value from RGB is 183 - color contains mainly: red. Hex color #B70095 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70095 is #48FF6A. Grayscale: #474747. Windows color (decimal): -4783979 or 9765047. OLE color: 9765047.
HSL color Cylindrical-coordinate representation of color #B70095: hue angle of 311.15º 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 #B70095 is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 0 | 149 | - |
| CMYK | 0 | 1 | 0.19 | 0.28 |
| HSL | 311.15º | 1% | 0.36% | - |
| HSV(B) | 311.15º | 1% | 0.72% | - |
| XYZ | 24.95 | 12.24 | 29.48 | - |
| YUV | 71.7 | 171.63 | 207.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 0 | 149 | 0 | 1 | 0.19 | 0.28 | 311.15 | 1 | 0.36 |
| Hex | B7 | 0 | 95 | 0 | 64 | 13 | 1C | 137 | 64 | 24 |
| Octal | 267 | 0 | 225 | 0 | 144 | 23 | 34 | 467 | 144 | 44 |
| Binary | 10110111 | 0 | 10010101 | 0 | 1100100 | 10011 | 11100 | 100110111 | 1100100 | 100100 |
Color Harmonies of #B70095
Complementary color
Monochromatic Colors of #B70095
Black with #B70095
Text Example
Text Example
White with #B70095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70095; }
p { color: rgb(183,0,149); }
H1.HeaderClassName
{
color: #B70095;
}
.AnyTagClassName
{
color: #B70095;
}
</style>
background-color css
<style>
a { background-color: #B70095; }
a { background-color: rgb(183,0,149); }
div.DivClassName
{
background-color: #B70095;
}
.BgClassName
{
background-color: #B70095;
}
</style>
border-color css
<style>
span { border-color: #B70095; }
span { border-color: rgb(183,0,149); }
td.TdClassName
{
border-color: #B70095;
}
.TagClassName
{
border-color: #B70095;
}
</style>