Shades of Electric Purple #B411EF
Tints of Electric Purple #B411EF
RGB
CMYK
RGB Variations
Color information
#B411EF (or 0xB411EF) is known color: Electric Purple. HEX triplet: B4, 11 and EF. RGB value is (180,17,239). Sum of RGB (Red+Green+Blue) = 180+17+239=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 17 (7.03% from 255 or 3.90% from 436); Blue value is 239 (93.75% from 255 or 54.82% from 436); Max value from RGB is 239 - color contains mainly: blue. Hex color #B411EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B411EF is #4BEE10. Grayscale: #5A5A5A. Windows color (decimal): -4976145 or 15667636. OLE color: 15667636.
HSL color Cylindrical-coordinate representation of color #B411EF: hue angle of 284.05º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B411EF is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 180 | 17 | 239 | - |
| CMYK | 0.25 | 0.93 | 0 | 0.06 |
| HSL | 284.05º | 0.87% | 0.5% | - |
| HSV(B) | 284.05º | 0.93% | 0.94% | - |
| XYZ | 34.6 | 16.34 | 82.99 | - |
| YUV | 91.05 | 211.5 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 17 | 239 | 0.25 | 0.93 | 0 | 0.06 | 284.05 | 0.87 | 0.5 |
| Hex | B4 | 11 | EF | 19 | 5D | 0 | 6 | 11C | 57 | 32 |
| Octal | 264 | 21 | 357 | 31 | 135 | 0 | 6 | 434 | 127 | 62 |
| Binary | 10110100 | 10001 | 11101111 | 11001 | 1011101 | 0 | 110 | 100011100 | 1010111 | 110010 |
Color Harmonies of #B411EF
Complementary color
Monochromatic Colors of #B411EF
Black with #B411EF
Text Example
Text Example
White with #B411EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B411EF; }
p { color: rgb(180,17,239); }
H1.HeaderClassName
{
color: #B411EF;
}
.AnyTagClassName
{
color: #B411EF;
}
</style>
background-color css
<style>
a { background-color: #B411EF; }
a { background-color: rgb(180,17,239); }
div.DivClassName
{
background-color: #B411EF;
}
.BgClassName
{
background-color: #B411EF;
}
</style>
border-color css
<style>
span { border-color: #B411EF; }
span { border-color: rgb(180,17,239); }
td.TdClassName
{
border-color: #B411EF;
}
.TagClassName
{
border-color: #B411EF;
}
</style>