Shades of Medium Violet Red #B70B73
Tints of Medium Violet Red #B70B73
RGB
CMYK
RGB Variations
Color information
#B70B73 (or 0xB70B73) is known color: Medium Violet Red. HEX triplet: B7, 0B and 73. RGB value is (183,11,115). Sum of RGB (Red+Green+Blue) = 183+11+115=309 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.22% from 309); Green value is 11 (4.69% from 255 or 3.56% from 309); Blue value is 115 (45.31% from 255 or 37.22% from 309); Max value from RGB is 183 - color contains mainly: red. Hex color #B70B73 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70B73 is #48F48C. Grayscale: #4A4A4A. Windows color (decimal): -4781197 or 7539639. OLE color: 7539639.
HSL color Cylindrical-coordinate representation of color #B70B73: hue angle of 323.72º 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 #B70B73 is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 11 | 115 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.28 |
| HSL | 323.72º | 0.89% | 0.38% | - |
| HSV(B) | 323.72º | 0.94% | 0.72% | - |
| XYZ | 22.74 | 11.54 | 17.25 | - |
| YUV | 74.28 | 150.98 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 11 | 115 | 0 | 0.94 | 0.37 | 0.28 | 323.72 | 0.89 | 0.38 |
| Hex | B7 | B | 73 | 0 | 5E | 25 | 1C | 144 | 59 | 26 |
| Octal | 267 | 13 | 163 | 0 | 136 | 45 | 34 | 504 | 131 | 46 |
| Binary | 10110111 | 1011 | 1110011 | 0 | 1011110 | 100101 | 11100 | 101000100 | 1011001 | 100110 |
Color Harmonies of #B70B73
Complementary color
Monochromatic Colors of #B70B73
Black with #B70B73
Text Example
Text Example
White with #B70B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70B73; }
p { color: rgb(183,11,115); }
H1.HeaderClassName
{
color: #B70B73;
}
.AnyTagClassName
{
color: #B70B73;
}
</style>
background-color css
<style>
a { background-color: #B70B73; }
a { background-color: rgb(183,11,115); }
div.DivClassName
{
background-color: #B70B73;
}
.BgClassName
{
background-color: #B70B73;
}
</style>
border-color css
<style>
span { border-color: #B70B73; }
span { border-color: rgb(183,11,115); }
td.TdClassName
{
border-color: #B70B73;
}
.TagClassName
{
border-color: #B70B73;
}
</style>