Shades of Medium Violet Red #B50297
Tints of Medium Violet Red #B50297
RGB
CMYK
RGB Variations
Color information
#B50297 (or 0xB50297) is known color: Medium Violet Red. HEX triplet: B5, 02 and 97. RGB value is (181,2,151). Sum of RGB (Red+Green+Blue) = 181+2+151=334 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.19% from 334); Green value is 2 (1.17% from 255 or 0.60% from 334); Blue value is 151 (59.38% from 255 or 45.21% from 334); Max value from RGB is 181 - color contains mainly: red. Hex color #B50297 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50297 is #4AFD68. Grayscale: #484848. Windows color (decimal): -4914537 or 9896629. OLE color: 9896629.
HSL color Cylindrical-coordinate representation of color #B50297: hue angle of 310.06º 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 #B50297 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 2 | 151 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.29 |
| HSL | 310.06º | 0.98% | 0.36% | - |
| HSV(B) | 310.06º | 0.99% | 0.71% | - |
| XYZ | 24.66 | 12.1 | 30.31 | - |
| YUV | 72.51 | 172.3 | 205.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 2 | 151 | 0 | 0.99 | 0.17 | 0.29 | 310.06 | 0.98 | 0.36 |
| Hex | B5 | 2 | 97 | 0 | 63 | 11 | 1D | 136 | 62 | 24 |
| Octal | 265 | 2 | 227 | 0 | 143 | 21 | 35 | 466 | 142 | 44 |
| Binary | 10110101 | 10 | 10010111 | 0 | 1100011 | 10001 | 11101 | 100110110 | 1100010 | 100100 |
Color Harmonies of #B50297
Complementary color
Monochromatic Colors of #B50297
Black with #B50297
Text Example
Text Example
White with #B50297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50297; }
p { color: rgb(181,2,151); }
H1.HeaderClassName
{
color: #B50297;
}
.AnyTagClassName
{
color: #B50297;
}
</style>
background-color css
<style>
a { background-color: #B50297; }
a { background-color: rgb(181,2,151); }
div.DivClassName
{
background-color: #B50297;
}
.BgClassName
{
background-color: #B50297;
}
</style>
border-color css
<style>
span { border-color: #B50297; }
span { border-color: rgb(181,2,151); }
td.TdClassName
{
border-color: #B50297;
}
.TagClassName
{
border-color: #B50297;
}
</style>