Shades of Medium Violet Red #B71275
Tints of Medium Violet Red #B71275
RGB
CMYK
RGB Variations
Color information
#B71275 (or 0xB71275) is known color: Medium Violet Red. HEX triplet: B7, 12 and 75. RGB value is (183,18,117). Sum of RGB (Red+Green+Blue) = 183+18+117=318 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.55% from 318); Green value is 18 (7.42% from 255 or 5.66% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 183 - color contains mainly: red. Hex color #B71275 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71275 is #48ED8A. Grayscale: #4E4E4E. Windows color (decimal): -4779403 or 7672503. OLE color: 7672503.
HSL color Cylindrical-coordinate representation of color #B71275: hue angle of 324º 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 #B71275 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 18 | 117 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.28 |
| HSL | 324º | 0.82% | 0.39% | - |
| HSV(B) | 324º | 0.9% | 0.72% | - |
| XYZ | 22.96 | 11.78 | 17.89 | - |
| YUV | 78.62 | 149.66 | 202.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 18 | 117 | 0 | 0.90 | 0.36 | 0.28 | 324 | 0.82 | 0.39 |
| Hex | B7 | 12 | 75 | 0 | 5A | 24 | 1C | 144 | 52 | 27 |
| Octal | 267 | 22 | 165 | 0 | 132 | 44 | 34 | 504 | 122 | 47 |
| Binary | 10110111 | 10010 | 1110101 | 0 | 1011010 | 100100 | 11100 | 101000100 | 1010010 | 100111 |
Color Harmonies of #B71275
Complementary color
Monochromatic Colors of #B71275
Black with #B71275
Text Example
Text Example
White with #B71275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71275; }
p { color: rgb(183,18,117); }
H1.HeaderClassName
{
color: #B71275;
}
.AnyTagClassName
{
color: #B71275;
}
</style>
background-color css
<style>
a { background-color: #B71275; }
a { background-color: rgb(183,18,117); }
div.DivClassName
{
background-color: #B71275;
}
.BgClassName
{
background-color: #B71275;
}
</style>
border-color css
<style>
span { border-color: #B71275; }
span { border-color: rgb(183,18,117); }
td.TdClassName
{
border-color: #B71275;
}
.TagClassName
{
border-color: #B71275;
}
</style>