Shades of Medium Violet Red #B5019F
Tints of Medium Violet Red #B5019F
RGB
CMYK
RGB Variations
Color information
#B5019F (or 0xB5019F) is known color: Medium Violet Red. HEX triplet: B5, 01 and 9F. RGB value is (181,1,159). Sum of RGB (Red+Green+Blue) = 181+1+159=341 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.08% from 341); Green value is 1 (0.78% from 255 or 0.29% from 341); Blue value is 159 (62.5% from 255 or 46.63% from 341); Max value from RGB is 181 - color contains mainly: red. Hex color #B5019F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5019F is #4AFE60. Grayscale: #484848. Windows color (decimal): -4914785 or 10420661. OLE color: 10420661.
HSL color Cylindrical-coordinate representation of color #B5019F: hue angle of 307.33º 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 #B5019F is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 1 | 159 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.29 |
| HSL | 307.33º | 0.99% | 0.36% | - |
| HSV(B) | 307.33º | 0.99% | 0.71% | - |
| XYZ | 25.32 | 12.35 | 33.85 | - |
| YUV | 72.83 | 176.63 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 159 | 0 | 0.99 | 0.12 | 0.29 | 307.33 | 0.99 | 0.36 |
| Hex | B5 | 1 | 9F | 0 | 63 | C | 1D | 133 | 63 | 24 |
| Octal | 265 | 1 | 237 | 0 | 143 | 14 | 35 | 463 | 143 | 44 |
| Binary | 10110101 | 1 | 10011111 | 0 | 1100011 | 1100 | 11101 | 100110011 | 1100011 | 100100 |
Color Harmonies of #B5019F
Complementary color
Monochromatic Colors of #B5019F
Black with #B5019F
Text Example
Text Example
White with #B5019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5019F; }
p { color: rgb(181,1,159); }
H1.HeaderClassName
{
color: #B5019F;
}
.AnyTagClassName
{
color: #B5019F;
}
</style>
background-color css
<style>
a { background-color: #B5019F; }
a { background-color: rgb(181,1,159); }
div.DivClassName
{
background-color: #B5019F;
}
.BgClassName
{
background-color: #B5019F;
}
</style>
border-color css
<style>
span { border-color: #B5019F; }
span { border-color: rgb(181,1,159); }
td.TdClassName
{
border-color: #B5019F;
}
.TagClassName
{
border-color: #B5019F;
}
</style>