Shades of Electric Purple #B803FC
Tints of Electric Purple #B803FC
RGB
CMYK
RGB Variations
Color information
#B803FC (or 0xB803FC) is known color: Electric Purple. HEX triplet: B8, 03 and FC. RGB value is (184,3,252). Sum of RGB (Red+Green+Blue) = 184+3+252=439 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.91% from 439); Green value is 3 (1.56% from 255 or 0.68% from 439); Blue value is 252 (98.83% from 255 or 57.40% from 439); Max value from RGB is 252 - color contains mainly: blue. Hex color #B803FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B803FC is #47FC03. Grayscale: #545454. Windows color (decimal): -4717572 or 16516024. OLE color: 16516024.
HSL color Cylindrical-coordinate representation of color #B803FC: hue angle of 283.61º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B803FC is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 3 | 252 | - |
| CMYK | 0.27 | 0.99 | 0 | 0.01 |
| HSL | 283.61º | 0.98% | 0.5% | - |
| HSV(B) | 283.61º | 0.99% | 0.99% | - |
| XYZ | 37.37 | 17.28 | 93.46 | - |
| YUV | 85.51 | 221.97 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 3 | 252 | 0.27 | 0.99 | 0 | 0.01 | 283.61 | 0.98 | 0.5 |
| Hex | B8 | 3 | FC | 1B | 63 | 0 | 1 | 11C | 62 | 32 |
| Octal | 270 | 3 | 374 | 33 | 143 | 0 | 1 | 434 | 142 | 62 |
| Binary | 10111000 | 11 | 11111100 | 11011 | 1100011 | 0 | 1 | 100011100 | 1100010 | 110010 |
Color Harmonies of #B803FC
Complementary color
Monochromatic Colors of #B803FC
Black with #B803FC
Text Example
Text Example
White with #B803FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B803FC; }
p { color: rgb(184,3,252); }
H1.HeaderClassName
{
color: #B803FC;
}
.AnyTagClassName
{
color: #B803FC;
}
</style>
background-color css
<style>
a { background-color: #B803FC; }
a { background-color: rgb(184,3,252); }
div.DivClassName
{
background-color: #B803FC;
}
.BgClassName
{
background-color: #B803FC;
}
</style>
border-color css
<style>
span { border-color: #B803FC; }
span { border-color: rgb(184,3,252); }
td.TdClassName
{
border-color: #B803FC;
}
.TagClassName
{
border-color: #B803FC;
}
</style>