Shades of Medium Violet Red #B50188
Tints of Medium Violet Red #B50188
RGB
CMYK
RGB Variations
Color information
#B50188 (or 0xB50188) is known color: Medium Violet Red. HEX triplet: B5, 01 and 88. RGB value is (181,1,136). Sum of RGB (Red+Green+Blue) = 181+1+136=318 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.92% from 318); Green value is 1 (0.78% from 255 or 0.31% from 318); Blue value is 136 (53.52% from 255 or 42.77% from 318); Max value from RGB is 181 - color contains mainly: red. Hex color #B50188 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50188 is #4AFE77. Grayscale: #454545. Windows color (decimal): -4914808 or 8913333. OLE color: 8913333.
HSL color Cylindrical-coordinate representation of color #B50188: hue angle of 315º degrees, saturation: 0.99, 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 #B50188 is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 1 | 136 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.29 |
| HSL | 315º | 0.99% | 0.36% | - |
| HSV(B) | 315º | 0.99% | 0.71% | - |
| XYZ | 23.51 | 11.62 | 24.3 | - |
| YUV | 70.21 | 165.13 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 136 | 0 | 0.99 | 0.25 | 0.29 | 315 | 0.99 | 0.36 |
| Hex | B5 | 1 | 88 | 0 | 63 | 19 | 1D | 13B | 63 | 24 |
| Octal | 265 | 1 | 210 | 0 | 143 | 31 | 35 | 473 | 143 | 44 |
| Binary | 10110101 | 1 | 10001000 | 0 | 1100011 | 11001 | 11101 | 100111011 | 1100011 | 100100 |
Color Harmonies of #B50188
Complementary color
Monochromatic Colors of #B50188
Black with #B50188
Text Example
Text Example
White with #B50188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50188; }
p { color: rgb(181,1,136); }
H1.HeaderClassName
{
color: #B50188;
}
.AnyTagClassName
{
color: #B50188;
}
</style>
background-color css
<style>
a { background-color: #B50188; }
a { background-color: rgb(181,1,136); }
div.DivClassName
{
background-color: #B50188;
}
.BgClassName
{
background-color: #B50188;
}
</style>
border-color css
<style>
span { border-color: #B50188; }
span { border-color: rgb(181,1,136); }
td.TdClassName
{
border-color: #B50188;
}
.TagClassName
{
border-color: #B50188;
}
</style>