Shades of Electric Purple #B81CEF
Tints of Electric Purple #B81CEF
RGB
CMYK
RGB Variations
Color information
#B81CEF (or 0xB81CEF) is known color: Electric Purple. HEX triplet: B8, 1C and EF. RGB value is (184,28,239). Sum of RGB (Red+Green+Blue) = 184+28+239=451 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.80% from 451); Green value is 28 (11.33% from 255 or 6.21% from 451); Blue value is 239 (93.75% from 255 or 52.99% from 451); Max value from RGB is 239 - color contains mainly: blue. Hex color #B81CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B81CEF is #47E310. Grayscale: #626262. Windows color (decimal): -4711185 or 15670456. OLE color: 15670456.
HSL color Cylindrical-coordinate representation of color #B81CEF: hue angle of 284.36º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B81CEF is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 28 | 239 | - |
| CMYK | 0.23 | 0.88 | 0 | 0.06 |
| HSL | 284.36º | 0.87% | 0.52% | - |
| HSV(B) | 284.36º | 0.88% | 0.94% | - |
| XYZ | 35.76 | 17.25 | 83.11 | - |
| YUV | 98.7 | 207.18 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 28 | 239 | 0.23 | 0.88 | 0 | 0.06 | 284.36 | 0.87 | 0.52 |
| Hex | B8 | 1C | EF | 17 | 58 | 0 | 6 | 11C | 57 | 34 |
| Octal | 270 | 34 | 357 | 27 | 130 | 0 | 6 | 434 | 127 | 64 |
| Binary | 10111000 | 11100 | 11101111 | 10111 | 1011000 | 0 | 110 | 100011100 | 1010111 | 110100 |
Color Harmonies of #B81CEF
Complementary color
Monochromatic Colors of #B81CEF
Black with #B81CEF
Text Example
Text Example
White with #B81CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81CEF; }
p { color: rgb(184,28,239); }
H1.HeaderClassName
{
color: #B81CEF;
}
.AnyTagClassName
{
color: #B81CEF;
}
</style>
background-color css
<style>
a { background-color: #B81CEF; }
a { background-color: rgb(184,28,239); }
div.DivClassName
{
background-color: #B81CEF;
}
.BgClassName
{
background-color: #B81CEF;
}
</style>
border-color css
<style>
span { border-color: #B81CEF; }
span { border-color: rgb(184,28,239); }
td.TdClassName
{
border-color: #B81CEF;
}
.TagClassName
{
border-color: #B81CEF;
}
</style>