Shades of Electric Purple #B801EE
Tints of Electric Purple #B801EE
RGB
CMYK
RGB Variations
Color information
#B801EE (or 0xB801EE) is known color: Electric Purple. HEX triplet: B8, 01 and EE. RGB value is (184,1,238). Sum of RGB (Red+Green+Blue) = 184+1+238=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 1 (0.78% from 255 or 0.24% from 423); Blue value is 238 (93.36% from 255 or 56.26% from 423); Max value from RGB is 238 - color contains mainly: blue. Hex color #B801EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B801EE is #47FE11. Grayscale: #515151. Windows color (decimal): -4718098 or 15598008. OLE color: 15598008.
HSL color Cylindrical-coordinate representation of color #B801EE: hue angle of 286.33º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B801EE is Cyan = 0.23, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 1 | 238 | - |
| CMYK | 0.23 | 1.00 | 0 | 0.07 |
| HSL | 286.33º | 0.99% | 0.47% | - |
| HSV(B) | 286.33º | 1% | 0.93% | - |
| XYZ | 35.21 | 16.39 | 82.2 | - |
| YUV | 82.74 | 215.63 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 1 | 238 | 0.23 | 1.00 | 0 | 0.07 | 286.33 | 0.99 | 0.47 |
| Hex | B8 | 1 | EE | 17 | 64 | 0 | 7 | 11E | 63 | 2F |
| Octal | 270 | 1 | 356 | 27 | 144 | 0 | 7 | 436 | 143 | 57 |
| Binary | 10111000 | 1 | 11101110 | 10111 | 1100100 | 0 | 111 | 100011110 | 1100011 | 101111 |
Color Harmonies of #B801EE
Complementary color
Monochromatic Colors of #B801EE
Black with #B801EE
Text Example
Text Example
White with #B801EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B801EE; }
p { color: rgb(184,1,238); }
H1.HeaderClassName
{
color: #B801EE;
}
.AnyTagClassName
{
color: #B801EE;
}
</style>
background-color css
<style>
a { background-color: #B801EE; }
a { background-color: rgb(184,1,238); }
div.DivClassName
{
background-color: #B801EE;
}
.BgClassName
{
background-color: #B801EE;
}
</style>
border-color css
<style>
span { border-color: #B801EE; }
span { border-color: rgb(184,1,238); }
td.TdClassName
{
border-color: #B801EE;
}
.TagClassName
{
border-color: #B801EE;
}
</style>