Shades of Medium Violet Red #B70875
Tints of Medium Violet Red #B70875
RGB
CMYK
RGB Variations
Color information
#B70875 (or 0xB70875) is known color: Medium Violet Red. HEX triplet: B7, 08 and 75. RGB value is (183,8,117). Sum of RGB (Red+Green+Blue) = 183+8+117=308 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.42% from 308); Green value is 8 (3.52% from 255 or 2.60% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 183 - color contains mainly: red. Hex color #B70875 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70875 is #48F78A. Grayscale: #484848. Windows color (decimal): -4781963 or 7669943. OLE color: 7669943.
HSL color Cylindrical-coordinate representation of color #B70875: hue angle of 322.63º 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 #B70875 is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 8 | 117 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.28 |
| HSL | 322.63º | 0.92% | 0.37% | - |
| HSV(B) | 322.63º | 0.96% | 0.72% | - |
| XYZ | 22.83 | 11.53 | 17.85 | - |
| YUV | 72.75 | 152.98 | 206.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 8 | 117 | 0 | 0.96 | 0.36 | 0.28 | 322.63 | 0.92 | 0.37 |
| Hex | B7 | 8 | 75 | 0 | 60 | 24 | 1C | 143 | 5C | 25 |
| Octal | 267 | 10 | 165 | 0 | 140 | 44 | 34 | 503 | 134 | 45 |
| Binary | 10110111 | 1000 | 1110101 | 0 | 1100000 | 100100 | 11100 | 101000011 | 1011100 | 100101 |
Color Harmonies of #B70875
Complementary color
Monochromatic Colors of #B70875
Black with #B70875
Text Example
Text Example
White with #B70875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70875; }
p { color: rgb(183,8,117); }
H1.HeaderClassName
{
color: #B70875;
}
.AnyTagClassName
{
color: #B70875;
}
</style>
background-color css
<style>
a { background-color: #B70875; }
a { background-color: rgb(183,8,117); }
div.DivClassName
{
background-color: #B70875;
}
.BgClassName
{
background-color: #B70875;
}
</style>
border-color css
<style>
span { border-color: #B70875; }
span { border-color: rgb(183,8,117); }
td.TdClassName
{
border-color: #B70875;
}
.TagClassName
{
border-color: #B70875;
}
</style>