Shades of Electric Purple #B807E7
Tints of Electric Purple #B807E7
RGB
CMYK
RGB Variations
Color information
#B807E7 (or 0xB807E7) is known color: Electric Purple. HEX triplet: B8, 07 and E7. RGB value is (184,7,231). Sum of RGB (Red+Green+Blue) = 184+7+231=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 7 (3.12% from 255 or 1.66% from 422); Blue value is 231 (90.62% from 255 or 54.74% from 422); Max value from RGB is 231 - color contains mainly: blue. Hex color #B807E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B807E7 is #47F818. Grayscale: #545454. Windows color (decimal): -4716569 or 15140792. OLE color: 15140792.
HSL color Cylindrical-coordinate representation of color #B807E7: hue angle of 287.41º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B807E7 is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 184 | 7 | 231 | - |
| CMYK | 0.20 | 0.97 | 0 | 0.09 |
| HSL | 287.41º | 0.94% | 0.47% | - |
| HSV(B) | 287.41º | 0.97% | 0.91% | - |
| XYZ | 34.27 | 16.11 | 76.91 | - |
| YUV | 85.46 | 210.14 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 7 | 231 | 0.20 | 0.97 | 0 | 0.09 | 287.41 | 0.94 | 0.47 |
| Hex | B8 | 7 | E7 | 14 | 61 | 0 | 9 | 11F | 5E | 2F |
| Octal | 270 | 7 | 347 | 24 | 141 | 0 | 11 | 437 | 136 | 57 |
| Binary | 10111000 | 111 | 11100111 | 10100 | 1100001 | 0 | 1001 | 100011111 | 1011110 | 101111 |
Color Harmonies of #B807E7
Complementary color
Monochromatic Colors of #B807E7
Black with #B807E7
Text Example
Text Example
White with #B807E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B807E7; }
p { color: rgb(184,7,231); }
H1.HeaderClassName
{
color: #B807E7;
}
.AnyTagClassName
{
color: #B807E7;
}
</style>
background-color css
<style>
a { background-color: #B807E7; }
a { background-color: rgb(184,7,231); }
div.DivClassName
{
background-color: #B807E7;
}
.BgClassName
{
background-color: #B807E7;
}
</style>
border-color css
<style>
span { border-color: #B807E7; }
span { border-color: rgb(184,7,231); }
td.TdClassName
{
border-color: #B807E7;
}
.TagClassName
{
border-color: #B807E7;
}
</style>