Shades of Electric Purple #B814EF
Tints of Electric Purple #B814EF
RGB
CMYK
RGB Variations
Color information
#B814EF (or 0xB814EF) is known color: Electric Purple. HEX triplet: B8, 14 and EF. RGB value is (184,20,239). Sum of RGB (Red+Green+Blue) = 184+20+239=443 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.53% from 443); Green value is 20 (8.20% from 255 or 4.51% from 443); Blue value is 239 (93.75% from 255 or 53.95% from 443); Max value from RGB is 239 - color contains mainly: blue. Hex color #B814EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B814EF is #47EB10. Grayscale: #5D5D5D. Windows color (decimal): -4713233 or 15668408. OLE color: 15668408.
HSL color Cylindrical-coordinate representation of color #B814EF: hue angle of 284.93º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B814EF is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 20 | 239 | - |
| CMYK | 0.23 | 0.92 | 0 | 0.06 |
| HSL | 284.93º | 0.87% | 0.51% | - |
| HSV(B) | 284.93º | 0.92% | 0.94% | - |
| XYZ | 35.6 | 16.92 | 83.05 | - |
| YUV | 94 | 209.83 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 20 | 239 | 0.23 | 0.92 | 0 | 0.06 | 284.93 | 0.87 | 0.51 |
| Hex | B8 | 14 | EF | 17 | 5C | 0 | 6 | 11D | 57 | 33 |
| Octal | 270 | 24 | 357 | 27 | 134 | 0 | 6 | 435 | 127 | 63 |
| Binary | 10111000 | 10100 | 11101111 | 10111 | 1011100 | 0 | 110 | 100011101 | 1010111 | 110011 |
Color Harmonies of #B814EF
Complementary color
Monochromatic Colors of #B814EF
Black with #B814EF
Text Example
Text Example
White with #B814EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B814EF; }
p { color: rgb(184,20,239); }
H1.HeaderClassName
{
color: #B814EF;
}
.AnyTagClassName
{
color: #B814EF;
}
</style>
background-color css
<style>
a { background-color: #B814EF; }
a { background-color: rgb(184,20,239); }
div.DivClassName
{
background-color: #B814EF;
}
.BgClassName
{
background-color: #B814EF;
}
</style>
border-color css
<style>
span { border-color: #B814EF; }
span { border-color: rgb(184,20,239); }
td.TdClassName
{
border-color: #B814EF;
}
.TagClassName
{
border-color: #B814EF;
}
</style>