Shades of Medium Violet Red #B50286
Tints of Medium Violet Red #B50286
RGB
CMYK
RGB Variations
Color information
#B50286 (or 0xB50286) is known color: Medium Violet Red. HEX triplet: B5, 02 and 86. RGB value is (181,2,134). Sum of RGB (Red+Green+Blue) = 181+2+134=317 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.10% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 134 (52.73% from 255 or 42.27% from 317); Max value from RGB is 181 - color contains mainly: red. Hex color #B50286 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50286 is #4AFD79. Grayscale: #464646. Windows color (decimal): -4914554 or 8782517. OLE color: 8782517.
HSL color Cylindrical-coordinate representation of color #B50286: hue angle of 315.75º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B50286 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 2 | 134 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.29 |
| HSL | 315.75º | 0.98% | 0.36% | - |
| HSV(B) | 315.75º | 0.99% | 0.71% | - |
| XYZ | 23.38 | 11.59 | 23.56 | - |
| YUV | 70.57 | 163.8 | 206.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 2 | 134 | 0 | 0.99 | 0.26 | 0.29 | 315.75 | 0.98 | 0.36 |
| Hex | B5 | 2 | 86 | 0 | 63 | 1A | 1D | 13C | 62 | 24 |
| Octal | 265 | 2 | 206 | 0 | 143 | 32 | 35 | 474 | 142 | 44 |
| Binary | 10110101 | 10 | 10000110 | 0 | 1100011 | 11010 | 11101 | 100111100 | 1100010 | 100100 |
Color Harmonies of #B50286
Complementary color
Monochromatic Colors of #B50286
Black with #B50286
Text Example
Text Example
White with #B50286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50286; }
p { color: rgb(181,2,134); }
H1.HeaderClassName
{
color: #B50286;
}
.AnyTagClassName
{
color: #B50286;
}
</style>
background-color css
<style>
a { background-color: #B50286; }
a { background-color: rgb(181,2,134); }
div.DivClassName
{
background-color: #B50286;
}
.BgClassName
{
background-color: #B50286;
}
</style>
border-color css
<style>
span { border-color: #B50286; }
span { border-color: rgb(181,2,134); }
td.TdClassName
{
border-color: #B50286;
}
.TagClassName
{
border-color: #B50286;
}
</style>