Shades of Medium Violet Red #B70C83
Tints of Medium Violet Red #B70C83
RGB
CMYK
RGB Variations
Color information
#B70C83 (or 0xB70C83) is known color: Medium Violet Red. HEX triplet: B7, 0C and 83. RGB value is (183,12,131). Sum of RGB (Red+Green+Blue) = 183+12+131=326 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.13% from 326); Green value is 12 (5.08% from 255 or 3.68% from 326); Blue value is 131 (51.56% from 255 or 40.18% from 326); Max value from RGB is 183 - color contains mainly: red. Hex color #B70C83 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70C83 is #48F37C. Grayscale: #4C4C4C. Windows color (decimal): -4780925 or 8588471. OLE color: 8588471.
HSL color Cylindrical-coordinate representation of color #B70C83: hue angle of 318.25º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B70C83 is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 12 | 131 | - |
| CMYK | 0 | 0.93 | 0.28 | 0.28 |
| HSL | 318.25º | 0.88% | 0.38% | - |
| HSV(B) | 318.25º | 0.93% | 0.72% | - |
| XYZ | 23.76 | 11.97 | 22.53 | - |
| YUV | 76.7 | 158.65 | 203.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 12 | 131 | 0 | 0.93 | 0.28 | 0.28 | 318.25 | 0.88 | 0.38 |
| Hex | B7 | C | 83 | 0 | 5D | 1C | 1C | 13E | 58 | 26 |
| Octal | 267 | 14 | 203 | 0 | 135 | 34 | 34 | 476 | 130 | 46 |
| Binary | 10110111 | 1100 | 10000011 | 0 | 1011101 | 11100 | 11100 | 100111110 | 1011000 | 100110 |
Color Harmonies of #B70C83
Complementary color
Monochromatic Colors of #B70C83
Black with #B70C83
Text Example
Text Example
White with #B70C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70C83; }
p { color: rgb(183,12,131); }
H1.HeaderClassName
{
color: #B70C83;
}
.AnyTagClassName
{
color: #B70C83;
}
</style>
background-color css
<style>
a { background-color: #B70C83; }
a { background-color: rgb(183,12,131); }
div.DivClassName
{
background-color: #B70C83;
}
.BgClassName
{
background-color: #B70C83;
}
</style>
border-color css
<style>
span { border-color: #B70C83; }
span { border-color: rgb(183,12,131); }
td.TdClassName
{
border-color: #B70C83;
}
.TagClassName
{
border-color: #B70C83;
}
</style>