Shades of Medium Violet Red #B70182
Tints of Medium Violet Red #B70182
RGB
CMYK
RGB Variations
Color information
#B70182 (or 0xB70182) is known color: Medium Violet Red. HEX triplet: B7, 01 and 82. RGB value is (183,1,130). Sum of RGB (Red+Green+Blue) = 183+1+130=314 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.28% from 314); Green value is 1 (0.78% from 255 or 0.32% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 183 - color contains mainly: red. Hex color #B70182 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70182 is #48FE7D. Grayscale: #454545. Windows color (decimal): -4783742 or 8520119. OLE color: 8520119.
HSL color Cylindrical-coordinate representation of color #B70182: hue angle of 317.47º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B70182 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 1 | 130 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.28 |
| HSL | 317.47º | 0.99% | 0.36% | - |
| HSV(B) | 317.47º | 0.99% | 0.72% | - |
| XYZ | 23.57 | 11.7 | 22.14 | - |
| YUV | 70.12 | 161.8 | 208.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 1 | 130 | 0 | 0.99 | 0.29 | 0.28 | 317.47 | 0.99 | 0.36 |
| Hex | B7 | 1 | 82 | 0 | 63 | 1D | 1C | 13D | 63 | 24 |
| Octal | 267 | 1 | 202 | 0 | 143 | 35 | 34 | 475 | 143 | 44 |
| Binary | 10110111 | 1 | 10000010 | 0 | 1100011 | 11101 | 11100 | 100111101 | 1100011 | 100100 |
Color Harmonies of #B70182
Complementary color
Monochromatic Colors of #B70182
Black with #B70182
Text Example
Text Example
White with #B70182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70182; }
p { color: rgb(183,1,130); }
H1.HeaderClassName
{
color: #B70182;
}
.AnyTagClassName
{
color: #B70182;
}
</style>
background-color css
<style>
a { background-color: #B70182; }
a { background-color: rgb(183,1,130); }
div.DivClassName
{
background-color: #B70182;
}
.BgClassName
{
background-color: #B70182;
}
</style>
border-color css
<style>
span { border-color: #B70182; }
span { border-color: rgb(183,1,130); }
td.TdClassName
{
border-color: #B70182;
}
.TagClassName
{
border-color: #B70182;
}
</style>