Shades of Electric Purple #B800EF
Tints of Electric Purple #B800EF
RGB
CMYK
RGB Variations
Color information
#B800EF (or 0xB800EF) is known color: Electric Purple. HEX triplet: B8, 00 and EF. RGB value is (184,0,239). Sum of RGB (Red+Green+Blue) = 184+0+239=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 0 (0.39% from 255 or 0% from 423); Blue value is 239 (93.75% from 255 or 56.50% from 423); Max value from RGB is 239 - color contains mainly: blue. Hex color #B800EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B800EF is #47FF10. Grayscale: #515151. Windows color (decimal): -4718353 or 15663288. OLE color: 15663288.
HSL color Cylindrical-coordinate representation of color #B800EF: hue angle of 286.19º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B800EF is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 0 | 239 | - |
| CMYK | 0.23 | 1 | 0 | 0.06 |
| HSL | 286.19º | 1% | 0.47% | - |
| HSV(B) | 286.19º | 1% | 0.94% | - |
| XYZ | 35.35 | 16.42 | 82.97 | - |
| YUV | 82.26 | 216.46 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 239 | 0.23 | 1 | 0 | 0.06 | 286.19 | 1 | 0.47 |
| Hex | B8 | 0 | EF | 17 | 64 | 0 | 6 | 11E | 64 | 2F |
| Octal | 270 | 0 | 357 | 27 | 144 | 0 | 6 | 436 | 144 | 57 |
| Binary | 10111000 | 0 | 11101111 | 10111 | 1100100 | 0 | 110 | 100011110 | 1100100 | 101111 |
Color Harmonies of #B800EF
Complementary color
Monochromatic Colors of #B800EF
Black with #B800EF
Text Example
Text Example
White with #B800EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B800EF; }
p { color: rgb(184,0,239); }
H1.HeaderClassName
{
color: #B800EF;
}
.AnyTagClassName
{
color: #B800EF;
}
</style>
background-color css
<style>
a { background-color: #B800EF; }
a { background-color: rgb(184,0,239); }
div.DivClassName
{
background-color: #B800EF;
}
.BgClassName
{
background-color: #B800EF;
}
</style>
border-color css
<style>
span { border-color: #B800EF; }
span { border-color: rgb(184,0,239); }
td.TdClassName
{
border-color: #B800EF;
}
.TagClassName
{
border-color: #B800EF;
}
</style>