Shades of Medium Violet Red #B70C80
Tints of Medium Violet Red #B70C80
RGB
CMYK
RGB Variations
Color information
#B70C80 (or 0xB70C80) is known color: Medium Violet Red. HEX triplet: B7, 0C and 80. RGB value is (183,12,128). Sum of RGB (Red+Green+Blue) = 183+12+128=323 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.66% from 323); Green value is 12 (5.08% from 255 or 3.72% from 323); Blue value is 128 (50.39% from 255 or 39.63% from 323); Max value from RGB is 183 - color contains mainly: red. Hex color #B70C80 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70C80 is #48F37F. Grayscale: #4C4C4C. Windows color (decimal): -4780928 or 8391863. OLE color: 8391863.
HSL color Cylindrical-coordinate representation of color #B70C80: hue angle of 319.3º 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 #B70C80 is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 12 | 128 | - |
| CMYK | 0 | 0.93 | 0.30 | 0.28 |
| HSL | 319.3º | 0.88% | 0.38% | - |
| HSV(B) | 319.3º | 0.93% | 0.72% | - |
| XYZ | 23.56 | 11.89 | 21.48 | - |
| YUV | 76.35 | 157.15 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 12 | 128 | 0 | 0.93 | 0.30 | 0.28 | 319.3 | 0.88 | 0.38 |
| Hex | B7 | C | 80 | 0 | 5D | 1E | 1C | 13F | 58 | 26 |
| Octal | 267 | 14 | 200 | 0 | 135 | 36 | 34 | 477 | 130 | 46 |
| Binary | 10110111 | 1100 | 10000000 | 0 | 1011101 | 11110 | 11100 | 100111111 | 1011000 | 100110 |
Color Harmonies of #B70C80
Complementary color
Monochromatic Colors of #B70C80
Black with #B70C80
Text Example
Text Example
White with #B70C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70C80; }
p { color: rgb(183,12,128); }
H1.HeaderClassName
{
color: #B70C80;
}
.AnyTagClassName
{
color: #B70C80;
}
</style>
background-color css
<style>
a { background-color: #B70C80; }
a { background-color: rgb(183,12,128); }
div.DivClassName
{
background-color: #B70C80;
}
.BgClassName
{
background-color: #B70C80;
}
</style>
border-color css
<style>
span { border-color: #B70C80; }
span { border-color: rgb(183,12,128); }
td.TdClassName
{
border-color: #B70C80;
}
.TagClassName
{
border-color: #B70C80;
}
</style>