Shades of Electric Purple #B411EE
Tints of Electric Purple #B411EE
RGB
CMYK
RGB Variations
Color information
#B411EE (or 0xB411EE) is known color: Electric Purple. HEX triplet: B4, 11 and EE. RGB value is (180,17,238). Sum of RGB (Red+Green+Blue) = 180+17+238=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 17 (7.03% from 255 or 3.91% from 435); Blue value is 238 (93.36% from 255 or 54.71% from 435); Max value from RGB is 238 - color contains mainly: blue. Hex color #B411EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B411EE is #4BEE11. Grayscale: #5A5A5A. Windows color (decimal): -4976146 or 15602100. OLE color: 15602100.
HSL color Cylindrical-coordinate representation of color #B411EE: hue angle of 284.25º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B411EE is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 17 | 238 | - |
| CMYK | 0.24 | 0.93 | 0 | 0.07 |
| HSL | 284.25º | 0.87% | 0.5% | - |
| HSV(B) | 284.25º | 0.93% | 0.93% | - |
| XYZ | 34.46 | 16.28 | 82.21 | - |
| YUV | 90.93 | 211 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 17 | 238 | 0.24 | 0.93 | 0 | 0.07 | 284.25 | 0.87 | 0.5 |
| Hex | B4 | 11 | EE | 18 | 5D | 0 | 7 | 11C | 57 | 32 |
| Octal | 264 | 21 | 356 | 30 | 135 | 0 | 7 | 434 | 127 | 62 |
| Binary | 10110100 | 10001 | 11101110 | 11000 | 1011101 | 0 | 111 | 100011100 | 1010111 | 110010 |
Color Harmonies of #B411EE
Complementary color
Monochromatic Colors of #B411EE
Black with #B411EE
Text Example
Text Example
White with #B411EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B411EE; }
p { color: rgb(180,17,238); }
H1.HeaderClassName
{
color: #B411EE;
}
.AnyTagClassName
{
color: #B411EE;
}
</style>
background-color css
<style>
a { background-color: #B411EE; }
a { background-color: rgb(180,17,238); }
div.DivClassName
{
background-color: #B411EE;
}
.BgClassName
{
background-color: #B411EE;
}
</style>
border-color css
<style>
span { border-color: #B411EE; }
span { border-color: rgb(180,17,238); }
td.TdClassName
{
border-color: #B411EE;
}
.TagClassName
{
border-color: #B411EE;
}
</style>