Shades of Electric Purple #B807FA
Tints of Electric Purple #B807FA
RGB
CMYK
RGB Variations
Color information
#B807FA (or 0xB807FA) is known color: Electric Purple. HEX triplet: B8, 07 and FA. RGB value is (184,7,250). Sum of RGB (Red+Green+Blue) = 184+7+250=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 7 (3.12% from 255 or 1.59% from 441); Blue value is 250 (98.05% from 255 or 56.69% from 441); Max value from RGB is 250 - color contains mainly: blue. Hex color #B807FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B807FA is #47F805. Grayscale: #565656. Windows color (decimal): -4716550 or 16385976. OLE color: 16385976.
HSL color Cylindrical-coordinate representation of color #B807FA: hue angle of 283.7º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B807FA is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 7 | 250 | - |
| CMYK | 0.26 | 0.97 | 0 | 0.02 |
| HSL | 283.7º | 0.96% | 0.5% | - |
| HSV(B) | 283.7º | 0.97% | 0.98% | - |
| XYZ | 37.1 | 17.24 | 91.82 | - |
| YUV | 87.63 | 219.64 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 7 | 250 | 0.26 | 0.97 | 0 | 0.02 | 283.7 | 0.96 | 0.5 |
| Hex | B8 | 7 | FA | 1A | 61 | 0 | 2 | 11C | 60 | 32 |
| Octal | 270 | 7 | 372 | 32 | 141 | 0 | 2 | 434 | 140 | 62 |
| Binary | 10111000 | 111 | 11111010 | 11010 | 1100001 | 0 | 10 | 100011100 | 1100000 | 110010 |
Color Harmonies of #B807FA
Complementary color
Monochromatic Colors of #B807FA
Black with #B807FA
Text Example
Text Example
White with #B807FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B807FA; }
p { color: rgb(184,7,250); }
H1.HeaderClassName
{
color: #B807FA;
}
.AnyTagClassName
{
color: #B807FA;
}
</style>
background-color css
<style>
a { background-color: #B807FA; }
a { background-color: rgb(184,7,250); }
div.DivClassName
{
background-color: #B807FA;
}
.BgClassName
{
background-color: #B807FA;
}
</style>
border-color css
<style>
span { border-color: #B807FA; }
span { border-color: rgb(184,7,250); }
td.TdClassName
{
border-color: #B807FA;
}
.TagClassName
{
border-color: #B807FA;
}
</style>