Shades of Medium Violet Red #B71281
Tints of Medium Violet Red #B71281
RGB
CMYK
RGB Variations
Color information
#B71281 (or 0xB71281) is known color: Medium Violet Red. HEX triplet: B7, 12 and 81. RGB value is (183,18,129). Sum of RGB (Red+Green+Blue) = 183+18+129=330 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.45% from 330); Green value is 18 (7.42% from 255 or 5.45% from 330); Blue value is 129 (50.78% from 255 or 39.09% from 330); Max value from RGB is 183 - color contains mainly: red. Hex color #B71281 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B71281 is #48ED7E. Grayscale: #4F4F4F. Windows color (decimal): -4779391 or 8458935. OLE color: 8458935.
HSL color Cylindrical-coordinate representation of color #B71281: hue angle of 319.64º 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 #B71281 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 18 | 129 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.28 |
| HSL | 319.64º | 0.82% | 0.39% | - |
| HSV(B) | 319.64º | 0.9% | 0.72% | - |
| XYZ | 23.71 | 12.08 | 21.85 | - |
| YUV | 79.99 | 155.66 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 18 | 129 | 0 | 0.90 | 0.30 | 0.28 | 319.64 | 0.82 | 0.39 |
| Hex | B7 | 12 | 81 | 0 | 5A | 1E | 1C | 140 | 52 | 27 |
| Octal | 267 | 22 | 201 | 0 | 132 | 36 | 34 | 500 | 122 | 47 |
| Binary | 10110111 | 10010 | 10000001 | 0 | 1011010 | 11110 | 11100 | 101000000 | 1010010 | 100111 |
Color Harmonies of #B71281
Complementary color
Monochromatic Colors of #B71281
Black with #B71281
Text Example
Text Example
White with #B71281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71281; }
p { color: rgb(183,18,129); }
H1.HeaderClassName
{
color: #B71281;
}
.AnyTagClassName
{
color: #B71281;
}
</style>
background-color css
<style>
a { background-color: #B71281; }
a { background-color: rgb(183,18,129); }
div.DivClassName
{
background-color: #B71281;
}
.BgClassName
{
background-color: #B71281;
}
</style>
border-color css
<style>
span { border-color: #B71281; }
span { border-color: rgb(183,18,129); }
td.TdClassName
{
border-color: #B71281;
}
.TagClassName
{
border-color: #B71281;
}
</style>