Shades of Electric Purple #B40EF3
Tints of Electric Purple #B40EF3
RGB
CMYK
RGB Variations
Color information
#B40EF3 (or 0xB40EF3) is known color: Electric Purple. HEX triplet: B4, 0E and F3. RGB value is (180,14,243). Sum of RGB (Red+Green+Blue) = 180+14+243=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 14 (5.86% from 255 or 3.20% from 437); Blue value is 243 (95.31% from 255 or 55.61% from 437); Max value from RGB is 243 - color contains mainly: blue. Hex color #B40EF3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B40EF3 is #4BF10C. Grayscale: #585858. Windows color (decimal): -4976909 or 15929012. OLE color: 15929012.
HSL color Cylindrical-coordinate representation of color #B40EF3: hue angle of 283.49º degrees, saturation: 0.91, 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 #B40EF3 is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 14 | 243 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.05 |
| HSL | 283.49º | 0.91% | 0.5% | - |
| HSV(B) | 283.49º | 0.94% | 0.95% | - |
| XYZ | 35.16 | 16.49 | 86.12 | - |
| YUV | 89.74 | 214.5 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 14 | 243 | 0.26 | 0.94 | 0 | 0.05 | 283.49 | 0.91 | 0.5 |
| Hex | B4 | E | F3 | 1A | 5E | 0 | 5 | 11B | 5B | 32 |
| Octal | 264 | 16 | 363 | 32 | 136 | 0 | 5 | 433 | 133 | 62 |
| Binary | 10110100 | 1110 | 11110011 | 11010 | 1011110 | 0 | 101 | 100011011 | 1011011 | 110010 |
Color Harmonies of #B40EF3
Complementary color
Monochromatic Colors of #B40EF3
Black with #B40EF3
Text Example
Text Example
White with #B40EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40EF3; }
p { color: rgb(180,14,243); }
H1.HeaderClassName
{
color: #B40EF3;
}
.AnyTagClassName
{
color: #B40EF3;
}
</style>
background-color css
<style>
a { background-color: #B40EF3; }
a { background-color: rgb(180,14,243); }
div.DivClassName
{
background-color: #B40EF3;
}
.BgClassName
{
background-color: #B40EF3;
}
</style>
border-color css
<style>
span { border-color: #B40EF3; }
span { border-color: rgb(180,14,243); }
td.TdClassName
{
border-color: #B40EF3;
}
.TagClassName
{
border-color: #B40EF3;
}
</style>