Shades of Medium Violet Red #B70B74
Tints of Medium Violet Red #B70B74
RGB
CMYK
RGB Variations
Color information
#B70B74 (or 0xB70B74) is known color: Medium Violet Red. HEX triplet: B7, 0B and 74. RGB value is (183,11,116). Sum of RGB (Red+Green+Blue) = 183+11+116=310 (41% of max value = 765). Red value is 183 (71.88% from 255 or 59.03% from 310); Green value is 11 (4.69% from 255 or 3.55% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 183 - color contains mainly: red. Hex color #B70B74 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70B74 is #48F48B. Grayscale: #4A4A4A. Windows color (decimal): -4781196 or 7605175. OLE color: 7605175.
HSL color Cylindrical-coordinate representation of color #B70B74: hue angle of 323.37º 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 #B70B74 is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 11 | 116 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.28 |
| HSL | 323.37º | 0.89% | 0.38% | - |
| HSV(B) | 323.37º | 0.94% | 0.72% | - |
| XYZ | 22.8 | 11.57 | 17.55 | - |
| YUV | 74.4 | 151.48 | 205.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 11 | 116 | 0 | 0.94 | 0.37 | 0.28 | 323.37 | 0.89 | 0.38 |
| Hex | B7 | B | 74 | 0 | 5E | 25 | 1C | 143 | 59 | 26 |
| Octal | 267 | 13 | 164 | 0 | 136 | 45 | 34 | 503 | 131 | 46 |
| Binary | 10110111 | 1011 | 1110100 | 0 | 1011110 | 100101 | 11100 | 101000011 | 1011001 | 100110 |
Color Harmonies of #B70B74
Complementary color
Monochromatic Colors of #B70B74
Black with #B70B74
Text Example
Text Example
White with #B70B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70B74; }
p { color: rgb(183,11,116); }
H1.HeaderClassName
{
color: #B70B74;
}
.AnyTagClassName
{
color: #B70B74;
}
</style>
background-color css
<style>
a { background-color: #B70B74; }
a { background-color: rgb(183,11,116); }
div.DivClassName
{
background-color: #B70B74;
}
.BgClassName
{
background-color: #B70B74;
}
</style>
border-color css
<style>
span { border-color: #B70B74; }
span { border-color: rgb(183,11,116); }
td.TdClassName
{
border-color: #B70B74;
}
.TagClassName
{
border-color: #B70B74;
}
</style>