Shades of Medium Violet Red #B70183
Tints of Medium Violet Red #B70183
RGB
CMYK
RGB Variations
Color information
#B70183 (or 0xB70183) is known color: Medium Violet Red. HEX triplet: B7, 01 and 83. RGB value is (183,1,131). Sum of RGB (Red+Green+Blue) = 183+1+131=315 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.10% from 315); Green value is 1 (0.78% from 255 or 0.32% from 315); Blue value is 131 (51.56% from 255 or 41.59% from 315); Max value from RGB is 183 - color contains mainly: red. Hex color #B70183 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70183 is #48FE7C. Grayscale: #454545. Windows color (decimal): -4783741 or 8585655. OLE color: 8585655.
HSL color Cylindrical-coordinate representation of color #B70183: hue angle of 317.14º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B70183 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 1 | 131 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.28 |
| HSL | 317.14º | 0.99% | 0.36% | - |
| HSV(B) | 317.14º | 0.99% | 0.72% | - |
| XYZ | 23.64 | 11.73 | 22.49 | - |
| YUV | 70.24 | 162.3 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 1 | 131 | 0 | 0.99 | 0.28 | 0.28 | 317.14 | 0.99 | 0.36 |
| Hex | B7 | 1 | 83 | 0 | 63 | 1C | 1C | 13D | 63 | 24 |
| Octal | 267 | 1 | 203 | 0 | 143 | 34 | 34 | 475 | 143 | 44 |
| Binary | 10110111 | 1 | 10000011 | 0 | 1100011 | 11100 | 11100 | 100111101 | 1100011 | 100100 |
Color Harmonies of #B70183
Complementary color
Monochromatic Colors of #B70183
Black with #B70183
Text Example
Text Example
White with #B70183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70183; }
p { color: rgb(183,1,131); }
H1.HeaderClassName
{
color: #B70183;
}
.AnyTagClassName
{
color: #B70183;
}
</style>
background-color css
<style>
a { background-color: #B70183; }
a { background-color: rgb(183,1,131); }
div.DivClassName
{
background-color: #B70183;
}
.BgClassName
{
background-color: #B70183;
}
</style>
border-color css
<style>
span { border-color: #B70183; }
span { border-color: rgb(183,1,131); }
td.TdClassName
{
border-color: #B70183;
}
.TagClassName
{
border-color: #B70183;
}
</style>