Shades of Electric Purple #B800E7
Tints of Electric Purple #B800E7
RGB
CMYK
RGB Variations
Color information
#B800E7 (or 0xB800E7) is known color: Electric Purple. HEX triplet: B8, 00 and E7. RGB value is (184,0,231). Sum of RGB (Red+Green+Blue) = 184+0+231=415 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.34% from 415); Green value is 0 (0.39% from 255 or 0% from 415); Blue value is 231 (90.62% from 255 or 55.66% from 415); Max value from RGB is 231 - color contains mainly: blue. Hex color #B800E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B800E7 is #47FF18. Grayscale: #505050. Windows color (decimal): -4718361 or 15139000. OLE color: 15139000.
HSL color Cylindrical-coordinate representation of color #B800E7: hue angle of 287.79º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B800E7 is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 184 | 0 | 231 | - |
| CMYK | 0.20 | 1 | 0 | 0.09 |
| HSL | 287.79º | 1% | 0.45% | - |
| HSV(B) | 287.79º | 1% | 0.91% | - |
| XYZ | 34.19 | 15.96 | 76.88 | - |
| YUV | 81.35 | 212.46 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 231 | 0.20 | 1 | 0 | 0.09 | 287.79 | 1 | 0.45 |
| Hex | B8 | 0 | E7 | 14 | 64 | 0 | 9 | 120 | 64 | 2D |
| Octal | 270 | 0 | 347 | 24 | 144 | 0 | 11 | 440 | 144 | 55 |
| Binary | 10111000 | 0 | 11100111 | 10100 | 1100100 | 0 | 1001 | 100100000 | 1100100 | 101101 |
Color Harmonies of #B800E7
Complementary color
Monochromatic Colors of #B800E7
Black with #B800E7
Text Example
Text Example
White with #B800E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B800E7; }
p { color: rgb(184,0,231); }
H1.HeaderClassName
{
color: #B800E7;
}
.AnyTagClassName
{
color: #B800E7;
}
</style>
background-color css
<style>
a { background-color: #B800E7; }
a { background-color: rgb(184,0,231); }
div.DivClassName
{
background-color: #B800E7;
}
.BgClassName
{
background-color: #B800E7;
}
</style>
border-color css
<style>
span { border-color: #B800E7; }
span { border-color: rgb(184,0,231); }
td.TdClassName
{
border-color: #B800E7;
}
.TagClassName
{
border-color: #B800E7;
}
</style>