Shades of Medium Violet Red #B70B8F
Tints of Medium Violet Red #B70B8F
RGB
CMYK
RGB Variations
Color information
#B70B8F (or 0xB70B8F) is known color: Medium Violet Red. HEX triplet: B7, 0B and 8F. RGB value is (183,11,143). Sum of RGB (Red+Green+Blue) = 183+11+143=337 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.30% from 337); Green value is 11 (4.69% from 255 or 3.26% from 337); Blue value is 143 (56.25% from 255 or 42.43% from 337); Max value from RGB is 183 - color contains mainly: red. Hex color #B70B8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70B8F is #48F470. Grayscale: #4D4D4D. Windows color (decimal): -4781169 or 9374647. OLE color: 9374647.
HSL color Cylindrical-coordinate representation of color #B70B8F: hue angle of 313.95º 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 #B70B8F is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 11 | 143 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.28 |
| HSL | 313.95º | 0.89% | 0.38% | - |
| HSV(B) | 313.95º | 0.94% | 0.72% | - |
| XYZ | 24.61 | 12.29 | 27.06 | - |
| YUV | 77.48 | 164.98 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 11 | 143 | 0 | 0.94 | 0.22 | 0.28 | 313.95 | 0.89 | 0.38 |
| Hex | B7 | B | 8F | 0 | 5E | 16 | 1C | 13A | 59 | 26 |
| Octal | 267 | 13 | 217 | 0 | 136 | 26 | 34 | 472 | 131 | 46 |
| Binary | 10110111 | 1011 | 10001111 | 0 | 1011110 | 10110 | 11100 | 100111010 | 1011001 | 100110 |
Color Harmonies of #B70B8F
Complementary color
Monochromatic Colors of #B70B8F
Black with #B70B8F
Text Example
Text Example
White with #B70B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70B8F; }
p { color: rgb(183,11,143); }
H1.HeaderClassName
{
color: #B70B8F;
}
.AnyTagClassName
{
color: #B70B8F;
}
</style>
background-color css
<style>
a { background-color: #B70B8F; }
a { background-color: rgb(183,11,143); }
div.DivClassName
{
background-color: #B70B8F;
}
.BgClassName
{
background-color: #B70B8F;
}
</style>
border-color css
<style>
span { border-color: #B70B8F; }
span { border-color: rgb(183,11,143); }
td.TdClassName
{
border-color: #B70B8F;
}
.TagClassName
{
border-color: #B70B8F;
}
</style>