Shades of Electric Purple #B800EC
Tints of Electric Purple #B800EC
RGB
CMYK
RGB Variations
Color information
#B800EC (or 0xB800EC) is known color: Electric Purple. HEX triplet: B8, 00 and EC. RGB value is (184,0,236). Sum of RGB (Red+Green+Blue) = 184+0+236=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 0 (0.39% from 255 or 0% from 420); Blue value is 236 (92.58% from 255 or 56.19% from 420); Max value from RGB is 236 - color contains mainly: blue. Hex color #B800EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B800EC is #47FF13. Grayscale: #515151. Windows color (decimal): -4718356 or 15466680. OLE color: 15466680.
HSL color Cylindrical-coordinate representation of color #B800EC: hue angle of 286.78º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B800EC is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 0 | 236 | - |
| CMYK | 0.22 | 1 | 0 | 0.07 |
| HSL | 286.78º | 1% | 0.46% | - |
| HSV(B) | 286.78º | 1% | 0.93% | - |
| XYZ | 34.91 | 16.25 | 80.65 | - |
| YUV | 81.92 | 214.96 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 236 | 0.22 | 1 | 0 | 0.07 | 286.78 | 1 | 0.46 |
| Hex | B8 | 0 | EC | 16 | 64 | 0 | 7 | 11F | 64 | 2E |
| Octal | 270 | 0 | 354 | 26 | 144 | 0 | 7 | 437 | 144 | 56 |
| Binary | 10111000 | 0 | 11101100 | 10110 | 1100100 | 0 | 111 | 100011111 | 1100100 | 101110 |
Color Harmonies of #B800EC
Complementary color
Monochromatic Colors of #B800EC
Black with #B800EC
Text Example
Text Example
White with #B800EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B800EC; }
p { color: rgb(184,0,236); }
H1.HeaderClassName
{
color: #B800EC;
}
.AnyTagClassName
{
color: #B800EC;
}
</style>
background-color css
<style>
a { background-color: #B800EC; }
a { background-color: rgb(184,0,236); }
div.DivClassName
{
background-color: #B800EC;
}
.BgClassName
{
background-color: #B800EC;
}
</style>
border-color css
<style>
span { border-color: #B800EC; }
span { border-color: rgb(184,0,236); }
td.TdClassName
{
border-color: #B800EC;
}
.TagClassName
{
border-color: #B800EC;
}
</style>