Shades of Medium Violet Red #B01EA4
Tints of Medium Violet Red #B01EA4
RGB
CMYK
RGB Variations
Color information
#B01EA4 (or 0xB01EA4) is known color: Medium Violet Red. HEX triplet: B0, 1E and A4. RGB value is (176,30,164). Sum of RGB (Red+Green+Blue) = 176+30+164=370 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.57% from 370); Green value is 30 (12.11% from 255 or 8.11% from 370); Blue value is 164 (64.45% from 255 or 44.32% from 370); Max value from RGB is 176 - color contains mainly: red. Hex color #B01EA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01EA4 is #4FE15B. Grayscale: #585858. Windows color (decimal): -5235036 or 10755760. OLE color: 10755760.
HSL color Cylindrical-coordinate representation of color #B01EA4: hue angle of 304.93º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B01EA4 is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 30 | 164 | - |
| CMYK | 0 | 0.83 | 0.07 | 0.31 |
| HSL | 304.93º | 0.71% | 0.4% | - |
| HSV(B) | 304.93º | 0.83% | 0.69% | - |
| XYZ | 25.07 | 12.84 | 36.28 | - |
| YUV | 88.93 | 170.37 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 30 | 164 | 0 | 0.83 | 0.07 | 0.31 | 304.93 | 0.71 | 0.4 |
| Hex | B0 | 1E | A4 | 0 | 53 | 7 | 1F | 131 | 47 | 28 |
| Octal | 260 | 36 | 244 | 0 | 123 | 7 | 37 | 461 | 107 | 50 |
| Binary | 10110000 | 11110 | 10100100 | 0 | 1010011 | 111 | 11111 | 100110001 | 1000111 | 101000 |
Color Harmonies of #B01EA4
Complementary color
Monochromatic Colors of #B01EA4
Black with #B01EA4
Text Example
Text Example
White with #B01EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01EA4; }
p { color: rgb(176,30,164); }
H1.HeaderClassName
{
color: #B01EA4;
}
.AnyTagClassName
{
color: #B01EA4;
}
</style>
background-color css
<style>
a { background-color: #B01EA4; }
a { background-color: rgb(176,30,164); }
div.DivClassName
{
background-color: #B01EA4;
}
.BgClassName
{
background-color: #B01EA4;
}
</style>
border-color css
<style>
span { border-color: #B01EA4; }
span { border-color: rgb(176,30,164); }
td.TdClassName
{
border-color: #B01EA4;
}
.TagClassName
{
border-color: #B01EA4;
}
</style>