Shades of Electric Purple #B803ED
Tints of Electric Purple #B803ED
RGB
CMYK
RGB Variations
Color information
#B803ED (or 0xB803ED) is known color: Electric Purple. HEX triplet: B8, 03 and ED. RGB value is (184,3,237). Sum of RGB (Red+Green+Blue) = 184+3+237=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 3 (1.56% from 255 or 0.71% from 424); Blue value is 237 (92.97% from 255 or 55.90% from 424); Max value from RGB is 237 - color contains mainly: blue. Hex color #B803ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B803ED is #47FC12. Grayscale: #535353. Windows color (decimal): -4717587 or 15532984. OLE color: 15532984.
HSL color Cylindrical-coordinate representation of color #B803ED: hue angle of 286.41º degrees, saturation: 0.98, 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 #B803ED is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 3 | 237 | - |
| CMYK | 0.22 | 0.99 | 0 | 0.07 |
| HSL | 286.41º | 0.98% | 0.47% | - |
| HSV(B) | 286.41º | 0.99% | 0.93% | - |
| XYZ | 35.09 | 16.37 | 81.43 | - |
| YUV | 83.8 | 214.47 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 3 | 237 | 0.22 | 0.99 | 0 | 0.07 | 286.41 | 0.98 | 0.47 |
| Hex | B8 | 3 | ED | 16 | 63 | 0 | 7 | 11E | 62 | 2F |
| Octal | 270 | 3 | 355 | 26 | 143 | 0 | 7 | 436 | 142 | 57 |
| Binary | 10111000 | 11 | 11101101 | 10110 | 1100011 | 0 | 111 | 100011110 | 1100010 | 101111 |
Color Harmonies of #B803ED
Complementary color
Monochromatic Colors of #B803ED
Black with #B803ED
Text Example
Text Example
White with #B803ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B803ED; }
p { color: rgb(184,3,237); }
H1.HeaderClassName
{
color: #B803ED;
}
.AnyTagClassName
{
color: #B803ED;
}
</style>
background-color css
<style>
a { background-color: #B803ED; }
a { background-color: rgb(184,3,237); }
div.DivClassName
{
background-color: #B803ED;
}
.BgClassName
{
background-color: #B803ED;
}
</style>
border-color css
<style>
span { border-color: #B803ED; }
span { border-color: rgb(184,3,237); }
td.TdClassName
{
border-color: #B803ED;
}
.TagClassName
{
border-color: #B803ED;
}
</style>