Shades of Medium Violet Red #B70FA2
Tints of Medium Violet Red #B70FA2
RGB
CMYK
RGB Variations
Color information
#B70FA2 (or 0xB70FA2) is known color: Medium Violet Red. HEX triplet: B7, 0F and A2. RGB value is (183,15,162). Sum of RGB (Red+Green+Blue) = 183+15+162=360 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.83% from 360); Green value is 15 (6.25% from 255 or 4.17% from 360); Blue value is 162 (63.67% from 255 or 45% from 360); Max value from RGB is 183 - color contains mainly: red. Hex color #B70FA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70FA2 is #48F05D. Grayscale: #515151. Windows color (decimal): -4780126 or 10620855. OLE color: 10620855.
HSL color Cylindrical-coordinate representation of color #B70FA2: hue angle of 307.5º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B70FA2 is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 15 | 162 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.28 |
| HSL | 307.5º | 0.85% | 0.39% | - |
| HSV(B) | 307.5º | 0.92% | 0.72% | - |
| XYZ | 26.22 | 13.02 | 35.31 | - |
| YUV | 81.99 | 173.16 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 15 | 162 | 0 | 0.92 | 0.11 | 0.28 | 307.5 | 0.85 | 0.39 |
| Hex | B7 | F | A2 | 0 | 5C | B | 1C | 134 | 55 | 27 |
| Octal | 267 | 17 | 242 | 0 | 134 | 13 | 34 | 464 | 125 | 47 |
| Binary | 10110111 | 1111 | 10100010 | 0 | 1011100 | 1011 | 11100 | 100110100 | 1010101 | 100111 |
Color Harmonies of #B70FA2
Complementary color
Monochromatic Colors of #B70FA2
Black with #B70FA2
Text Example
Text Example
White with #B70FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70FA2; }
p { color: rgb(183,15,162); }
H1.HeaderClassName
{
color: #B70FA2;
}
.AnyTagClassName
{
color: #B70FA2;
}
</style>
background-color css
<style>
a { background-color: #B70FA2; }
a { background-color: rgb(183,15,162); }
div.DivClassName
{
background-color: #B70FA2;
}
.BgClassName
{
background-color: #B70FA2;
}
</style>
border-color css
<style>
span { border-color: #B70FA2; }
span { border-color: rgb(183,15,162); }
td.TdClassName
{
border-color: #B70FA2;
}
.TagClassName
{
border-color: #B70FA2;
}
</style>