Shades of Electric Purple #B807EF
Tints of Electric Purple #B807EF
RGB
CMYK
RGB Variations
Color information
#B807EF (or 0xB807EF) is known color: Electric Purple. HEX triplet: B8, 07 and EF. RGB value is (184,7,239). Sum of RGB (Red+Green+Blue) = 184+7+239=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 7 (3.12% from 255 or 1.63% from 430); Blue value is 239 (93.75% from 255 or 55.58% from 430); Max value from RGB is 239 - color contains mainly: blue. Hex color #B807EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B807EF is #47F810. Grayscale: #555555. Windows color (decimal): -4716561 or 15665080. OLE color: 15665080.
HSL color Cylindrical-coordinate representation of color #B807EF: hue angle of 285.78º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B807EF is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 7 | 239 | - |
| CMYK | 0.23 | 0.97 | 0 | 0.06 |
| HSL | 285.78º | 0.94% | 0.48% | - |
| HSV(B) | 285.78º | 0.97% | 0.94% | - |
| XYZ | 35.42 | 16.57 | 82.99 | - |
| YUV | 86.37 | 214.14 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 7 | 239 | 0.23 | 0.97 | 0 | 0.06 | 285.78 | 0.94 | 0.48 |
| Hex | B8 | 7 | EF | 17 | 61 | 0 | 6 | 11E | 5E | 30 |
| Octal | 270 | 7 | 357 | 27 | 141 | 0 | 6 | 436 | 136 | 60 |
| Binary | 10111000 | 111 | 11101111 | 10111 | 1100001 | 0 | 110 | 100011110 | 1011110 | 110000 |
Color Harmonies of #B807EF
Complementary color
Monochromatic Colors of #B807EF
Black with #B807EF
Text Example
Text Example
White with #B807EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B807EF; }
p { color: rgb(184,7,239); }
H1.HeaderClassName
{
color: #B807EF;
}
.AnyTagClassName
{
color: #B807EF;
}
</style>
background-color css
<style>
a { background-color: #B807EF; }
a { background-color: rgb(184,7,239); }
div.DivClassName
{
background-color: #B807EF;
}
.BgClassName
{
background-color: #B807EF;
}
</style>
border-color css
<style>
span { border-color: #B807EF; }
span { border-color: rgb(184,7,239); }
td.TdClassName
{
border-color: #B807EF;
}
.TagClassName
{
border-color: #B807EF;
}
</style>