Shades of Electric Purple #B40EF2
Tints of Electric Purple #B40EF2
RGB
CMYK
RGB Variations
Color information
#B40EF2 (or 0xB40EF2) is known color: Electric Purple. HEX triplet: B4, 0E and F2. RGB value is (180,14,242). Sum of RGB (Red+Green+Blue) = 180+14+242=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 14 (5.86% from 255 or 3.21% from 436); Blue value is 242 (94.92% from 255 or 55.50% from 436); Max value from RGB is 242 - color contains mainly: blue. Hex color #B40EF2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B40EF2 is #4BF10D. Grayscale: #585858. Windows color (decimal): -4976910 or 15863476. OLE color: 15863476.
HSL color Cylindrical-coordinate representation of color #B40EF2: hue angle of 283.68º degrees, saturation: 0.9, 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 #B40EF2 is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 14 | 242 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.05 |
| HSL | 283.68º | 0.9% | 0.5% | - |
| HSV(B) | 283.68º | 0.94% | 0.95% | - |
| XYZ | 35.01 | 16.43 | 85.33 | - |
| YUV | 89.63 | 214 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 14 | 242 | 0.26 | 0.94 | 0 | 0.05 | 283.68 | 0.9 | 0.5 |
| Hex | B4 | E | F2 | 1A | 5E | 0 | 5 | 11C | 5A | 32 |
| Octal | 264 | 16 | 362 | 32 | 136 | 0 | 5 | 434 | 132 | 62 |
| Binary | 10110100 | 1110 | 11110010 | 11010 | 1011110 | 0 | 101 | 100011100 | 1011010 | 110010 |
Color Harmonies of #B40EF2
Complementary color
Monochromatic Colors of #B40EF2
Black with #B40EF2
Text Example
Text Example
White with #B40EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40EF2; }
p { color: rgb(180,14,242); }
H1.HeaderClassName
{
color: #B40EF2;
}
.AnyTagClassName
{
color: #B40EF2;
}
</style>
background-color css
<style>
a { background-color: #B40EF2; }
a { background-color: rgb(180,14,242); }
div.DivClassName
{
background-color: #B40EF2;
}
.BgClassName
{
background-color: #B40EF2;
}
</style>
border-color css
<style>
span { border-color: #B40EF2; }
span { border-color: rgb(180,14,242); }
td.TdClassName
{
border-color: #B40EF2;
}
.TagClassName
{
border-color: #B40EF2;
}
</style>