Shades of Medium Violet Red #B70788
Tints of Medium Violet Red #B70788
RGB
CMYK
RGB Variations
Color information
#B70788 (or 0xB70788) is known color: Medium Violet Red. HEX triplet: B7, 07 and 88. RGB value is (183,7,136). Sum of RGB (Red+Green+Blue) = 183+7+136=326 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.13% from 326); Green value is 7 (3.12% from 255 or 2.15% from 326); Blue value is 136 (53.52% from 255 or 41.72% from 326); Max value from RGB is 183 - color contains mainly: red. Hex color #B70788 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70788 is #48F877. Grayscale: #494949. Windows color (decimal): -4782200 or 8914871. OLE color: 8914871.
HSL color Cylindrical-coordinate representation of color #B70788: hue angle of 316.02º degrees, saturation: 0.93, 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 #B70788 is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 7 | 136 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.28 |
| HSL | 316.02º | 0.93% | 0.37% | - |
| HSV(B) | 316.02º | 0.96% | 0.72% | - |
| XYZ | 24.05 | 12 | 24.34 | - |
| YUV | 74.33 | 162.81 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 7 | 136 | 0 | 0.96 | 0.26 | 0.28 | 316.02 | 0.93 | 0.37 |
| Hex | B7 | 7 | 88 | 0 | 60 | 1A | 1C | 13C | 5D | 25 |
| Octal | 267 | 7 | 210 | 0 | 140 | 32 | 34 | 474 | 135 | 45 |
| Binary | 10110111 | 111 | 10001000 | 0 | 1100000 | 11010 | 11100 | 100111100 | 1011101 | 100101 |
Color Harmonies of #B70788
Complementary color
Monochromatic Colors of #B70788
Black with #B70788
Text Example
Text Example
White with #B70788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70788; }
p { color: rgb(183,7,136); }
H1.HeaderClassName
{
color: #B70788;
}
.AnyTagClassName
{
color: #B70788;
}
</style>
background-color css
<style>
a { background-color: #B70788; }
a { background-color: rgb(183,7,136); }
div.DivClassName
{
background-color: #B70788;
}
.BgClassName
{
background-color: #B70788;
}
</style>
border-color css
<style>
span { border-color: #B70788; }
span { border-color: rgb(183,7,136); }
td.TdClassName
{
border-color: #B70788;
}
.TagClassName
{
border-color: #B70788;
}
</style>