Shades of Medium Violet Red #B5019E
Tints of Medium Violet Red #B5019E
RGB
CMYK
RGB Variations
Color information
#B5019E (or 0xB5019E) is known color: Medium Violet Red. HEX triplet: B5, 01 and 9E. RGB value is (181,1,158). Sum of RGB (Red+Green+Blue) = 181+1+158=340 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.24% from 340); Green value is 1 (0.78% from 255 or 0.29% from 340); Blue value is 158 (62.11% from 255 or 46.47% from 340); Max value from RGB is 181 - color contains mainly: red. Hex color #B5019E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5019E is #4AFE61. Grayscale: #484848. Windows color (decimal): -4914786 or 10355125. OLE color: 10355125.
HSL color Cylindrical-coordinate representation of color #B5019E: hue angle of 307.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 #B5019E is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 1 | 158 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.29 |
| HSL | 307.67º | 0.99% | 0.36% | - |
| HSV(B) | 307.67º | 0.99% | 0.71% | - |
| XYZ | 25.24 | 12.31 | 33.39 | - |
| YUV | 72.72 | 176.13 | 205.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 158 | 0 | 0.99 | 0.13 | 0.29 | 307.67 | 0.99 | 0.36 |
| Hex | B5 | 1 | 9E | 0 | 63 | D | 1D | 134 | 63 | 24 |
| Octal | 265 | 1 | 236 | 0 | 143 | 15 | 35 | 464 | 143 | 44 |
| Binary | 10110101 | 1 | 10011110 | 0 | 1100011 | 1101 | 11101 | 100110100 | 1100011 | 100100 |
Color Harmonies of #B5019E
Complementary color
Monochromatic Colors of #B5019E
Black with #B5019E
Text Example
Text Example
White with #B5019E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5019E; }
p { color: rgb(181,1,158); }
H1.HeaderClassName
{
color: #B5019E;
}
.AnyTagClassName
{
color: #B5019E;
}
</style>
background-color css
<style>
a { background-color: #B5019E; }
a { background-color: rgb(181,1,158); }
div.DivClassName
{
background-color: #B5019E;
}
.BgClassName
{
background-color: #B5019E;
}
</style>
border-color css
<style>
span { border-color: #B5019E; }
span { border-color: rgb(181,1,158); }
td.TdClassName
{
border-color: #B5019E;
}
.TagClassName
{
border-color: #B5019E;
}
</style>