Shades of Medium Violet Red #B5018E
Tints of Medium Violet Red #B5018E
RGB
CMYK
RGB Variations
Color information
#B5018E (or 0xB5018E) is known color: Medium Violet Red. HEX triplet: B5, 01 and 8E. RGB value is (181,1,142). Sum of RGB (Red+Green+Blue) = 181+1+142=324 (42% of max value = 765). Red value is 181 (71.09% from 255 or 55.86% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 142 (55.86% from 255 or 43.83% from 324); Max value from RGB is 181 - color contains mainly: red. Hex color #B5018E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5018E is #4AFE71. Grayscale: #464646. Windows color (decimal): -4914802 or 9306549. OLE color: 9306549.
HSL color Cylindrical-coordinate representation of color #B5018E: hue angle of 313º 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 #B5018E is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 1 | 142 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.29 |
| HSL | 313º | 0.99% | 0.36% | - |
| HSV(B) | 313º | 0.99% | 0.71% | - |
| XYZ | 23.95 | 11.8 | 26.61 | - |
| YUV | 70.89 | 168.13 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 142 | 0 | 0.99 | 0.22 | 0.29 | 313 | 0.99 | 0.36 |
| Hex | B5 | 1 | 8E | 0 | 63 | 16 | 1D | 139 | 63 | 24 |
| Octal | 265 | 1 | 216 | 0 | 143 | 26 | 35 | 471 | 143 | 44 |
| Binary | 10110101 | 1 | 10001110 | 0 | 1100011 | 10110 | 11101 | 100111001 | 1100011 | 100100 |
Color Harmonies of #B5018E
Complementary color
Monochromatic Colors of #B5018E
Black with #B5018E
Text Example
Text Example
White with #B5018E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5018E; }
p { color: rgb(181,1,142); }
H1.HeaderClassName
{
color: #B5018E;
}
.AnyTagClassName
{
color: #B5018E;
}
</style>
background-color css
<style>
a { background-color: #B5018E; }
a { background-color: rgb(181,1,142); }
div.DivClassName
{
background-color: #B5018E;
}
.BgClassName
{
background-color: #B5018E;
}
</style>
border-color css
<style>
span { border-color: #B5018E; }
span { border-color: rgb(181,1,142); }
td.TdClassName
{
border-color: #B5018E;
}
.TagClassName
{
border-color: #B5018E;
}
</style>