Shades of Medium Violet Red #B70873
Tints of Medium Violet Red #B70873
RGB
CMYK
RGB Variations
Color information
#B70873 (or 0xB70873) is known color: Medium Violet Red. HEX triplet: B7, 08 and 73. RGB value is (183,8,115). Sum of RGB (Red+Green+Blue) = 183+8+115=306 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.80% from 306); Green value is 8 (3.52% from 255 or 2.61% from 306); Blue value is 115 (45.31% from 255 or 37.58% from 306); Max value from RGB is 183 - color contains mainly: red. Hex color #B70873 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70873 is #48F78C. Grayscale: #484848. Windows color (decimal): -4781965 or 7538871. OLE color: 7538871.
HSL color Cylindrical-coordinate representation of color #B70873: hue angle of 323.31º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B70873 is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 8 | 115 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.28 |
| HSL | 323.31º | 0.92% | 0.37% | - |
| HSV(B) | 323.31º | 0.96% | 0.72% | - |
| XYZ | 22.71 | 11.48 | 17.24 | - |
| YUV | 72.52 | 151.98 | 206.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 8 | 115 | 0 | 0.96 | 0.37 | 0.28 | 323.31 | 0.92 | 0.37 |
| Hex | B7 | 8 | 73 | 0 | 60 | 25 | 1C | 143 | 5C | 25 |
| Octal | 267 | 10 | 163 | 0 | 140 | 45 | 34 | 503 | 134 | 45 |
| Binary | 10110111 | 1000 | 1110011 | 0 | 1100000 | 100101 | 11100 | 101000011 | 1011100 | 100101 |
Color Harmonies of #B70873
Complementary color
Monochromatic Colors of #B70873
Black with #B70873
Text Example
Text Example
White with #B70873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70873; }
p { color: rgb(183,8,115); }
H1.HeaderClassName
{
color: #B70873;
}
.AnyTagClassName
{
color: #B70873;
}
</style>
background-color css
<style>
a { background-color: #B70873; }
a { background-color: rgb(183,8,115); }
div.DivClassName
{
background-color: #B70873;
}
.BgClassName
{
background-color: #B70873;
}
</style>
border-color css
<style>
span { border-color: #B70873; }
span { border-color: rgb(183,8,115); }
td.TdClassName
{
border-color: #B70873;
}
.TagClassName
{
border-color: #B70873;
}
</style>