Shades of Electric Purple #B80FFA
Tints of Electric Purple #B80FFA
RGB
CMYK
RGB Variations
Color information
#B80FFA (or 0xB80FFA) is known color: Electric Purple. HEX triplet: B8, 0F and FA. RGB value is (184,15,250). Sum of RGB (Red+Green+Blue) = 184+15+250=449 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.98% from 449); Green value is 15 (6.25% from 255 or 3.34% from 449); Blue value is 250 (98.05% from 255 or 55.68% from 449); Max value from RGB is 250 - color contains mainly: blue. Hex color #B80FFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B80FFA is #47F005. Grayscale: #5B5B5B. Windows color (decimal): -4714502 or 16388024. OLE color: 16388024.
HSL color Cylindrical-coordinate representation of color #B80FFA: hue angle of 283.15º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B80FFA is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 15 | 250 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.02 |
| HSL | 283.15º | 0.96% | 0.52% | - |
| HSV(B) | 283.15º | 0.94% | 0.98% | - |
| XYZ | 37.19 | 17.43 | 91.85 | - |
| YUV | 92.32 | 216.99 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 15 | 250 | 0.26 | 0.94 | 0 | 0.02 | 283.15 | 0.96 | 0.52 |
| Hex | B8 | F | FA | 1A | 5E | 0 | 2 | 11B | 60 | 34 |
| Octal | 270 | 17 | 372 | 32 | 136 | 0 | 2 | 433 | 140 | 64 |
| Binary | 10111000 | 1111 | 11111010 | 11010 | 1011110 | 0 | 10 | 100011011 | 1100000 | 110100 |
Color Harmonies of #B80FFA
Complementary color
Monochromatic Colors of #B80FFA
Black with #B80FFA
Text Example
Text Example
White with #B80FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80FFA; }
p { color: rgb(184,15,250); }
H1.HeaderClassName
{
color: #B80FFA;
}
.AnyTagClassName
{
color: #B80FFA;
}
</style>
background-color css
<style>
a { background-color: #B80FFA; }
a { background-color: rgb(184,15,250); }
div.DivClassName
{
background-color: #B80FFA;
}
.BgClassName
{
background-color: #B80FFA;
}
</style>
border-color css
<style>
span { border-color: #B80FFA; }
span { border-color: rgb(184,15,250); }
td.TdClassName
{
border-color: #B80FFA;
}
.TagClassName
{
border-color: #B80FFA;
}
</style>