Shades of Electric Purple #B80CFA
Tints of Electric Purple #B80CFA
RGB
CMYK
RGB Variations
Color information
#B80CFA (or 0xB80CFA) is known color: Electric Purple. HEX triplet: B8, 0C and FA. RGB value is (184,12,250). Sum of RGB (Red+Green+Blue) = 184+12+250=446 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.26% from 446); Green value is 12 (5.08% from 255 or 2.69% from 446); Blue value is 250 (98.05% from 255 or 56.05% from 446); Max value from RGB is 250 - color contains mainly: blue. Hex color #B80CFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B80CFA is #47F305. Grayscale: #595959. Windows color (decimal): -4715270 or 16387256. OLE color: 16387256.
HSL color Cylindrical-coordinate representation of color #B80CFA: hue angle of 283.36º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B80CFA is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 12 | 250 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.02 |
| HSL | 283.36º | 0.96% | 0.51% | - |
| HSV(B) | 283.36º | 0.95% | 0.98% | - |
| XYZ | 37.15 | 17.36 | 91.83 | - |
| YUV | 90.56 | 217.98 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 12 | 250 | 0.26 | 0.95 | 0 | 0.02 | 283.36 | 0.96 | 0.51 |
| Hex | B8 | C | FA | 1A | 5F | 0 | 2 | 11B | 60 | 33 |
| Octal | 270 | 14 | 372 | 32 | 137 | 0 | 2 | 433 | 140 | 63 |
| Binary | 10111000 | 1100 | 11111010 | 11010 | 1011111 | 0 | 10 | 100011011 | 1100000 | 110011 |
Color Harmonies of #B80CFA
Complementary color
Monochromatic Colors of #B80CFA
Black with #B80CFA
Text Example
Text Example
White with #B80CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80CFA; }
p { color: rgb(184,12,250); }
H1.HeaderClassName
{
color: #B80CFA;
}
.AnyTagClassName
{
color: #B80CFA;
}
</style>
background-color css
<style>
a { background-color: #B80CFA; }
a { background-color: rgb(184,12,250); }
div.DivClassName
{
background-color: #B80CFA;
}
.BgClassName
{
background-color: #B80CFA;
}
</style>
border-color css
<style>
span { border-color: #B80CFA; }
span { border-color: rgb(184,12,250); }
td.TdClassName
{
border-color: #B80CFA;
}
.TagClassName
{
border-color: #B80CFA;
}
</style>