Shades of Electric Purple #B81FEE
Tints of Electric Purple #B81FEE
RGB
CMYK
RGB Variations
Color information
#B81FEE (or 0xB81FEE) is known color: Electric Purple. HEX triplet: B8, 1F and EE. RGB value is (184,31,238). Sum of RGB (Red+Green+Blue) = 184+31+238=453 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.62% from 453); Green value is 31 (12.5% from 255 or 6.84% from 453); Blue value is 238 (93.36% from 255 or 52.54% from 453); Max value from RGB is 238 - color contains mainly: blue. Hex color #B81FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B81FEE is #47E011. Grayscale: #636363. Windows color (decimal): -4710418 or 15605688. OLE color: 15605688.
HSL color Cylindrical-coordinate representation of color #B81FEE: hue angle of 284.35º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B81FEE is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 31 | 238 | - |
| CMYK | 0.23 | 0.87 | 0 | 0.07 |
| HSL | 284.35º | 0.86% | 0.53% | - |
| HSV(B) | 284.35º | 0.87% | 0.93% | - |
| XYZ | 35.69 | 17.34 | 82.36 | - |
| YUV | 100.35 | 205.69 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 31 | 238 | 0.23 | 0.87 | 0 | 0.07 | 284.35 | 0.86 | 0.53 |
| Hex | B8 | 1F | EE | 17 | 57 | 0 | 7 | 11C | 56 | 35 |
| Octal | 270 | 37 | 356 | 27 | 127 | 0 | 7 | 434 | 126 | 65 |
| Binary | 10111000 | 11111 | 11101110 | 10111 | 1010111 | 0 | 111 | 100011100 | 1010110 | 110101 |
Color Harmonies of #B81FEE
Complementary color
Monochromatic Colors of #B81FEE
Black with #B81FEE
Text Example
Text Example
White with #B81FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81FEE; }
p { color: rgb(184,31,238); }
H1.HeaderClassName
{
color: #B81FEE;
}
.AnyTagClassName
{
color: #B81FEE;
}
</style>
background-color css
<style>
a { background-color: #B81FEE; }
a { background-color: rgb(184,31,238); }
div.DivClassName
{
background-color: #B81FEE;
}
.BgClassName
{
background-color: #B81FEE;
}
</style>
border-color css
<style>
span { border-color: #B81FEE; }
span { border-color: rgb(184,31,238); }
td.TdClassName
{
border-color: #B81FEE;
}
.TagClassName
{
border-color: #B81FEE;
}
</style>