Shades of Medium Violet Red #B5019C
Tints of Medium Violet Red #B5019C
RGB
CMYK
RGB Variations
Color information
#B5019C (or 0xB5019C) is known color: Medium Violet Red. HEX triplet: B5, 01 and 9C. RGB value is (181,1,156). Sum of RGB (Red+Green+Blue) = 181+1+156=338 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.55% from 338); Green value is 1 (0.78% from 255 or 0.30% from 338); Blue value is 156 (61.33% from 255 or 46.15% from 338); Max value from RGB is 181 - color contains mainly: red. Hex color #B5019C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5019C is #4AFE63. Grayscale: #484848. Windows color (decimal): -4914788 or 10224053. OLE color: 10224053.
HSL color Cylindrical-coordinate representation of color #B5019C: hue angle of 308.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 #B5019C is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 1 | 156 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.29 |
| HSL | 308.33º | 0.99% | 0.36% | - |
| HSV(B) | 308.33º | 0.99% | 0.71% | - |
| XYZ | 25.07 | 12.25 | 32.49 | - |
| YUV | 72.49 | 175.13 | 205.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 156 | 0 | 0.99 | 0.14 | 0.29 | 308.33 | 0.99 | 0.36 |
| Hex | B5 | 1 | 9C | 0 | 63 | E | 1D | 134 | 63 | 24 |
| Octal | 265 | 1 | 234 | 0 | 143 | 16 | 35 | 464 | 143 | 44 |
| Binary | 10110101 | 1 | 10011100 | 0 | 1100011 | 1110 | 11101 | 100110100 | 1100011 | 100100 |
Color Harmonies of #B5019C
Complementary color
Monochromatic Colors of #B5019C
Black with #B5019C
Text Example
Text Example
White with #B5019C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5019C; }
p { color: rgb(181,1,156); }
H1.HeaderClassName
{
color: #B5019C;
}
.AnyTagClassName
{
color: #B5019C;
}
</style>
background-color css
<style>
a { background-color: #B5019C; }
a { background-color: rgb(181,1,156); }
div.DivClassName
{
background-color: #B5019C;
}
.BgClassName
{
background-color: #B5019C;
}
</style>
border-color css
<style>
span { border-color: #B5019C; }
span { border-color: rgb(181,1,156); }
td.TdClassName
{
border-color: #B5019C;
}
.TagClassName
{
border-color: #B5019C;
}
</style>