Shades of Medium Violet Red #B71492
Tints of Medium Violet Red #B71492
RGB
CMYK
RGB Variations
Color information
#B71492 (or 0xB71492) is known color: Medium Violet Red. HEX triplet: B7, 14 and 92. RGB value is (183,20,146). Sum of RGB (Red+Green+Blue) = 183+20+146=349 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.44% from 349); Green value is 20 (8.20% from 255 or 5.73% from 349); Blue value is 146 (57.42% from 255 or 41.83% from 349); Max value from RGB is 183 - color contains mainly: red. Hex color #B71492 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B71492 is #48EB6D. Grayscale: #525252. Windows color (decimal): -4778862 or 9573559. OLE color: 9573559.
HSL color Cylindrical-coordinate representation of color #B71492: hue angle of 313.62º 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 #B71492 is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 20 | 146 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.28 |
| HSL | 313.62º | 0.8% | 0.4% | - |
| HSV(B) | 313.62º | 0.89% | 0.72% | - |
| XYZ | 24.97 | 12.64 | 28.32 | - |
| YUV | 83.1 | 163.5 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 20 | 146 | 0 | 0.89 | 0.20 | 0.28 | 313.62 | 0.8 | 0.4 |
| Hex | B7 | 14 | 92 | 0 | 59 | 14 | 1C | 13A | 50 | 28 |
| Octal | 267 | 24 | 222 | 0 | 131 | 24 | 34 | 472 | 120 | 50 |
| Binary | 10110111 | 10100 | 10010010 | 0 | 1011001 | 10100 | 11100 | 100111010 | 1010000 | 101000 |
Color Harmonies of #B71492
Complementary color
Monochromatic Colors of #B71492
Black with #B71492
Text Example
Text Example
White with #B71492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71492; }
p { color: rgb(183,20,146); }
H1.HeaderClassName
{
color: #B71492;
}
.AnyTagClassName
{
color: #B71492;
}
</style>
background-color css
<style>
a { background-color: #B71492; }
a { background-color: rgb(183,20,146); }
div.DivClassName
{
background-color: #B71492;
}
.BgClassName
{
background-color: #B71492;
}
</style>
border-color css
<style>
span { border-color: #B71492; }
span { border-color: rgb(183,20,146); }
td.TdClassName
{
border-color: #B71492;
}
.TagClassName
{
border-color: #B71492;
}
</style>