Shades of Medium Violet Red #B70388
Tints of Medium Violet Red #B70388
RGB
CMYK
RGB Variations
Color information
#B70388 (or 0xB70388) is known color: Medium Violet Red. HEX triplet: B7, 03 and 88. RGB value is (183,3,136). Sum of RGB (Red+Green+Blue) = 183+3+136=322 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.83% from 322); Green value is 3 (1.56% from 255 or 0.93% from 322); Blue value is 136 (53.52% from 255 or 42.24% from 322); Max value from RGB is 183 - color contains mainly: red. Hex color #B70388 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70388 is #48FC77. Grayscale: #474747. Windows color (decimal): -4783224 or 8913847. OLE color: 8913847.
HSL color Cylindrical-coordinate representation of color #B70388: hue angle of 315.67º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B70388 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 3 | 136 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.28 |
| HSL | 315.67º | 0.97% | 0.36% | - |
| HSV(B) | 315.67º | 0.98% | 0.72% | - |
| XYZ | 24 | 11.91 | 24.33 | - |
| YUV | 71.98 | 164.13 | 207.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 3 | 136 | 0 | 0.98 | 0.26 | 0.28 | 315.67 | 0.97 | 0.36 |
| Hex | B7 | 3 | 88 | 0 | 62 | 1A | 1C | 13C | 61 | 24 |
| Octal | 267 | 3 | 210 | 0 | 142 | 32 | 34 | 474 | 141 | 44 |
| Binary | 10110111 | 11 | 10001000 | 0 | 1100010 | 11010 | 11100 | 100111100 | 1100001 | 100100 |
Color Harmonies of #B70388
Complementary color
Monochromatic Colors of #B70388
Black with #B70388
Text Example
Text Example
White with #B70388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70388; }
p { color: rgb(183,3,136); }
H1.HeaderClassName
{
color: #B70388;
}
.AnyTagClassName
{
color: #B70388;
}
</style>
background-color css
<style>
a { background-color: #B70388; }
a { background-color: rgb(183,3,136); }
div.DivClassName
{
background-color: #B70388;
}
.BgClassName
{
background-color: #B70388;
}
</style>
border-color css
<style>
span { border-color: #B70388; }
span { border-color: rgb(183,3,136); }
td.TdClassName
{
border-color: #B70388;
}
.TagClassName
{
border-color: #B70388;
}
</style>