Shades of Electric Purple #B21EF5
Tints of Electric Purple #B21EF5
RGB
CMYK
RGB Variations
Color information
#B21EF5 (or 0xB21EF5) is known color: Electric Purple. HEX triplet: B2, 1E and F5. RGB value is (178,30,245). Sum of RGB (Red+Green+Blue) = 178+30+245=453 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.29% from 453); Green value is 30 (12.11% from 255 or 6.62% from 453); Blue value is 245 (96.09% from 255 or 54.08% from 453); Max value from RGB is 245 - color contains mainly: blue. Hex color #B21EF5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B21EF5 is #4DE10A. Grayscale: #626262. Windows color (decimal): -5103883 or 16064178. OLE color: 16064178.
HSL color Cylindrical-coordinate representation of color #B21EF5: hue angle of 281.3º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B21EF5 is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 30 | 245 | - |
| CMYK | 0.27 | 0.88 | 0 | 0.04 |
| HSL | 281.3º | 0.91% | 0.54% | - |
| HSV(B) | 281.3º | 0.88% | 0.96% | - |
| XYZ | 35.31 | 16.99 | 87.8 | - |
| YUV | 98.76 | 210.53 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 30 | 245 | 0.27 | 0.88 | 0 | 0.04 | 281.3 | 0.91 | 0.54 |
| Hex | B2 | 1E | F5 | 1B | 58 | 0 | 4 | 119 | 5B | 36 |
| Octal | 262 | 36 | 365 | 33 | 130 | 0 | 4 | 431 | 133 | 66 |
| Binary | 10110010 | 11110 | 11110101 | 11011 | 1011000 | 0 | 100 | 100011001 | 1011011 | 110110 |
Color Harmonies of #B21EF5
Complementary color
Monochromatic Colors of #B21EF5
Black with #B21EF5
Text Example
Text Example
White with #B21EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21EF5; }
p { color: rgb(178,30,245); }
H1.HeaderClassName
{
color: #B21EF5;
}
.AnyTagClassName
{
color: #B21EF5;
}
</style>
background-color css
<style>
a { background-color: #B21EF5; }
a { background-color: rgb(178,30,245); }
div.DivClassName
{
background-color: #B21EF5;
}
.BgClassName
{
background-color: #B21EF5;
}
</style>
border-color css
<style>
span { border-color: #B21EF5; }
span { border-color: rgb(178,30,245); }
td.TdClassName
{
border-color: #B21EF5;
}
.TagClassName
{
border-color: #B21EF5;
}
</style>