Shades of Medium Violet Red #B4019A
Tints of Medium Violet Red #B4019A
RGB
CMYK
RGB Variations
Color information
#B4019A (or 0xB4019A) is known color: Medium Violet Red. HEX triplet: B4, 01 and 9A. RGB value is (180,1,154). Sum of RGB (Red+Green+Blue) = 180+1+154=335 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.73% from 335); Green value is 1 (0.78% from 255 or 0.30% from 335); Blue value is 154 (60.55% from 255 or 45.97% from 335); Max value from RGB is 180 - color contains mainly: red. Hex color #B4019A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B4019A is #4BFE65. Grayscale: #474747. Windows color (decimal): -4980326 or 10092980. OLE color: 10092980.
HSL color Cylindrical-coordinate representation of color #B4019A: hue angle of 308.72º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B4019A is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 1 | 154 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.29 |
| HSL | 308.72º | 0.99% | 0.35% | - |
| HSV(B) | 308.72º | 0.99% | 0.71% | - |
| XYZ | 24.67 | 12.06 | 31.6 | - |
| YUV | 71.96 | 174.3 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 1 | 154 | 0 | 0.99 | 0.14 | 0.29 | 308.72 | 0.99 | 0.35 |
| Hex | B4 | 1 | 9A | 0 | 63 | E | 1D | 135 | 63 | 23 |
| Octal | 264 | 1 | 232 | 0 | 143 | 16 | 35 | 465 | 143 | 43 |
| Binary | 10110100 | 1 | 10011010 | 0 | 1100011 | 1110 | 11101 | 100110101 | 1100011 | 100011 |
Color Harmonies of #B4019A
Complementary color
Monochromatic Colors of #B4019A
Black with #B4019A
Text Example
Text Example
White with #B4019A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4019A; }
p { color: rgb(180,1,154); }
H1.HeaderClassName
{
color: #B4019A;
}
.AnyTagClassName
{
color: #B4019A;
}
</style>
background-color css
<style>
a { background-color: #B4019A; }
a { background-color: rgb(180,1,154); }
div.DivClassName
{
background-color: #B4019A;
}
.BgClassName
{
background-color: #B4019A;
}
</style>
border-color css
<style>
span { border-color: #B4019A; }
span { border-color: rgb(180,1,154); }
td.TdClassName
{
border-color: #B4019A;
}
.TagClassName
{
border-color: #B4019A;
}
</style>