Shades of Electric Purple #B81EEA
Tints of Electric Purple #B81EEA
RGB
CMYK
RGB Variations
Color information
#B81EEA (or 0xB81EEA) is known color: Electric Purple. HEX triplet: B8, 1E and EA. RGB value is (184,30,234). Sum of RGB (Red+Green+Blue) = 184+30+234=448 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.07% from 448); Green value is 30 (12.11% from 255 or 6.70% from 448); Blue value is 234 (91.80% from 255 or 52.23% from 448); Max value from RGB is 234 - color contains mainly: blue. Hex color #B81EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B81EEA is #47E115. Grayscale: #626262. Windows color (decimal): -4710678 or 15343288. OLE color: 15343288.
HSL color Cylindrical-coordinate representation of color #B81EEA: hue angle of 285.29º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B81EEA is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 184 | 30 | 234 | - |
| CMYK | 0.21 | 0.87 | 0 | 0.08 |
| HSL | 285.29º | 0.83% | 0.52% | - |
| HSV(B) | 285.29º | 0.87% | 0.92% | - |
| XYZ | 35.08 | 17.06 | 79.29 | - |
| YUV | 99.3 | 204.02 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 30 | 234 | 0.21 | 0.87 | 0 | 0.08 | 285.29 | 0.83 | 0.52 |
| Hex | B8 | 1E | EA | 15 | 57 | 0 | 8 | 11D | 53 | 34 |
| Octal | 270 | 36 | 352 | 25 | 127 | 0 | 10 | 435 | 123 | 64 |
| Binary | 10111000 | 11110 | 11101010 | 10101 | 1010111 | 0 | 1000 | 100011101 | 1010011 | 110100 |
Color Harmonies of #B81EEA
Complementary color
Monochromatic Colors of #B81EEA
Black with #B81EEA
Text Example
Text Example
White with #B81EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81EEA; }
p { color: rgb(184,30,234); }
H1.HeaderClassName
{
color: #B81EEA;
}
.AnyTagClassName
{
color: #B81EEA;
}
</style>
background-color css
<style>
a { background-color: #B81EEA; }
a { background-color: rgb(184,30,234); }
div.DivClassName
{
background-color: #B81EEA;
}
.BgClassName
{
background-color: #B81EEA;
}
</style>
border-color css
<style>
span { border-color: #B81EEA; }
span { border-color: rgb(184,30,234); }
td.TdClassName
{
border-color: #B81EEA;
}
.TagClassName
{
border-color: #B81EEA;
}
</style>