Shades of Medium Violet Red #B70C8A
Tints of Medium Violet Red #B70C8A
RGB
CMYK
RGB Variations
Color information
#B70C8A (or 0xB70C8A) is known color: Medium Violet Red. HEX triplet: B7, 0C and 8A. RGB value is (183,12,138). Sum of RGB (Red+Green+Blue) = 183+12+138=333 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.95% from 333); Green value is 12 (5.08% from 255 or 3.60% from 333); Blue value is 138 (54.30% from 255 or 41.44% from 333); Max value from RGB is 183 - color contains mainly: red. Hex color #B70C8A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70C8A is #48F375. Grayscale: #4D4D4D. Windows color (decimal): -4780918 or 9047223. OLE color: 9047223.
HSL color Cylindrical-coordinate representation of color #B70C8A: hue angle of 315.79º 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 #B70C8A is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 12 | 138 | - |
| CMYK | 0 | 0.93 | 0.25 | 0.28 |
| HSL | 315.79º | 0.88% | 0.38% | - |
| HSV(B) | 315.79º | 0.93% | 0.72% | - |
| XYZ | 24.25 | 12.17 | 25.11 | - |
| YUV | 77.49 | 162.15 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 12 | 138 | 0 | 0.93 | 0.25 | 0.28 | 315.79 | 0.88 | 0.38 |
| Hex | B7 | C | 8A | 0 | 5D | 19 | 1C | 13C | 58 | 26 |
| Octal | 267 | 14 | 212 | 0 | 135 | 31 | 34 | 474 | 130 | 46 |
| Binary | 10110111 | 1100 | 10001010 | 0 | 1011101 | 11001 | 11100 | 100111100 | 1011000 | 100110 |
Color Harmonies of #B70C8A
Complementary color
Monochromatic Colors of #B70C8A
Black with #B70C8A
Text Example
Text Example
White with #B70C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70C8A; }
p { color: rgb(183,12,138); }
H1.HeaderClassName
{
color: #B70C8A;
}
.AnyTagClassName
{
color: #B70C8A;
}
</style>
background-color css
<style>
a { background-color: #B70C8A; }
a { background-color: rgb(183,12,138); }
div.DivClassName
{
background-color: #B70C8A;
}
.BgClassName
{
background-color: #B70C8A;
}
</style>
border-color css
<style>
span { border-color: #B70C8A; }
span { border-color: rgb(183,12,138); }
td.TdClassName
{
border-color: #B70C8A;
}
.TagClassName
{
border-color: #B70C8A;
}
</style>