Shades of Medium Violet Red #B5019B
Tints of Medium Violet Red #B5019B
RGB
CMYK
RGB Variations
Color information
#B5019B (or 0xB5019B) is known color: Medium Violet Red. HEX triplet: B5, 01 and 9B. RGB value is (181,1,155). Sum of RGB (Red+Green+Blue) = 181+1+155=337 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.71% from 337); Green value is 1 (0.78% from 255 or 0.30% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 181 - color contains mainly: red. Hex color #B5019B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5019B is #4AFE64. Grayscale: #474747. Windows color (decimal): -4914789 or 10158517. OLE color: 10158517.
HSL color Cylindrical-coordinate representation of color #B5019B: hue angle of 308.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 #B5019B is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 1 | 155 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.29 |
| HSL | 308.67º | 0.99% | 0.36% | - |
| HSV(B) | 308.67º | 0.99% | 0.71% | - |
| XYZ | 24.98 | 12.21 | 32.05 | - |
| YUV | 72.38 | 174.63 | 205.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 155 | 0 | 0.99 | 0.14 | 0.29 | 308.67 | 0.99 | 0.36 |
| Hex | B5 | 1 | 9B | 0 | 63 | E | 1D | 135 | 63 | 24 |
| Octal | 265 | 1 | 233 | 0 | 143 | 16 | 35 | 465 | 143 | 44 |
| Binary | 10110101 | 1 | 10011011 | 0 | 1100011 | 1110 | 11101 | 100110101 | 1100011 | 100100 |
Color Harmonies of #B5019B
Complementary color
Monochromatic Colors of #B5019B
Black with #B5019B
Text Example
Text Example
White with #B5019B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5019B; }
p { color: rgb(181,1,155); }
H1.HeaderClassName
{
color: #B5019B;
}
.AnyTagClassName
{
color: #B5019B;
}
</style>
background-color css
<style>
a { background-color: #B5019B; }
a { background-color: rgb(181,1,155); }
div.DivClassName
{
background-color: #B5019B;
}
.BgClassName
{
background-color: #B5019B;
}
</style>
border-color css
<style>
span { border-color: #B5019B; }
span { border-color: rgb(181,1,155); }
td.TdClassName
{
border-color: #B5019B;
}
.TagClassName
{
border-color: #B5019B;
}
</style>