Shades of Electric Purple #B803FA
Tints of Electric Purple #B803FA
RGB
CMYK
RGB Variations
Color information
#B803FA (or 0xB803FA) is known color: Electric Purple. HEX triplet: B8, 03 and FA. RGB value is (184,3,250). Sum of RGB (Red+Green+Blue) = 184+3+250=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 3 (1.56% from 255 or 0.69% from 437); Blue value is 250 (98.05% from 255 or 57.21% from 437); Max value from RGB is 250 - color contains mainly: blue. Hex color #B803FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B803FA is #47FC05. Grayscale: #545454. Windows color (decimal): -4717574 or 16384952. OLE color: 16384952.
HSL color Cylindrical-coordinate representation of color #B803FA: hue angle of 283.97º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B803FA is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 3 | 250 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.02 |
| HSL | 283.97º | 0.98% | 0.5% | - |
| HSV(B) | 283.97º | 0.99% | 0.98% | - |
| XYZ | 37.06 | 17.16 | 91.8 | - |
| YUV | 85.28 | 220.97 | 198.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 3 | 250 | 0.26 | 0.99 | 0 | 0.02 | 283.97 | 0.98 | 0.5 |
| Hex | B8 | 3 | FA | 1A | 63 | 0 | 2 | 11C | 62 | 32 |
| Octal | 270 | 3 | 372 | 32 | 143 | 0 | 2 | 434 | 142 | 62 |
| Binary | 10111000 | 11 | 11111010 | 11010 | 1100011 | 0 | 10 | 100011100 | 1100010 | 110010 |
Color Harmonies of #B803FA
Complementary color
Monochromatic Colors of #B803FA
Black with #B803FA
Text Example
Text Example
White with #B803FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B803FA; }
p { color: rgb(184,3,250); }
H1.HeaderClassName
{
color: #B803FA;
}
.AnyTagClassName
{
color: #B803FA;
}
</style>
background-color css
<style>
a { background-color: #B803FA; }
a { background-color: rgb(184,3,250); }
div.DivClassName
{
background-color: #B803FA;
}
.BgClassName
{
background-color: #B803FA;
}
</style>
border-color css
<style>
span { border-color: #B803FA; }
span { border-color: rgb(184,3,250); }
td.TdClassName
{
border-color: #B803FA;
}
.TagClassName
{
border-color: #B803FA;
}
</style>