Shades of Medium Violet Red #B71273
Tints of Medium Violet Red #B71273
RGB
CMYK
RGB Variations
Color information
#B71273 (or 0xB71273) is known color: Medium Violet Red. HEX triplet: B7, 12 and 73. RGB value is (183,18,115). Sum of RGB (Red+Green+Blue) = 183+18+115=316 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.91% from 316); Green value is 18 (7.42% from 255 or 5.70% from 316); Blue value is 115 (45.31% from 255 or 36.39% from 316); Max value from RGB is 183 - color contains mainly: red. Hex color #B71273 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71273 is #48ED8C. Grayscale: #4E4E4E. Windows color (decimal): -4779405 or 7541431. OLE color: 7541431.
HSL color Cylindrical-coordinate representation of color #B71273: hue angle of 324.73º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B71273 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 18 | 115 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.28 |
| HSL | 324.73º | 0.82% | 0.39% | - |
| HSV(B) | 324.73º | 0.9% | 0.72% | - |
| XYZ | 22.84 | 11.74 | 17.28 | - |
| YUV | 78.39 | 148.66 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 18 | 115 | 0 | 0.90 | 0.37 | 0.28 | 324.73 | 0.82 | 0.39 |
| Hex | B7 | 12 | 73 | 0 | 5A | 25 | 1C | 145 | 52 | 27 |
| Octal | 267 | 22 | 163 | 0 | 132 | 45 | 34 | 505 | 122 | 47 |
| Binary | 10110111 | 10010 | 1110011 | 0 | 1011010 | 100101 | 11100 | 101000101 | 1010010 | 100111 |
Color Harmonies of #B71273
Complementary color
Monochromatic Colors of #B71273
Black with #B71273
Text Example
Text Example
White with #B71273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71273; }
p { color: rgb(183,18,115); }
H1.HeaderClassName
{
color: #B71273;
}
.AnyTagClassName
{
color: #B71273;
}
</style>
background-color css
<style>
a { background-color: #B71273; }
a { background-color: rgb(183,18,115); }
div.DivClassName
{
background-color: #B71273;
}
.BgClassName
{
background-color: #B71273;
}
</style>
border-color css
<style>
span { border-color: #B71273; }
span { border-color: rgb(183,18,115); }
td.TdClassName
{
border-color: #B71273;
}
.TagClassName
{
border-color: #B71273;
}
</style>