Shades of Electric Purple #B803FE
Tints of Electric Purple #B803FE
RGB
CMYK
RGB Variations
Color information
#B803FE (or 0xB803FE) is known color: Electric Purple. HEX triplet: B8, 03 and FE. RGB value is (184,3,254). Sum of RGB (Red+Green+Blue) = 184+3+254=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 3 (1.56% from 255 or 0.68% from 441); Blue value is 254 (99.61% from 255 or 57.60% from 441); Max value from RGB is 254 - color contains mainly: blue. Hex color #B803FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B803FE is #47FC01. Grayscale: #545454. Windows color (decimal): -4717570 or 16647096. OLE color: 16647096.
HSL color Cylindrical-coordinate representation of color #B803FE: hue angle of 283.27º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B803FE is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 3 | 254 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.00 |
| HSL | 283.27º | 0.99% | 0.5% | - |
| HSV(B) | 283.27º | 0.99% | 1% | - |
| XYZ | 37.69 | 17.41 | 95.14 | - |
| YUV | 85.73 | 222.97 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 3 | 254 | 0.28 | 0.99 | 0 | 0.00 | 283.27 | 0.99 | 0.5 |
| Hex | B8 | 3 | FE | 1C | 63 | 0 | 0 | 11B | 63 | 32 |
| Octal | 270 | 3 | 376 | 34 | 143 | 0 | 0 | 433 | 143 | 62 |
| Binary | 10111000 | 11 | 11111110 | 11100 | 1100011 | 0 | 0 | 100011011 | 1100011 | 110010 |
Color Harmonies of #B803FE
Complementary color
Monochromatic Colors of #B803FE
Black with #B803FE
Text Example
Text Example
White with #B803FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B803FE; }
p { color: rgb(184,3,254); }
H1.HeaderClassName
{
color: #B803FE;
}
.AnyTagClassName
{
color: #B803FE;
}
</style>
background-color css
<style>
a { background-color: #B803FE; }
a { background-color: rgb(184,3,254); }
div.DivClassName
{
background-color: #B803FE;
}
.BgClassName
{
background-color: #B803FE;
}
</style>
border-color css
<style>
span { border-color: #B803FE; }
span { border-color: rgb(184,3,254); }
td.TdClassName
{
border-color: #B803FE;
}
.TagClassName
{
border-color: #B803FE;
}
</style>