Shades of Medium Violet Red #B70283
Tints of Medium Violet Red #B70283
RGB
CMYK
RGB Variations
Color information
#B70283 (or 0xB70283) is known color: Medium Violet Red. HEX triplet: B7, 02 and 83. RGB value is (183,2,131). Sum of RGB (Red+Green+Blue) = 183+2+131=316 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.91% from 316); Green value is 2 (1.17% from 255 or 0.63% from 316); Blue value is 131 (51.56% from 255 or 41.46% from 316); Max value from RGB is 183 - color contains mainly: red. Hex color #B70283 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70283 is #48FD7C. Grayscale: #464646. Windows color (decimal): -4783485 or 8585911. OLE color: 8585911.
HSL color Cylindrical-coordinate representation of color #B70283: hue angle of 317.24º degrees, saturation: 0.98, 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 #B70283 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 2 | 131 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.28 |
| HSL | 317.24º | 0.98% | 0.36% | - |
| HSV(B) | 317.24º | 0.99% | 0.72% | - |
| XYZ | 23.65 | 11.75 | 22.49 | - |
| YUV | 70.83 | 161.97 | 208.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 2 | 131 | 0 | 0.99 | 0.28 | 0.28 | 317.24 | 0.98 | 0.36 |
| Hex | B7 | 2 | 83 | 0 | 63 | 1C | 1C | 13D | 62 | 24 |
| Octal | 267 | 2 | 203 | 0 | 143 | 34 | 34 | 475 | 142 | 44 |
| Binary | 10110111 | 10 | 10000011 | 0 | 1100011 | 11100 | 11100 | 100111101 | 1100010 | 100100 |
Color Harmonies of #B70283
Complementary color
Monochromatic Colors of #B70283
Black with #B70283
Text Example
Text Example
White with #B70283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70283; }
p { color: rgb(183,2,131); }
H1.HeaderClassName
{
color: #B70283;
}
.AnyTagClassName
{
color: #B70283;
}
</style>
background-color css
<style>
a { background-color: #B70283; }
a { background-color: rgb(183,2,131); }
div.DivClassName
{
background-color: #B70283;
}
.BgClassName
{
background-color: #B70283;
}
</style>
border-color css
<style>
span { border-color: #B70283; }
span { border-color: rgb(183,2,131); }
td.TdClassName
{
border-color: #B70283;
}
.TagClassName
{
border-color: #B70283;
}
</style>