Shades of Medium Violet Red #B70B80
Tints of Medium Violet Red #B70B80
RGB
CMYK
RGB Variations
Color information
#B70B80 (or 0xB70B80) is known color: Medium Violet Red. HEX triplet: B7, 0B and 80. RGB value is (183,11,128). Sum of RGB (Red+Green+Blue) = 183+11+128=322 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.83% from 322); Green value is 11 (4.69% from 255 or 3.42% from 322); Blue value is 128 (50.39% from 255 or 39.75% from 322); Max value from RGB is 183 - color contains mainly: red. Hex color #B70B80 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70B80 is #48F47F. Grayscale: #4B4B4B. Windows color (decimal): -4781184 or 8391607. OLE color: 8391607.
HSL color Cylindrical-coordinate representation of color #B70B80: hue angle of 319.19º 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 #B70B80 is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 11 | 128 | - |
| CMYK | 0 | 0.94 | 0.30 | 0.28 |
| HSL | 319.19º | 0.89% | 0.38% | - |
| HSV(B) | 319.19º | 0.94% | 0.72% | - |
| XYZ | 23.54 | 11.87 | 21.47 | - |
| YUV | 75.77 | 157.48 | 204.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 11 | 128 | 0 | 0.94 | 0.30 | 0.28 | 319.19 | 0.89 | 0.38 |
| Hex | B7 | B | 80 | 0 | 5E | 1E | 1C | 13F | 59 | 26 |
| Octal | 267 | 13 | 200 | 0 | 136 | 36 | 34 | 477 | 131 | 46 |
| Binary | 10110111 | 1011 | 10000000 | 0 | 1011110 | 11110 | 11100 | 100111111 | 1011001 | 100110 |
Color Harmonies of #B70B80
Complementary color
Monochromatic Colors of #B70B80
Black with #B70B80
Text Example
Text Example
White with #B70B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70B80; }
p { color: rgb(183,11,128); }
H1.HeaderClassName
{
color: #B70B80;
}
.AnyTagClassName
{
color: #B70B80;
}
</style>
background-color css
<style>
a { background-color: #B70B80; }
a { background-color: rgb(183,11,128); }
div.DivClassName
{
background-color: #B70B80;
}
.BgClassName
{
background-color: #B70B80;
}
</style>
border-color css
<style>
span { border-color: #B70B80; }
span { border-color: rgb(183,11,128); }
td.TdClassName
{
border-color: #B70B80;
}
.TagClassName
{
border-color: #B70B80;
}
</style>