Shades of Electric Purple #B80AFC
Tints of Electric Purple #B80AFC
RGB
CMYK
RGB Variations
Color information
#B80AFC (or 0xB80AFC) is known color: Electric Purple. HEX triplet: B8, 0A and FC. RGB value is (184,10,252). Sum of RGB (Red+Green+Blue) = 184+10+252=446 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.26% from 446); Green value is 10 (4.30% from 255 or 2.24% from 446); Blue value is 252 (98.83% from 255 or 56.50% from 446); Max value from RGB is 252 - color contains mainly: blue. Hex color #B80AFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B80AFC is #47F503. Grayscale: #585858. Windows color (decimal): -4715780 or 16517816. OLE color: 16517816.
HSL color Cylindrical-coordinate representation of color #B80AFC: hue angle of 283.14º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B80AFC is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 10 | 252 | - |
| CMYK | 0.27 | 0.96 | 0 | 0.01 |
| HSL | 283.14º | 0.98% | 0.51% | - |
| HSV(B) | 283.14º | 0.96% | 0.99% | - |
| XYZ | 37.45 | 17.44 | 93.49 | - |
| YUV | 89.61 | 219.65 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 10 | 252 | 0.27 | 0.96 | 0 | 0.01 | 283.14 | 0.98 | 0.51 |
| Hex | B8 | A | FC | 1B | 60 | 0 | 1 | 11B | 62 | 33 |
| Octal | 270 | 12 | 374 | 33 | 140 | 0 | 1 | 433 | 142 | 63 |
| Binary | 10111000 | 1010 | 11111100 | 11011 | 1100000 | 0 | 1 | 100011011 | 1100010 | 110011 |
Color Harmonies of #B80AFC
Complementary color
Monochromatic Colors of #B80AFC
Black with #B80AFC
Text Example
Text Example
White with #B80AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80AFC; }
p { color: rgb(184,10,252); }
H1.HeaderClassName
{
color: #B80AFC;
}
.AnyTagClassName
{
color: #B80AFC;
}
</style>
background-color css
<style>
a { background-color: #B80AFC; }
a { background-color: rgb(184,10,252); }
div.DivClassName
{
background-color: #B80AFC;
}
.BgClassName
{
background-color: #B80AFC;
}
</style>
border-color css
<style>
span { border-color: #B80AFC; }
span { border-color: rgb(184,10,252); }
td.TdClassName
{
border-color: #B80AFC;
}
.TagClassName
{
border-color: #B80AFC;
}
</style>