Shades of Electric Purple #B807E1
Tints of Electric Purple #B807E1
RGB
CMYK
RGB Variations
Color information
#B807E1 (or 0xB807E1) is known color: Electric Purple. HEX triplet: B8, 07 and E1. RGB value is (184,7,225). Sum of RGB (Red+Green+Blue) = 184+7+225=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 7 (3.12% from 255 or 1.68% from 416); Blue value is 225 (88.28% from 255 or 54.09% from 416); Max value from RGB is 225 - color contains mainly: blue. Hex color #B807E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B807E1 is #47F81E. Grayscale: #545454. Windows color (decimal): -4716575 or 14747576. OLE color: 14747576.
HSL color Cylindrical-coordinate representation of color #B807E1: hue angle of 288.72º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B807E1 is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 184 | 7 | 225 | - |
| CMYK | 0.18 | 0.97 | 0 | 0.12 |
| HSL | 288.72º | 0.94% | 0.45% | - |
| HSV(B) | 288.72º | 0.97% | 0.88% | - |
| XYZ | 33.43 | 15.78 | 72.52 | - |
| YUV | 84.78 | 207.14 | 198.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 7 | 225 | 0.18 | 0.97 | 0 | 0.12 | 288.72 | 0.94 | 0.45 |
| Hex | B8 | 7 | E1 | 12 | 61 | 0 | C | 121 | 5E | 2D |
| Octal | 270 | 7 | 341 | 22 | 141 | 0 | 14 | 441 | 136 | 55 |
| Binary | 10111000 | 111 | 11100001 | 10010 | 1100001 | 0 | 1100 | 100100001 | 1011110 | 101101 |
Color Harmonies of #B807E1
Complementary color
Monochromatic Colors of #B807E1
Black with #B807E1
Text Example
Text Example
White with #B807E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B807E1; }
p { color: rgb(184,7,225); }
H1.HeaderClassName
{
color: #B807E1;
}
.AnyTagClassName
{
color: #B807E1;
}
</style>
background-color css
<style>
a { background-color: #B807E1; }
a { background-color: rgb(184,7,225); }
div.DivClassName
{
background-color: #B807E1;
}
.BgClassName
{
background-color: #B807E1;
}
</style>
border-color css
<style>
span { border-color: #B807E1; }
span { border-color: rgb(184,7,225); }
td.TdClassName
{
border-color: #B807E1;
}
.TagClassName
{
border-color: #B807E1;
}
</style>