Shades of Electric Purple #B800E9
Tints of Electric Purple #B800E9
RGB
CMYK
RGB Variations
Color information
#B800E9 (or 0xB800E9) is known color: Electric Purple. HEX triplet: B8, 00 and E9. RGB value is (184,0,233). Sum of RGB (Red+Green+Blue) = 184+0+233=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 0 (0.39% from 255 or 0% from 417); Blue value is 233 (91.41% from 255 or 55.88% from 417); Max value from RGB is 233 - color contains mainly: blue. Hex color #B800E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B800E9 is #47FF16. Grayscale: #505050. Windows color (decimal): -4718359 or 15270072. OLE color: 15270072.
HSL color Cylindrical-coordinate representation of color #B800E9: hue angle of 287.38º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B800E9 is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 184 | 0 | 233 | - |
| CMYK | 0.21 | 1 | 0 | 0.09 |
| HSL | 287.38º | 1% | 0.46% | - |
| HSV(B) | 287.38º | 1% | 0.91% | - |
| XYZ | 34.48 | 16.07 | 78.38 | - |
| YUV | 81.58 | 213.46 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 233 | 0.21 | 1 | 0 | 0.09 | 287.38 | 1 | 0.46 |
| Hex | B8 | 0 | E9 | 15 | 64 | 0 | 9 | 11F | 64 | 2E |
| Octal | 270 | 0 | 351 | 25 | 144 | 0 | 11 | 437 | 144 | 56 |
| Binary | 10111000 | 0 | 11101001 | 10101 | 1100100 | 0 | 1001 | 100011111 | 1100100 | 101110 |
Color Harmonies of #B800E9
Complementary color
Monochromatic Colors of #B800E9
Black with #B800E9
Text Example
Text Example
White with #B800E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B800E9; }
p { color: rgb(184,0,233); }
H1.HeaderClassName
{
color: #B800E9;
}
.AnyTagClassName
{
color: #B800E9;
}
</style>
background-color css
<style>
a { background-color: #B800E9; }
a { background-color: rgb(184,0,233); }
div.DivClassName
{
background-color: #B800E9;
}
.BgClassName
{
background-color: #B800E9;
}
</style>
border-color css
<style>
span { border-color: #B800E9; }
span { border-color: rgb(184,0,233); }
td.TdClassName
{
border-color: #B800E9;
}
.TagClassName
{
border-color: #B800E9;
}
</style>