Shades of Medium Violet Red #B70075
Tints of Medium Violet Red #B70075
RGB
CMYK
RGB Variations
Color information
#B70075 (or 0xB70075) is known color: Medium Violet Red. HEX triplet: B7, 00 and 75. RGB value is (183,0,117). Sum of RGB (Red+Green+Blue) = 183+0+117=300 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 117 (46.09% from 255 or 39% from 300); Max value from RGB is 183 - color contains mainly: red. Hex color #B70075 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70075 is #48FF8A. Grayscale: #434343. Windows color (decimal): -4784011 or 7667895. OLE color: 7667895.
HSL color Cylindrical-coordinate representation of color #B70075: hue angle of 321.64º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B70075 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 0 | 117 | - |
| CMYK | 0 | 1 | 0.36 | 0.28 |
| HSL | 321.64º | 1% | 0.36% | - |
| HSV(B) | 321.64º | 1% | 0.72% | - |
| XYZ | 22.74 | 11.35 | 17.82 | - |
| YUV | 68.06 | 155.63 | 209.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 0 | 117 | 0 | 1 | 0.36 | 0.28 | 321.64 | 1 | 0.36 |
| Hex | B7 | 0 | 75 | 0 | 64 | 24 | 1C | 142 | 64 | 24 |
| Octal | 267 | 0 | 165 | 0 | 144 | 44 | 34 | 502 | 144 | 44 |
| Binary | 10110111 | 0 | 1110101 | 0 | 1100100 | 100100 | 11100 | 101000010 | 1100100 | 100100 |
Color Harmonies of #B70075
Complementary color
Monochromatic Colors of #B70075
Black with #B70075
Text Example
Text Example
White with #B70075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70075; }
p { color: rgb(183,0,117); }
H1.HeaderClassName
{
color: #B70075;
}
.AnyTagClassName
{
color: #B70075;
}
</style>
background-color css
<style>
a { background-color: #B70075; }
a { background-color: rgb(183,0,117); }
div.DivClassName
{
background-color: #B70075;
}
.BgClassName
{
background-color: #B70075;
}
</style>
border-color css
<style>
span { border-color: #B70075; }
span { border-color: rgb(183,0,117); }
td.TdClassName
{
border-color: #B70075;
}
.TagClassName
{
border-color: #B70075;
}
</style>