Shades of Electric Purple #B21EF7
Tints of Electric Purple #B21EF7
RGB
CMYK
RGB Variations
Color information
#B21EF7 (or 0xB21EF7) is known color: Electric Purple. HEX triplet: B2, 1E and F7. RGB value is (178,30,247). Sum of RGB (Red+Green+Blue) = 178+30+247=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 30 (12.11% from 255 or 6.59% from 455); Blue value is 247 (96.88% from 255 or 54.29% from 455); Max value from RGB is 247 - color contains mainly: blue. Hex color #B21EF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B21EF7 is #4DE108. Grayscale: #626262. Windows color (decimal): -5103881 or 16195250. OLE color: 16195250.
HSL color Cylindrical-coordinate representation of color #B21EF7: hue angle of 280.92º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B21EF7 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 178 | 30 | 247 | - |
| CMYK | 0.28 | 0.88 | 0 | 0.03 |
| HSL | 280.92º | 0.93% | 0.54% | - |
| HSV(B) | 280.92º | 0.88% | 0.97% | - |
| XYZ | 35.61 | 17.11 | 89.42 | - |
| YUV | 98.99 | 211.53 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 30 | 247 | 0.28 | 0.88 | 0 | 0.03 | 280.92 | 0.93 | 0.54 |
| Hex | B2 | 1E | F7 | 1C | 58 | 0 | 3 | 119 | 5D | 36 |
| Octal | 262 | 36 | 367 | 34 | 130 | 0 | 3 | 431 | 135 | 66 |
| Binary | 10110010 | 11110 | 11110111 | 11100 | 1011000 | 0 | 11 | 100011001 | 1011101 | 110110 |
Color Harmonies of #B21EF7
Complementary color
Monochromatic Colors of #B21EF7
Black with #B21EF7
Text Example
Text Example
White with #B21EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21EF7; }
p { color: rgb(178,30,247); }
H1.HeaderClassName
{
color: #B21EF7;
}
.AnyTagClassName
{
color: #B21EF7;
}
</style>
background-color css
<style>
a { background-color: #B21EF7; }
a { background-color: rgb(178,30,247); }
div.DivClassName
{
background-color: #B21EF7;
}
.BgClassName
{
background-color: #B21EF7;
}
</style>
border-color css
<style>
span { border-color: #B21EF7; }
span { border-color: rgb(178,30,247); }
td.TdClassName
{
border-color: #B21EF7;
}
.TagClassName
{
border-color: #B21EF7;
}
</style>