Shades of Medium Violet Red #B70882
Tints of Medium Violet Red #B70882
RGB
CMYK
RGB Variations
Color information
#B70882 (or 0xB70882) is known color: Medium Violet Red. HEX triplet: B7, 08 and 82. RGB value is (183,8,130). Sum of RGB (Red+Green+Blue) = 183+8+130=321 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.01% from 321); Green value is 8 (3.52% from 255 or 2.49% from 321); Blue value is 130 (51.17% from 255 or 40.50% from 321); Max value from RGB is 183 - color contains mainly: red. Hex color #B70882 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70882 is #48F77D. Grayscale: #494949. Windows color (decimal): -4781950 or 8521911. OLE color: 8521911.
HSL color Cylindrical-coordinate representation of color #B70882: hue angle of 318.17º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B70882 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 8 | 130 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.28 |
| HSL | 318.17º | 0.92% | 0.37% | - |
| HSV(B) | 318.17º | 0.96% | 0.72% | - |
| XYZ | 23.64 | 11.85 | 22.16 | - |
| YUV | 74.23 | 159.48 | 205.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 8 | 130 | 0 | 0.96 | 0.29 | 0.28 | 318.17 | 0.92 | 0.37 |
| Hex | B7 | 8 | 82 | 0 | 60 | 1D | 1C | 13E | 5C | 25 |
| Octal | 267 | 10 | 202 | 0 | 140 | 35 | 34 | 476 | 134 | 45 |
| Binary | 10110111 | 1000 | 10000010 | 0 | 1100000 | 11101 | 11100 | 100111110 | 1011100 | 100101 |
Color Harmonies of #B70882
Complementary color
Monochromatic Colors of #B70882
Black with #B70882
Text Example
Text Example
White with #B70882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70882; }
p { color: rgb(183,8,130); }
H1.HeaderClassName
{
color: #B70882;
}
.AnyTagClassName
{
color: #B70882;
}
</style>
background-color css
<style>
a { background-color: #B70882; }
a { background-color: rgb(183,8,130); }
div.DivClassName
{
background-color: #B70882;
}
.BgClassName
{
background-color: #B70882;
}
</style>
border-color css
<style>
span { border-color: #B70882; }
span { border-color: rgb(183,8,130); }
td.TdClassName
{
border-color: #B70882;
}
.TagClassName
{
border-color: #B70882;
}
</style>