Shades of Medium Violet Red #B70488
Tints of Medium Violet Red #B70488
RGB
CMYK
RGB Variations
Color information
#B70488 (or 0xB70488) is known color: Medium Violet Red. HEX triplet: B7, 04 and 88. RGB value is (183,4,136). Sum of RGB (Red+Green+Blue) = 183+4+136=323 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.66% from 323); Green value is 4 (1.95% from 255 or 1.24% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 183 - color contains mainly: red. Hex color #B70488 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70488 is #48FB77. Grayscale: #484848. Windows color (decimal): -4782968 or 8914103. OLE color: 8914103.
HSL color Cylindrical-coordinate representation of color #B70488: hue angle of 315.75º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B70488 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 4 | 136 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.28 |
| HSL | 315.75º | 0.96% | 0.37% | - |
| HSV(B) | 315.75º | 0.98% | 0.72% | - |
| XYZ | 24.02 | 11.93 | 24.33 | - |
| YUV | 72.57 | 163.8 | 206.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 4 | 136 | 0 | 0.98 | 0.26 | 0.28 | 315.75 | 0.96 | 0.37 |
| Hex | B7 | 4 | 88 | 0 | 62 | 1A | 1C | 13C | 60 | 25 |
| Octal | 267 | 4 | 210 | 0 | 142 | 32 | 34 | 474 | 140 | 45 |
| Binary | 10110111 | 100 | 10001000 | 0 | 1100010 | 11010 | 11100 | 100111100 | 1100000 | 100101 |
Color Harmonies of #B70488
Complementary color
Monochromatic Colors of #B70488
Black with #B70488
Text Example
Text Example
White with #B70488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70488; }
p { color: rgb(183,4,136); }
H1.HeaderClassName
{
color: #B70488;
}
.AnyTagClassName
{
color: #B70488;
}
</style>
background-color css
<style>
a { background-color: #B70488; }
a { background-color: rgb(183,4,136); }
div.DivClassName
{
background-color: #B70488;
}
.BgClassName
{
background-color: #B70488;
}
</style>
border-color css
<style>
span { border-color: #B70488; }
span { border-color: rgb(183,4,136); }
td.TdClassName
{
border-color: #B70488;
}
.TagClassName
{
border-color: #B70488;
}
</style>