Shades of Medium Violet Red #B71485
Tints of Medium Violet Red #B71485
RGB
CMYK
RGB Variations
Color information
#B71485 (or 0xB71485) is known color: Medium Violet Red. HEX triplet: B7, 14 and 85. RGB value is (183,20,133). Sum of RGB (Red+Green+Blue) = 183+20+133=336 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.46% from 336); Green value is 20 (8.20% from 255 or 5.95% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 183 - color contains mainly: red. Hex color #B71485 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B71485 is #48EB7A. Grayscale: #515151. Windows color (decimal): -4778875 or 8721591. OLE color: 8721591.
HSL color Cylindrical-coordinate representation of color #B71485: hue angle of 318.4º 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 #B71485 is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 20 | 133 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.28 |
| HSL | 318.4º | 0.8% | 0.4% | - |
| HSV(B) | 318.4º | 0.89% | 0.72% | - |
| XYZ | 24.01 | 12.26 | 23.29 | - |
| YUV | 81.62 | 157 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 20 | 133 | 0 | 0.89 | 0.27 | 0.28 | 318.4 | 0.8 | 0.4 |
| Hex | B7 | 14 | 85 | 0 | 59 | 1B | 1C | 13E | 50 | 28 |
| Octal | 267 | 24 | 205 | 0 | 131 | 33 | 34 | 476 | 120 | 50 |
| Binary | 10110111 | 10100 | 10000101 | 0 | 1011001 | 11011 | 11100 | 100111110 | 1010000 | 101000 |
Color Harmonies of #B71485
Complementary color
Monochromatic Colors of #B71485
Black with #B71485
Text Example
Text Example
White with #B71485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71485; }
p { color: rgb(183,20,133); }
H1.HeaderClassName
{
color: #B71485;
}
.AnyTagClassName
{
color: #B71485;
}
</style>
background-color css
<style>
a { background-color: #B71485; }
a { background-color: rgb(183,20,133); }
div.DivClassName
{
background-color: #B71485;
}
.BgClassName
{
background-color: #B71485;
}
</style>
border-color css
<style>
span { border-color: #B71485; }
span { border-color: rgb(183,20,133); }
td.TdClassName
{
border-color: #B71485;
}
.TagClassName
{
border-color: #B71485;
}
</style>