Shades of Electric Purple #B800EA
Tints of Electric Purple #B800EA
RGB
CMYK
RGB Variations
Color information
#B800EA (or 0xB800EA) is known color: Electric Purple. HEX triplet: B8, 00 and EA. RGB value is (184,0,234). Sum of RGB (Red+Green+Blue) = 184+0+234=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 0 (0.39% from 255 or 0% from 418); Blue value is 234 (91.80% from 255 or 55.98% from 418); Max value from RGB is 234 - color contains mainly: blue. Hex color #B800EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B800EA is #47FF15. Grayscale: #505050. Windows color (decimal): -4718358 or 15335608. OLE color: 15335608.
HSL color Cylindrical-coordinate representation of color #B800EA: hue angle of 287.18º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B800EA is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 184 | 0 | 234 | - |
| CMYK | 0.21 | 1 | 0 | 0.08 |
| HSL | 287.18º | 1% | 0.46% | - |
| HSV(B) | 287.18º | 1% | 0.92% | - |
| XYZ | 34.62 | 16.13 | 79.13 | - |
| YUV | 81.69 | 213.96 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 234 | 0.21 | 1 | 0 | 0.08 | 287.18 | 1 | 0.46 |
| Hex | B8 | 0 | EA | 15 | 64 | 0 | 8 | 11F | 64 | 2E |
| Octal | 270 | 0 | 352 | 25 | 144 | 0 | 10 | 437 | 144 | 56 |
| Binary | 10111000 | 0 | 11101010 | 10101 | 1100100 | 0 | 1000 | 100011111 | 1100100 | 101110 |
Color Harmonies of #B800EA
Complementary color
Monochromatic Colors of #B800EA
Black with #B800EA
Text Example
Text Example
White with #B800EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B800EA; }
p { color: rgb(184,0,234); }
H1.HeaderClassName
{
color: #B800EA;
}
.AnyTagClassName
{
color: #B800EA;
}
</style>
background-color css
<style>
a { background-color: #B800EA; }
a { background-color: rgb(184,0,234); }
div.DivClassName
{
background-color: #B800EA;
}
.BgClassName
{
background-color: #B800EA;
}
</style>
border-color css
<style>
span { border-color: #B800EA; }
span { border-color: rgb(184,0,234); }
td.TdClassName
{
border-color: #B800EA;
}
.TagClassName
{
border-color: #B800EA;
}
</style>