Shades of Electric Purple #B805E5
Tints of Electric Purple #B805E5
RGB
CMYK
RGB Variations
Color information
#B805E5 (or 0xB805E5) is known color: Electric Purple. HEX triplet: B8, 05 and E5. RGB value is (184,5,229). Sum of RGB (Red+Green+Blue) = 184+5+229=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 5 (2.34% from 255 or 1.20% from 418); Blue value is 229 (89.84% from 255 or 54.78% from 418); Max value from RGB is 229 - color contains mainly: blue. Hex color #B805E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B805E5 is #47FA1A. Grayscale: #535353. Windows color (decimal): -4717083 or 15009208. OLE color: 15009208.
HSL color Cylindrical-coordinate representation of color #B805E5: hue angle of 287.95º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B805E5 is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 184 | 5 | 229 | - |
| CMYK | 0.20 | 0.98 | 0 | 0.10 |
| HSL | 287.95º | 0.96% | 0.46% | - |
| HSV(B) | 287.95º | 0.98% | 0.9% | - |
| XYZ | 33.96 | 15.96 | 75.42 | - |
| YUV | 84.06 | 209.8 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 5 | 229 | 0.20 | 0.98 | 0 | 0.10 | 287.95 | 0.96 | 0.46 |
| Hex | B8 | 5 | E5 | 14 | 62 | 0 | A | 120 | 60 | 2E |
| Octal | 270 | 5 | 345 | 24 | 142 | 0 | 12 | 440 | 140 | 56 |
| Binary | 10111000 | 101 | 11100101 | 10100 | 1100010 | 0 | 1010 | 100100000 | 1100000 | 101110 |
Color Harmonies of #B805E5
Complementary color
Monochromatic Colors of #B805E5
Black with #B805E5
Text Example
Text Example
White with #B805E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B805E5; }
p { color: rgb(184,5,229); }
H1.HeaderClassName
{
color: #B805E5;
}
.AnyTagClassName
{
color: #B805E5;
}
</style>
background-color css
<style>
a { background-color: #B805E5; }
a { background-color: rgb(184,5,229); }
div.DivClassName
{
background-color: #B805E5;
}
.BgClassName
{
background-color: #B805E5;
}
</style>
border-color css
<style>
span { border-color: #B805E5; }
span { border-color: rgb(184,5,229); }
td.TdClassName
{
border-color: #B805E5;
}
.TagClassName
{
border-color: #B805E5;
}
</style>