Shades of Medium Violet Red #B20EA4
Tints of Medium Violet Red #B20EA4
RGB
CMYK
RGB Variations
Color information
#B20EA4 (or 0xB20EA4) is known color: Medium Violet Red. HEX triplet: B2, 0E and A4. RGB value is (178,14,164). Sum of RGB (Red+Green+Blue) = 178+14+164=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 14 (5.86% from 255 or 3.93% from 356); Blue value is 164 (64.45% from 255 or 46.07% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B20EA4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20EA4 is #4DF15B. Grayscale: #4F4F4F. Windows color (decimal): -5108060 or 10751666. OLE color: 10751666.
HSL color Cylindrical-coordinate representation of color #B20EA4: hue angle of 305.12º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B20EA4 is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 14 | 164 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.30 |
| HSL | 305.12º | 0.85% | 0.38% | - |
| HSV(B) | 305.12º | 0.92% | 0.7% | - |
| XYZ | 25.22 | 12.46 | 36.2 | - |
| YUV | 80.14 | 175.33 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 14 | 164 | 0 | 0.92 | 0.08 | 0.30 | 305.12 | 0.85 | 0.38 |
| Hex | B2 | E | A4 | 0 | 5C | 8 | 1E | 131 | 55 | 26 |
| Octal | 262 | 16 | 244 | 0 | 134 | 10 | 36 | 461 | 125 | 46 |
| Binary | 10110010 | 1110 | 10100100 | 0 | 1011100 | 1000 | 11110 | 100110001 | 1010101 | 100110 |
Color Harmonies of #B20EA4
Complementary color
Monochromatic Colors of #B20EA4
Black with #B20EA4
Text Example
Text Example
White with #B20EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20EA4; }
p { color: rgb(178,14,164); }
H1.HeaderClassName
{
color: #B20EA4;
}
.AnyTagClassName
{
color: #B20EA4;
}
</style>
background-color css
<style>
a { background-color: #B20EA4; }
a { background-color: rgb(178,14,164); }
div.DivClassName
{
background-color: #B20EA4;
}
.BgClassName
{
background-color: #B20EA4;
}
</style>
border-color css
<style>
span { border-color: #B20EA4; }
span { border-color: rgb(178,14,164); }
td.TdClassName
{
border-color: #B20EA4;
}
.TagClassName
{
border-color: #B20EA4;
}
</style>