Shades of Electric Purple #B803EC
Tints of Electric Purple #B803EC
RGB
CMYK
RGB Variations
Color information
#B803EC (or 0xB803EC) is known color: Electric Purple. HEX triplet: B8, 03 and EC. RGB value is (184,3,236). Sum of RGB (Red+Green+Blue) = 184+3+236=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 3 (1.56% from 255 or 0.71% from 423); Blue value is 236 (92.58% from 255 or 55.79% from 423); Max value from RGB is 236 - color contains mainly: blue. Hex color #B803EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B803EC is #47FC13. Grayscale: #525252. Windows color (decimal): -4717588 or 15467448. OLE color: 15467448.
HSL color Cylindrical-coordinate representation of color #B803EC: hue angle of 286.61º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B803EC is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 3 | 236 | - |
| CMYK | 0.22 | 0.99 | 0 | 0.07 |
| HSL | 286.61º | 0.97% | 0.47% | - |
| HSV(B) | 286.61º | 0.99% | 0.93% | - |
| XYZ | 34.94 | 16.31 | 80.66 | - |
| YUV | 83.68 | 213.97 | 199.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 3 | 236 | 0.22 | 0.99 | 0 | 0.07 | 286.61 | 0.97 | 0.47 |
| Hex | B8 | 3 | EC | 16 | 63 | 0 | 7 | 11F | 61 | 2F |
| Octal | 270 | 3 | 354 | 26 | 143 | 0 | 7 | 437 | 141 | 57 |
| Binary | 10111000 | 11 | 11101100 | 10110 | 1100011 | 0 | 111 | 100011111 | 1100001 | 101111 |
Color Harmonies of #B803EC
Complementary color
Monochromatic Colors of #B803EC
Black with #B803EC
Text Example
Text Example
White with #B803EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B803EC; }
p { color: rgb(184,3,236); }
H1.HeaderClassName
{
color: #B803EC;
}
.AnyTagClassName
{
color: #B803EC;
}
</style>
background-color css
<style>
a { background-color: #B803EC; }
a { background-color: rgb(184,3,236); }
div.DivClassName
{
background-color: #B803EC;
}
.BgClassName
{
background-color: #B803EC;
}
</style>
border-color css
<style>
span { border-color: #B803EC; }
span { border-color: rgb(184,3,236); }
td.TdClassName
{
border-color: #B803EC;
}
.TagClassName
{
border-color: #B803EC;
}
</style>