Shades of Medium Violet Red #B70B83
Tints of Medium Violet Red #B70B83
RGB
CMYK
RGB Variations
Color information
#B70B83 (or 0xB70B83) is known color: Medium Violet Red. HEX triplet: B7, 0B and 83. RGB value is (183,11,131). Sum of RGB (Red+Green+Blue) = 183+11+131=325 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.31% from 325); Green value is 11 (4.69% from 255 or 3.38% from 325); Blue value is 131 (51.56% from 255 or 40.31% from 325); Max value from RGB is 183 - color contains mainly: red. Hex color #B70B83 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70B83 is #48F47C. Grayscale: #4B4B4B. Windows color (decimal): -4781181 or 8588215. OLE color: 8588215.
HSL color Cylindrical-coordinate representation of color #B70B83: hue angle of 318.14º 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 #B70B83 is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 11 | 131 | - |
| CMYK | 0 | 0.94 | 0.28 | 0.28 |
| HSL | 318.14º | 0.89% | 0.38% | - |
| HSV(B) | 318.14º | 0.94% | 0.72% | - |
| XYZ | 23.74 | 11.95 | 22.53 | - |
| YUV | 76.11 | 158.98 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 11 | 131 | 0 | 0.94 | 0.28 | 0.28 | 318.14 | 0.89 | 0.38 |
| Hex | B7 | B | 83 | 0 | 5E | 1C | 1C | 13E | 59 | 26 |
| Octal | 267 | 13 | 203 | 0 | 136 | 34 | 34 | 476 | 131 | 46 |
| Binary | 10110111 | 1011 | 10000011 | 0 | 1011110 | 11100 | 11100 | 100111110 | 1011001 | 100110 |
Color Harmonies of #B70B83
Complementary color
Monochromatic Colors of #B70B83
Black with #B70B83
Text Example
Text Example
White with #B70B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70B83; }
p { color: rgb(183,11,131); }
H1.HeaderClassName
{
color: #B70B83;
}
.AnyTagClassName
{
color: #B70B83;
}
</style>
background-color css
<style>
a { background-color: #B70B83; }
a { background-color: rgb(183,11,131); }
div.DivClassName
{
background-color: #B70B83;
}
.BgClassName
{
background-color: #B70B83;
}
</style>
border-color css
<style>
span { border-color: #B70B83; }
span { border-color: rgb(183,11,131); }
td.TdClassName
{
border-color: #B70B83;
}
.TagClassName
{
border-color: #B70B83;
}
</style>