Shades of Electric Purple #B800ED
Tints of Electric Purple #B800ED
RGB
CMYK
RGB Variations
Color information
#B800ED (or 0xB800ED) is known color: Electric Purple. HEX triplet: B8, 00 and ED. RGB value is (184,0,237). Sum of RGB (Red+Green+Blue) = 184+0+237=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 0 (0.39% from 255 or 0% from 421); Blue value is 237 (92.97% from 255 or 56.29% from 421); Max value from RGB is 237 - color contains mainly: blue. Hex color #B800ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B800ED is #47FF12. Grayscale: #515151. Windows color (decimal): -4718355 or 15532216. OLE color: 15532216.
HSL color Cylindrical-coordinate representation of color #B800ED: hue angle of 286.58º 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 #B800ED is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 0 | 237 | - |
| CMYK | 0.22 | 1 | 0 | 0.07 |
| HSL | 286.58º | 1% | 0.46% | - |
| HSV(B) | 286.58º | 1% | 0.93% | - |
| XYZ | 35.05 | 16.3 | 81.42 | - |
| YUV | 82.03 | 215.46 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 237 | 0.22 | 1 | 0 | 0.07 | 286.58 | 1 | 0.46 |
| Hex | B8 | 0 | ED | 16 | 64 | 0 | 7 | 11F | 64 | 2E |
| Octal | 270 | 0 | 355 | 26 | 144 | 0 | 7 | 437 | 144 | 56 |
| Binary | 10111000 | 0 | 11101101 | 10110 | 1100100 | 0 | 111 | 100011111 | 1100100 | 101110 |
Color Harmonies of #B800ED
Complementary color
Monochromatic Colors of #B800ED
Black with #B800ED
Text Example
Text Example
White with #B800ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B800ED; }
p { color: rgb(184,0,237); }
H1.HeaderClassName
{
color: #B800ED;
}
.AnyTagClassName
{
color: #B800ED;
}
</style>
background-color css
<style>
a { background-color: #B800ED; }
a { background-color: rgb(184,0,237); }
div.DivClassName
{
background-color: #B800ED;
}
.BgClassName
{
background-color: #B800ED;
}
</style>
border-color css
<style>
span { border-color: #B800ED; }
span { border-color: rgb(184,0,237); }
td.TdClassName
{
border-color: #B800ED;
}
.TagClassName
{
border-color: #B800ED;
}
</style>