Shades of Medium Violet Red #B70981
Tints of Medium Violet Red #B70981
RGB
CMYK
RGB Variations
Color information
#B70981 (or 0xB70981) is known color: Medium Violet Red. HEX triplet: B7, 09 and 81. RGB value is (183,9,129). Sum of RGB (Red+Green+Blue) = 183+9+129=321 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.01% from 321); Green value is 9 (3.91% from 255 or 2.80% from 321); Blue value is 129 (50.78% from 255 or 40.19% from 321); Max value from RGB is 183 - color contains mainly: red. Hex color #B70981 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70981 is #48F67E. Grayscale: #4A4A4A. Windows color (decimal): -4781695 or 8456631. OLE color: 8456631.
HSL color Cylindrical-coordinate representation of color #B70981: hue angle of 318.62º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B70981 is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 9 | 129 | - |
| CMYK | 0 | 0.95 | 0.30 | 0.28 |
| HSL | 318.62º | 0.91% | 0.38% | - |
| HSV(B) | 318.62º | 0.95% | 0.72% | - |
| XYZ | 23.59 | 11.85 | 21.81 | - |
| YUV | 74.71 | 158.65 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 9 | 129 | 0 | 0.95 | 0.30 | 0.28 | 318.62 | 0.91 | 0.38 |
| Hex | B7 | 9 | 81 | 0 | 5F | 1E | 1C | 13F | 5B | 26 |
| Octal | 267 | 11 | 201 | 0 | 137 | 36 | 34 | 477 | 133 | 46 |
| Binary | 10110111 | 1001 | 10000001 | 0 | 1011111 | 11110 | 11100 | 100111111 | 1011011 | 100110 |
Color Harmonies of #B70981
Complementary color
Monochromatic Colors of #B70981
Black with #B70981
Text Example
Text Example
White with #B70981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70981; }
p { color: rgb(183,9,129); }
H1.HeaderClassName
{
color: #B70981;
}
.AnyTagClassName
{
color: #B70981;
}
</style>
background-color css
<style>
a { background-color: #B70981; }
a { background-color: rgb(183,9,129); }
div.DivClassName
{
background-color: #B70981;
}
.BgClassName
{
background-color: #B70981;
}
</style>
border-color css
<style>
span { border-color: #B70981; }
span { border-color: rgb(183,9,129); }
td.TdClassName
{
border-color: #B70981;
}
.TagClassName
{
border-color: #B70981;
}
</style>