Shades of Electric Purple #B214E1
Tints of Electric Purple #B214E1
RGB
CMYK
RGB Variations
Color information
#B214E1 (or 0xB214E1) is known color: Electric Purple. HEX triplet: B2, 14 and E1. RGB value is (178,20,225). Sum of RGB (Red+Green+Blue) = 178+20+225=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 20 (8.20% from 255 or 4.73% from 423); Blue value is 225 (88.28% from 255 or 53.19% from 423); Max value from RGB is 225 - color contains mainly: blue. Hex color #B214E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B214E1 is #4DEB1E. Grayscale: #595959. Windows color (decimal): -5106463 or 14750898. OLE color: 14750898.
HSL color Cylindrical-coordinate representation of color #B214E1: hue angle of 286.24º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B214E1 is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 178 | 20 | 225 | - |
| CMYK | 0.21 | 0.91 | 0 | 0.12 |
| HSL | 286.24º | 0.84% | 0.48% | - |
| HSV(B) | 286.24º | 0.91% | 0.88% | - |
| XYZ | 32.2 | 15.4 | 72.51 | - |
| YUV | 90.61 | 203.85 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 20 | 225 | 0.21 | 0.91 | 0 | 0.12 | 286.24 | 0.84 | 0.48 |
| Hex | B2 | 14 | E1 | 15 | 5B | 0 | C | 11E | 54 | 30 |
| Octal | 262 | 24 | 341 | 25 | 133 | 0 | 14 | 436 | 124 | 60 |
| Binary | 10110010 | 10100 | 11100001 | 10101 | 1011011 | 0 | 1100 | 100011110 | 1010100 | 110000 |
Color Harmonies of #B214E1
Complementary color
Monochromatic Colors of #B214E1
Black with #B214E1
Text Example
Text Example
White with #B214E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B214E1; }
p { color: rgb(178,20,225); }
H1.HeaderClassName
{
color: #B214E1;
}
.AnyTagClassName
{
color: #B214E1;
}
</style>
background-color css
<style>
a { background-color: #B214E1; }
a { background-color: rgb(178,20,225); }
div.DivClassName
{
background-color: #B214E1;
}
.BgClassName
{
background-color: #B214E1;
}
</style>
border-color css
<style>
span { border-color: #B214E1; }
span { border-color: rgb(178,20,225); }
td.TdClassName
{
border-color: #B214E1;
}
.TagClassName
{
border-color: #B214E1;
}
</style>