Shades of Electric Purple #B800EB
Tints of Electric Purple #B800EB
RGB
CMYK
RGB Variations
Color information
#B800EB (or 0xB800EB) is known color: Electric Purple. HEX triplet: B8, 00 and EB. RGB value is (184,0,235). Sum of RGB (Red+Green+Blue) = 184+0+235=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 0 (0.39% from 255 or 0% from 419); Blue value is 235 (92.19% from 255 or 56.09% from 419); Max value from RGB is 235 - color contains mainly: blue. Hex color #B800EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B800EB is #47FF14. Grayscale: #515151. Windows color (decimal): -4718357 or 15401144. OLE color: 15401144.
HSL color Cylindrical-coordinate representation of color #B800EB: hue angle of 286.98º 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 #B800EB is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 184 | 0 | 235 | - |
| CMYK | 0.22 | 1 | 0 | 0.08 |
| HSL | 286.98º | 1% | 0.46% | - |
| HSV(B) | 286.98º | 1% | 0.92% | - |
| XYZ | 34.76 | 16.19 | 79.89 | - |
| YUV | 81.81 | 214.46 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 235 | 0.22 | 1 | 0 | 0.08 | 286.98 | 1 | 0.46 |
| Hex | B8 | 0 | EB | 16 | 64 | 0 | 8 | 11F | 64 | 2E |
| Octal | 270 | 0 | 353 | 26 | 144 | 0 | 10 | 437 | 144 | 56 |
| Binary | 10111000 | 0 | 11101011 | 10110 | 1100100 | 0 | 1000 | 100011111 | 1100100 | 101110 |
Color Harmonies of #B800EB
Complementary color
Monochromatic Colors of #B800EB
Black with #B800EB
Text Example
Text Example
White with #B800EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B800EB; }
p { color: rgb(184,0,235); }
H1.HeaderClassName
{
color: #B800EB;
}
.AnyTagClassName
{
color: #B800EB;
}
</style>
background-color css
<style>
a { background-color: #B800EB; }
a { background-color: rgb(184,0,235); }
div.DivClassName
{
background-color: #B800EB;
}
.BgClassName
{
background-color: #B800EB;
}
</style>
border-color css
<style>
span { border-color: #B800EB; }
span { border-color: rgb(184,0,235); }
td.TdClassName
{
border-color: #B800EB;
}
.TagClassName
{
border-color: #B800EB;
}
</style>