Shades of Medium Violet Red #B50192
Tints of Medium Violet Red #B50192
RGB
CMYK
RGB Variations
Color information
#B50192 (or 0xB50192) is known color: Medium Violet Red. HEX triplet: B5, 01 and 92. RGB value is (181,1,146). Sum of RGB (Red+Green+Blue) = 181+1+146=328 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.18% from 328); Green value is 1 (0.78% from 255 or 0.30% from 328); Blue value is 146 (57.42% from 255 or 44.51% from 328); Max value from RGB is 181 - color contains mainly: red. Hex color #B50192 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50192 is #4AFE6D. Grayscale: #464646. Windows color (decimal): -4914798 or 9568693. OLE color: 9568693.
HSL color Cylindrical-coordinate representation of color #B50192: hue angle of 311.67º 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 #B50192 is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 1 | 146 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.29 |
| HSL | 311.67º | 0.99% | 0.36% | - |
| HSV(B) | 311.67º | 0.99% | 0.71% | - |
| XYZ | 24.26 | 11.92 | 28.22 | - |
| YUV | 71.35 | 170.13 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 146 | 0 | 0.99 | 0.19 | 0.29 | 311.67 | 0.99 | 0.36 |
| Hex | B5 | 1 | 92 | 0 | 63 | 13 | 1D | 138 | 63 | 24 |
| Octal | 265 | 1 | 222 | 0 | 143 | 23 | 35 | 470 | 143 | 44 |
| Binary | 10110101 | 1 | 10010010 | 0 | 1100011 | 10011 | 11101 | 100111000 | 1100011 | 100100 |
Color Harmonies of #B50192
Complementary color
Monochromatic Colors of #B50192
Black with #B50192
Text Example
Text Example
White with #B50192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50192; }
p { color: rgb(181,1,146); }
H1.HeaderClassName
{
color: #B50192;
}
.AnyTagClassName
{
color: #B50192;
}
</style>
background-color css
<style>
a { background-color: #B50192; }
a { background-color: rgb(181,1,146); }
div.DivClassName
{
background-color: #B50192;
}
.BgClassName
{
background-color: #B50192;
}
</style>
border-color css
<style>
span { border-color: #B50192; }
span { border-color: rgb(181,1,146); }
td.TdClassName
{
border-color: #B50192;
}
.TagClassName
{
border-color: #B50192;
}
</style>