Shades of Medium Violet Red #B71483
Tints of Medium Violet Red #B71483
RGB
CMYK
RGB Variations
Color information
#B71483 (or 0xB71483) is known color: Medium Violet Red. HEX triplet: B7, 14 and 83. RGB value is (183,20,131). Sum of RGB (Red+Green+Blue) = 183+20+131=334 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.79% from 334); Green value is 20 (8.20% from 255 or 5.99% from 334); Blue value is 131 (51.56% from 255 or 39.22% from 334); Max value from RGB is 183 - color contains mainly: red. Hex color #B71483 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B71483 is #48EB7C. Grayscale: #515151. Windows color (decimal): -4778877 or 8590519. OLE color: 8590519.
HSL color Cylindrical-coordinate representation of color #B71483: hue angle of 319.14º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B71483 is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 20 | 131 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.28 |
| HSL | 319.14º | 0.8% | 0.4% | - |
| HSV(B) | 319.14º | 0.89% | 0.72% | - |
| XYZ | 23.88 | 12.21 | 22.57 | - |
| YUV | 81.39 | 156 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 20 | 131 | 0 | 0.89 | 0.28 | 0.28 | 319.14 | 0.8 | 0.4 |
| Hex | B7 | 14 | 83 | 0 | 59 | 1C | 1C | 13F | 50 | 28 |
| Octal | 267 | 24 | 203 | 0 | 131 | 34 | 34 | 477 | 120 | 50 |
| Binary | 10110111 | 10100 | 10000011 | 0 | 1011001 | 11100 | 11100 | 100111111 | 1010000 | 101000 |
Color Harmonies of #B71483
Complementary color
Monochromatic Colors of #B71483
Black with #B71483
Text Example
Text Example
White with #B71483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71483; }
p { color: rgb(183,20,131); }
H1.HeaderClassName
{
color: #B71483;
}
.AnyTagClassName
{
color: #B71483;
}
</style>
background-color css
<style>
a { background-color: #B71483; }
a { background-color: rgb(183,20,131); }
div.DivClassName
{
background-color: #B71483;
}
.BgClassName
{
background-color: #B71483;
}
</style>
border-color css
<style>
span { border-color: #B71483; }
span { border-color: rgb(183,20,131); }
td.TdClassName
{
border-color: #B71483;
}
.TagClassName
{
border-color: #B71483;
}
</style>