Shades of Electric Purple #B80BFF
Tints of Electric Purple #B80BFF
RGB
CMYK
RGB Variations
Color information
#B80BFF (or 0xB80BFF) is known color: Electric Purple. HEX triplet: B8, 0B and FF. RGB value is (184,11,255). Sum of RGB (Red+Green+Blue) = 184+11+255=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 11 (4.69% from 255 or 2.44% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #B80BFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B80BFF is #47F400. Grayscale: #595959. Windows color (decimal): -4715521 or 16714680. OLE color: 16714680.
HSL color Cylindrical-coordinate representation of color #B80BFF: hue angle of 282.54º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B80BFF is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 11 | 255 | - |
| CMYK | 0.28 | 0.96 | 0 | 0 |
| HSL | 282.54º | 1% | 0.52% | - |
| HSV(B) | 282.54º | 0.96% | 1% | - |
| XYZ | 37.94 | 17.65 | 96.01 | - |
| YUV | 90.54 | 220.81 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 11 | 255 | 0.28 | 0.96 | 0 | 0 | 282.54 | 1 | 0.52 |
| Hex | B8 | B | FF | 1C | 60 | 0 | 0 | 11B | 64 | 34 |
| Octal | 270 | 13 | 377 | 34 | 140 | 0 | 0 | 433 | 144 | 64 |
| Binary | 10111000 | 1011 | 11111111 | 11100 | 1100000 | 0 | 0 | 100011011 | 1100100 | 110100 |
Color Harmonies of #B80BFF
Complementary color
Monochromatic Colors of #B80BFF
Black with #B80BFF
Text Example
Text Example
White with #B80BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80BFF; }
p { color: rgb(184,11,255); }
H1.HeaderClassName
{
color: #B80BFF;
}
.AnyTagClassName
{
color: #B80BFF;
}
</style>
background-color css
<style>
a { background-color: #B80BFF; }
a { background-color: rgb(184,11,255); }
div.DivClassName
{
background-color: #B80BFF;
}
.BgClassName
{
background-color: #B80BFF;
}
</style>
border-color css
<style>
span { border-color: #B80BFF; }
span { border-color: rgb(184,11,255); }
td.TdClassName
{
border-color: #B80BFF;
}
.TagClassName
{
border-color: #B80BFF;
}
</style>