Shades of Medium Violet Red #B71285
Tints of Medium Violet Red #B71285
RGB
CMYK
RGB Variations
Color information
#B71285 (or 0xB71285) is known color: Medium Violet Red. HEX triplet: B7, 12 and 85. RGB value is (183,18,133). Sum of RGB (Red+Green+Blue) = 183+18+133=334 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.79% from 334); Green value is 18 (7.42% from 255 or 5.39% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 183 - color contains mainly: red. Hex color #B71285 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B71285 is #48ED7A. Grayscale: #505050. Windows color (decimal): -4779387 or 8721079. OLE color: 8721079.
HSL color Cylindrical-coordinate representation of color #B71285: hue angle of 318.18º 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 #B71285 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 18 | 133 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.28 |
| HSL | 318.18º | 0.82% | 0.39% | - |
| HSV(B) | 318.18º | 0.9% | 0.72% | - |
| XYZ | 23.98 | 12.19 | 23.28 | - |
| YUV | 80.45 | 157.66 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 18 | 133 | 0 | 0.90 | 0.27 | 0.28 | 318.18 | 0.82 | 0.39 |
| Hex | B7 | 12 | 85 | 0 | 5A | 1B | 1C | 13E | 52 | 27 |
| Octal | 267 | 22 | 205 | 0 | 132 | 33 | 34 | 476 | 122 | 47 |
| Binary | 10110111 | 10010 | 10000101 | 0 | 1011010 | 11011 | 11100 | 100111110 | 1010010 | 100111 |
Color Harmonies of #B71285
Complementary color
Monochromatic Colors of #B71285
Black with #B71285
Text Example
Text Example
White with #B71285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71285; }
p { color: rgb(183,18,133); }
H1.HeaderClassName
{
color: #B71285;
}
.AnyTagClassName
{
color: #B71285;
}
</style>
background-color css
<style>
a { background-color: #B71285; }
a { background-color: rgb(183,18,133); }
div.DivClassName
{
background-color: #B71285;
}
.BgClassName
{
background-color: #B71285;
}
</style>
border-color css
<style>
span { border-color: #B71285; }
span { border-color: rgb(183,18,133); }
td.TdClassName
{
border-color: #B71285;
}
.TagClassName
{
border-color: #B71285;
}
</style>