Shades of Electric Purple #B811EA
Tints of Electric Purple #B811EA
RGB
CMYK
RGB Variations
Color information
#B811EA (or 0xB811EA) is known color: Electric Purple. HEX triplet: B8, 11 and EA. RGB value is (184,17,234). Sum of RGB (Red+Green+Blue) = 184+17+234=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 17 (7.03% from 255 or 3.91% from 435); Blue value is 234 (91.80% from 255 or 53.79% from 435); Max value from RGB is 234 - color contains mainly: blue. Hex color #B811EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B811EA is #47EE15. Grayscale: #5A5A5A. Windows color (decimal): -4714006 or 15339960. OLE color: 15339960.
HSL color Cylindrical-coordinate representation of color #B811EA: hue angle of 286.18º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B811EA is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 184 | 17 | 234 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.08 |
| HSL | 286.18º | 0.86% | 0.49% | - |
| HSV(B) | 286.18º | 0.93% | 0.92% | - |
| XYZ | 34.82 | 16.53 | 79.2 | - |
| YUV | 91.67 | 208.33 | 193.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 17 | 234 | 0.21 | 0.93 | 0 | 0.08 | 286.18 | 0.86 | 0.49 |
| Hex | B8 | 11 | EA | 15 | 5D | 0 | 8 | 11E | 56 | 31 |
| Octal | 270 | 21 | 352 | 25 | 135 | 0 | 10 | 436 | 126 | 61 |
| Binary | 10111000 | 10001 | 11101010 | 10101 | 1011101 | 0 | 1000 | 100011110 | 1010110 | 110001 |
Color Harmonies of #B811EA
Complementary color
Monochromatic Colors of #B811EA
Black with #B811EA
Text Example
Text Example
White with #B811EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B811EA; }
p { color: rgb(184,17,234); }
H1.HeaderClassName
{
color: #B811EA;
}
.AnyTagClassName
{
color: #B811EA;
}
</style>
background-color css
<style>
a { background-color: #B811EA; }
a { background-color: rgb(184,17,234); }
div.DivClassName
{
background-color: #B811EA;
}
.BgClassName
{
background-color: #B811EA;
}
</style>
border-color css
<style>
span { border-color: #B811EA; }
span { border-color: rgb(184,17,234); }
td.TdClassName
{
border-color: #B811EA;
}
.TagClassName
{
border-color: #B811EA;
}
</style>