Shades of Electric Purple #B80AFE
Tints of Electric Purple #B80AFE
RGB
CMYK
RGB Variations
Color information
#B80AFE (or 0xB80AFE) is known color: Electric Purple. HEX triplet: B8, 0A and FE. RGB value is (184,10,254). Sum of RGB (Red+Green+Blue) = 184+10+254=448 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.07% from 448); Green value is 10 (4.30% from 255 or 2.23% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #B80AFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B80AFE is #47F501. Grayscale: #595959. Windows color (decimal): -4715778 or 16648888. OLE color: 16648888.
HSL color Cylindrical-coordinate representation of color #B80AFE: hue angle of 282.79º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B80AFE is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 10 | 254 | - |
| CMYK | 0.28 | 0.96 | 0 | 0.00 |
| HSL | 282.79º | 0.99% | 0.52% | - |
| HSV(B) | 282.79º | 0.96% | 1% | - |
| XYZ | 37.77 | 17.56 | 95.17 | - |
| YUV | 89.84 | 220.65 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 10 | 254 | 0.28 | 0.96 | 0 | 0.00 | 282.79 | 0.99 | 0.52 |
| Hex | B8 | A | FE | 1C | 60 | 0 | 0 | 11B | 63 | 34 |
| Octal | 270 | 12 | 376 | 34 | 140 | 0 | 0 | 433 | 143 | 64 |
| Binary | 10111000 | 1010 | 11111110 | 11100 | 1100000 | 0 | 0 | 100011011 | 1100011 | 110100 |
Color Harmonies of #B80AFE
Complementary color
Monochromatic Colors of #B80AFE
Black with #B80AFE
Text Example
Text Example
White with #B80AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80AFE; }
p { color: rgb(184,10,254); }
H1.HeaderClassName
{
color: #B80AFE;
}
.AnyTagClassName
{
color: #B80AFE;
}
</style>
background-color css
<style>
a { background-color: #B80AFE; }
a { background-color: rgb(184,10,254); }
div.DivClassName
{
background-color: #B80AFE;
}
.BgClassName
{
background-color: #B80AFE;
}
</style>
border-color css
<style>
span { border-color: #B80AFE; }
span { border-color: rgb(184,10,254); }
td.TdClassName
{
border-color: #B80AFE;
}
.TagClassName
{
border-color: #B80AFE;
}
</style>