Shades of Medium Violet Red #B50285
Tints of Medium Violet Red #B50285
RGB
CMYK
RGB Variations
Color information
#B50285 (or 0xB50285) is known color: Medium Violet Red. HEX triplet: B5, 02 and 85. RGB value is (181,2,133). Sum of RGB (Red+Green+Blue) = 181+2+133=316 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.28% from 316); Green value is 2 (1.17% from 255 or 0.63% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 181 - color contains mainly: red. Hex color #B50285 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50285 is #4AFD7A. Grayscale: #464646. Windows color (decimal): -4914555 or 8716981. OLE color: 8716981.
HSL color Cylindrical-coordinate representation of color #B50285: hue angle of 316.09º 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 #B50285 is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 2 | 133 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.29 |
| HSL | 316.09º | 0.98% | 0.36% | - |
| HSV(B) | 316.09º | 0.99% | 0.71% | - |
| XYZ | 23.31 | 11.56 | 23.19 | - |
| YUV | 70.46 | 163.3 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 2 | 133 | 0 | 0.99 | 0.27 | 0.29 | 316.09 | 0.98 | 0.36 |
| Hex | B5 | 2 | 85 | 0 | 63 | 1B | 1D | 13C | 62 | 24 |
| Octal | 265 | 2 | 205 | 0 | 143 | 33 | 35 | 474 | 142 | 44 |
| Binary | 10110101 | 10 | 10000101 | 0 | 1100011 | 11011 | 11101 | 100111100 | 1100010 | 100100 |
Color Harmonies of #B50285
Complementary color
Monochromatic Colors of #B50285
Black with #B50285
Text Example
Text Example
White with #B50285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50285; }
p { color: rgb(181,2,133); }
H1.HeaderClassName
{
color: #B50285;
}
.AnyTagClassName
{
color: #B50285;
}
</style>
background-color css
<style>
a { background-color: #B50285; }
a { background-color: rgb(181,2,133); }
div.DivClassName
{
background-color: #B50285;
}
.BgClassName
{
background-color: #B50285;
}
</style>
border-color css
<style>
span { border-color: #B50285; }
span { border-color: rgb(181,2,133); }
td.TdClassName
{
border-color: #B50285;
}
.TagClassName
{
border-color: #B50285;
}
</style>