Shades of Medium Violet Red #B70B8B
Tints of Medium Violet Red #B70B8B
RGB
CMYK
RGB Variations
Color information
#B70B8B (or 0xB70B8B) is known color: Medium Violet Red. HEX triplet: B7, 0B and 8B. RGB value is (183,11,139). Sum of RGB (Red+Green+Blue) = 183+11+139=333 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.95% from 333); Green value is 11 (4.69% from 255 or 3.30% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 183 - color contains mainly: red. Hex color #B70B8B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70B8B is #48F474. Grayscale: #4C4C4C. Windows color (decimal): -4781173 or 9112503. OLE color: 9112503.
HSL color Cylindrical-coordinate representation of color #B70B8B: hue angle of 315.35º 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 #B70B8B is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 11 | 139 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.28 |
| HSL | 315.35º | 0.89% | 0.38% | - |
| HSV(B) | 315.35º | 0.94% | 0.72% | - |
| XYZ | 24.31 | 12.17 | 25.49 | - |
| YUV | 77.02 | 162.98 | 203.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 11 | 139 | 0 | 0.94 | 0.24 | 0.28 | 315.35 | 0.89 | 0.38 |
| Hex | B7 | B | 8B | 0 | 5E | 18 | 1C | 13B | 59 | 26 |
| Octal | 267 | 13 | 213 | 0 | 136 | 30 | 34 | 473 | 131 | 46 |
| Binary | 10110111 | 1011 | 10001011 | 0 | 1011110 | 11000 | 11100 | 100111011 | 1011001 | 100110 |
Color Harmonies of #B70B8B
Complementary color
Monochromatic Colors of #B70B8B
Black with #B70B8B
Text Example
Text Example
White with #B70B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70B8B; }
p { color: rgb(183,11,139); }
H1.HeaderClassName
{
color: #B70B8B;
}
.AnyTagClassName
{
color: #B70B8B;
}
</style>
background-color css
<style>
a { background-color: #B70B8B; }
a { background-color: rgb(183,11,139); }
div.DivClassName
{
background-color: #B70B8B;
}
.BgClassName
{
background-color: #B70B8B;
}
</style>
border-color css
<style>
span { border-color: #B70B8B; }
span { border-color: rgb(183,11,139); }
td.TdClassName
{
border-color: #B70B8B;
}
.TagClassName
{
border-color: #B70B8B;
}
</style>