Shades of Medium Violet Red #B50298
Tints of Medium Violet Red #B50298
RGB
CMYK
RGB Variations
Color information
#B50298 (or 0xB50298) is known color: Medium Violet Red. HEX triplet: B5, 02 and 98. RGB value is (181,2,152). Sum of RGB (Red+Green+Blue) = 181+2+152=335 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.03% from 335); Green value is 2 (1.17% from 255 or 0.60% from 335); Blue value is 152 (59.77% from 255 or 45.37% from 335); Max value from RGB is 181 - color contains mainly: red. Hex color #B50298 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50298 is #4AFD67. Grayscale: #484848. Windows color (decimal): -4914536 or 9962165. OLE color: 9962165.
HSL color Cylindrical-coordinate representation of color #B50298: hue angle of 309.72º 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 #B50298 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 2 | 152 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.29 |
| HSL | 309.72º | 0.98% | 0.36% | - |
| HSV(B) | 309.72º | 0.99% | 0.71% | - |
| XYZ | 24.75 | 12.13 | 30.74 | - |
| YUV | 72.62 | 172.8 | 205.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 2 | 152 | 0 | 0.99 | 0.16 | 0.29 | 309.72 | 0.98 | 0.36 |
| Hex | B5 | 2 | 98 | 0 | 63 | 10 | 1D | 136 | 62 | 24 |
| Octal | 265 | 2 | 230 | 0 | 143 | 20 | 35 | 466 | 142 | 44 |
| Binary | 10110101 | 10 | 10011000 | 0 | 1100011 | 10000 | 11101 | 100110110 | 1100010 | 100100 |
Color Harmonies of #B50298
Complementary color
Monochromatic Colors of #B50298
Black with #B50298
Text Example
Text Example
White with #B50298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50298; }
p { color: rgb(181,2,152); }
H1.HeaderClassName
{
color: #B50298;
}
.AnyTagClassName
{
color: #B50298;
}
</style>
background-color css
<style>
a { background-color: #B50298; }
a { background-color: rgb(181,2,152); }
div.DivClassName
{
background-color: #B50298;
}
.BgClassName
{
background-color: #B50298;
}
</style>
border-color css
<style>
span { border-color: #B50298; }
span { border-color: rgb(181,2,152); }
td.TdClassName
{
border-color: #B50298;
}
.TagClassName
{
border-color: #B50298;
}
</style>