Shades of Electric Purple #B303EC
Tints of Electric Purple #B303EC
RGB
CMYK
RGB Variations
Color information
#B303EC (or 0xB303EC) is known color: Electric Purple. HEX triplet: B3, 03 and EC. RGB value is (179,3,236). Sum of RGB (Red+Green+Blue) = 179+3+236=418 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.82% from 418); Green value is 3 (1.56% from 255 or 0.72% from 418); Blue value is 236 (92.58% from 255 or 56.46% from 418); Max value from RGB is 236 - color contains mainly: blue. Hex color #B303EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B303EC is #4CFC13. Grayscale: #515151. Windows color (decimal): -5045268 or 15467443. OLE color: 15467443.
HSL color Cylindrical-coordinate representation of color #B303EC: hue angle of 285.32º 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 #B303EC is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 3 | 236 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.07 |
| HSL | 285.32º | 0.97% | 0.47% | - |
| HSV(B) | 285.32º | 0.99% | 0.93% | - |
| XYZ | 33.76 | 15.7 | 80.61 | - |
| YUV | 82.19 | 214.81 | 197.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 3 | 236 | 0.24 | 0.99 | 0 | 0.07 | 285.32 | 0.97 | 0.47 |
| Hex | B3 | 3 | EC | 18 | 63 | 0 | 7 | 11D | 61 | 2F |
| Octal | 263 | 3 | 354 | 30 | 143 | 0 | 7 | 435 | 141 | 57 |
| Binary | 10110011 | 11 | 11101100 | 11000 | 1100011 | 0 | 111 | 100011101 | 1100001 | 101111 |
Color Harmonies of #B303EC
Complementary color
Monochromatic Colors of #B303EC
Black with #B303EC
Text Example
Text Example
White with #B303EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B303EC; }
p { color: rgb(179,3,236); }
H1.HeaderClassName
{
color: #B303EC;
}
.AnyTagClassName
{
color: #B303EC;
}
</style>
background-color css
<style>
a { background-color: #B303EC; }
a { background-color: rgb(179,3,236); }
div.DivClassName
{
background-color: #B303EC;
}
.BgClassName
{
background-color: #B303EC;
}
</style>
border-color css
<style>
span { border-color: #B303EC; }
span { border-color: rgb(179,3,236); }
td.TdClassName
{
border-color: #B303EC;
}
.TagClassName
{
border-color: #B303EC;
}
</style>