Shades of Electric Purple #B40EF1
Tints of Electric Purple #B40EF1
RGB
CMYK
RGB Variations
Color information
#B40EF1 (or 0xB40EF1) is known color: Electric Purple. HEX triplet: B4, 0E and F1. RGB value is (180,14,241). Sum of RGB (Red+Green+Blue) = 180+14+241=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 14 (5.86% from 255 or 3.22% from 435); Blue value is 241 (94.53% from 255 or 55.40% from 435); Max value from RGB is 241 - color contains mainly: blue. Hex color #B40EF1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B40EF1 is #4BF10E. Grayscale: #585858. Windows color (decimal): -4976911 or 15797940. OLE color: 15797940.
HSL color Cylindrical-coordinate representation of color #B40EF1: hue angle of 283.88º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40EF1 is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 14 | 241 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.05 |
| HSL | 283.88º | 0.89% | 0.5% | - |
| HSV(B) | 283.88º | 0.94% | 0.95% | - |
| XYZ | 34.86 | 16.37 | 84.54 | - |
| YUV | 89.51 | 213.5 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 14 | 241 | 0.25 | 0.94 | 0 | 0.05 | 283.88 | 0.89 | 0.5 |
| Hex | B4 | E | F1 | 19 | 5E | 0 | 5 | 11C | 59 | 32 |
| Octal | 264 | 16 | 361 | 31 | 136 | 0 | 5 | 434 | 131 | 62 |
| Binary | 10110100 | 1110 | 11110001 | 11001 | 1011110 | 0 | 101 | 100011100 | 1011001 | 110010 |
Color Harmonies of #B40EF1
Complementary color
Monochromatic Colors of #B40EF1
Black with #B40EF1
Text Example
Text Example
White with #B40EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40EF1; }
p { color: rgb(180,14,241); }
H1.HeaderClassName
{
color: #B40EF1;
}
.AnyTagClassName
{
color: #B40EF1;
}
</style>
background-color css
<style>
a { background-color: #B40EF1; }
a { background-color: rgb(180,14,241); }
div.DivClassName
{
background-color: #B40EF1;
}
.BgClassName
{
background-color: #B40EF1;
}
</style>
border-color css
<style>
span { border-color: #B40EF1; }
span { border-color: rgb(180,14,241); }
td.TdClassName
{
border-color: #B40EF1;
}
.TagClassName
{
border-color: #B40EF1;
}
</style>