Shades of Electric Purple #B80DFA
Tints of Electric Purple #B80DFA
RGB
CMYK
RGB Variations
Color information
#B80DFA (or 0xB80DFA) is known color: Electric Purple. HEX triplet: B8, 0D and FA. RGB value is (184,13,250). Sum of RGB (Red+Green+Blue) = 184+13+250=447 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.16% from 447); Green value is 13 (5.47% from 255 or 2.91% from 447); Blue value is 250 (98.05% from 255 or 55.93% from 447); Max value from RGB is 250 - color contains mainly: blue. Hex color #B80DFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B80DFA is #47F205. Grayscale: #5A5A5A. Windows color (decimal): -4715014 or 16387512. OLE color: 16387512.
HSL color Cylindrical-coordinate representation of color #B80DFA: hue angle of 283.29º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B80DFA is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 13 | 250 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.02 |
| HSL | 283.29º | 0.96% | 0.52% | - |
| HSV(B) | 283.29º | 0.95% | 0.98% | - |
| XYZ | 37.17 | 17.38 | 91.84 | - |
| YUV | 91.15 | 217.65 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 13 | 250 | 0.26 | 0.95 | 0 | 0.02 | 283.29 | 0.96 | 0.52 |
| Hex | B8 | D | FA | 1A | 5F | 0 | 2 | 11B | 60 | 34 |
| Octal | 270 | 15 | 372 | 32 | 137 | 0 | 2 | 433 | 140 | 64 |
| Binary | 10111000 | 1101 | 11111010 | 11010 | 1011111 | 0 | 10 | 100011011 | 1100000 | 110100 |
Color Harmonies of #B80DFA
Complementary color
Monochromatic Colors of #B80DFA
Black with #B80DFA
Text Example
Text Example
White with #B80DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80DFA; }
p { color: rgb(184,13,250); }
H1.HeaderClassName
{
color: #B80DFA;
}
.AnyTagClassName
{
color: #B80DFA;
}
</style>
background-color css
<style>
a { background-color: #B80DFA; }
a { background-color: rgb(184,13,250); }
div.DivClassName
{
background-color: #B80DFA;
}
.BgClassName
{
background-color: #B80DFA;
}
</style>
border-color css
<style>
span { border-color: #B80DFA; }
span { border-color: rgb(184,13,250); }
td.TdClassName
{
border-color: #B80DFA;
}
.TagClassName
{
border-color: #B80DFA;
}
</style>