Shades of Medium Violet Red #B70B7A
Tints of Medium Violet Red #B70B7A
RGB
CMYK
RGB Variations
Color information
#B70B7A (or 0xB70B7A) is known color: Medium Violet Red. HEX triplet: B7, 0B and 7A. RGB value is (183,11,122). Sum of RGB (Red+Green+Blue) = 183+11+122=316 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.91% from 316); Green value is 11 (4.69% from 255 or 3.48% from 316); Blue value is 122 (48.05% from 255 or 38.61% from 316); Max value from RGB is 183 - color contains mainly: red. Hex color #B70B7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70B7A is #48F485. Grayscale: #4A4A4A. Windows color (decimal): -4781190 or 7998391. OLE color: 7998391.
HSL color Cylindrical-coordinate representation of color #B70B7A: hue angle of 321.28º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B70B7A is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 11 | 122 | - |
| CMYK | 0 | 0.94 | 0.33 | 0.28 |
| HSL | 321.28º | 0.89% | 0.38% | - |
| HSV(B) | 321.28º | 0.94% | 0.72% | - |
| XYZ | 23.16 | 11.71 | 19.45 | - |
| YUV | 75.08 | 154.48 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 11 | 122 | 0 | 0.94 | 0.33 | 0.28 | 321.28 | 0.89 | 0.38 |
| Hex | B7 | B | 7A | 0 | 5E | 21 | 1C | 141 | 59 | 26 |
| Octal | 267 | 13 | 172 | 0 | 136 | 41 | 34 | 501 | 131 | 46 |
| Binary | 10110111 | 1011 | 1111010 | 0 | 1011110 | 100001 | 11100 | 101000001 | 1011001 | 100110 |
Color Harmonies of #B70B7A
Complementary color
Monochromatic Colors of #B70B7A
Black with #B70B7A
Text Example
Text Example
White with #B70B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70B7A; }
p { color: rgb(183,11,122); }
H1.HeaderClassName
{
color: #B70B7A;
}
.AnyTagClassName
{
color: #B70B7A;
}
</style>
background-color css
<style>
a { background-color: #B70B7A; }
a { background-color: rgb(183,11,122); }
div.DivClassName
{
background-color: #B70B7A;
}
.BgClassName
{
background-color: #B70B7A;
}
</style>
border-color css
<style>
span { border-color: #B70B7A; }
span { border-color: rgb(183,11,122); }
td.TdClassName
{
border-color: #B70B7A;
}
.TagClassName
{
border-color: #B70B7A;
}
</style>