Shades of Medium Violet Red #B71278
Tints of Medium Violet Red #B71278
RGB
CMYK
RGB Variations
Color information
#B71278 (or 0xB71278) is known color: Medium Violet Red. HEX triplet: B7, 12 and 78. RGB value is (183,18,120). Sum of RGB (Red+Green+Blue) = 183+18+120=321 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.01% from 321); Green value is 18 (7.42% from 255 or 5.61% from 321); Blue value is 120 (47.27% from 255 or 37.38% from 321); Max value from RGB is 183 - color contains mainly: red. Hex color #B71278 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71278 is #48ED87. Grayscale: #4E4E4E. Windows color (decimal): -4779400 or 7869111. OLE color: 7869111.
HSL color Cylindrical-coordinate representation of color #B71278: hue angle of 322.91º 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 #B71278 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 18 | 120 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.28 |
| HSL | 322.91º | 0.82% | 0.39% | - |
| HSV(B) | 322.91º | 0.9% | 0.72% | - |
| XYZ | 23.13 | 11.86 | 18.84 | - |
| YUV | 78.96 | 151.16 | 202.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 18 | 120 | 0 | 0.90 | 0.34 | 0.28 | 322.91 | 0.82 | 0.39 |
| Hex | B7 | 12 | 78 | 0 | 5A | 22 | 1C | 143 | 52 | 27 |
| Octal | 267 | 22 | 170 | 0 | 132 | 42 | 34 | 503 | 122 | 47 |
| Binary | 10110111 | 10010 | 1111000 | 0 | 1011010 | 100010 | 11100 | 101000011 | 1010010 | 100111 |
Color Harmonies of #B71278
Complementary color
Monochromatic Colors of #B71278
Black with #B71278
Text Example
Text Example
White with #B71278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71278; }
p { color: rgb(183,18,120); }
H1.HeaderClassName
{
color: #B71278;
}
.AnyTagClassName
{
color: #B71278;
}
</style>
background-color css
<style>
a { background-color: #B71278; }
a { background-color: rgb(183,18,120); }
div.DivClassName
{
background-color: #B71278;
}
.BgClassName
{
background-color: #B71278;
}
</style>
border-color css
<style>
span { border-color: #B71278; }
span { border-color: rgb(183,18,120); }
td.TdClassName
{
border-color: #B71278;
}
.TagClassName
{
border-color: #B71278;
}
</style>