Shades of Electric Purple #B308EC
Tints of Electric Purple #B308EC
RGB
CMYK
RGB Variations
Color information
#B308EC (or 0xB308EC) is known color: Electric Purple. HEX triplet: B3, 08 and EC. RGB value is (179,8,236). Sum of RGB (Red+Green+Blue) = 179+8+236=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 8 (3.52% from 255 or 1.89% 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 #B308EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B308EC is #4CF713. Grayscale: #545454. Windows color (decimal): -5043988 or 15468723. OLE color: 15468723.
HSL color Cylindrical-coordinate representation of color #B308EC: hue angle of 285º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B308EC is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 8 | 236 | - |
| CMYK | 0.24 | 0.97 | 0 | 0.07 |
| HSL | 285º | 0.93% | 0.48% | - |
| HSV(B) | 285º | 0.97% | 0.93% | - |
| XYZ | 33.82 | 15.81 | 80.63 | - |
| YUV | 85.12 | 213.15 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 8 | 236 | 0.24 | 0.97 | 0 | 0.07 | 285 | 0.93 | 0.48 |
| Hex | B3 | 8 | EC | 18 | 61 | 0 | 7 | 11D | 5D | 30 |
| Octal | 263 | 10 | 354 | 30 | 141 | 0 | 7 | 435 | 135 | 60 |
| Binary | 10110011 | 1000 | 11101100 | 11000 | 1100001 | 0 | 111 | 100011101 | 1011101 | 110000 |
Color Harmonies of #B308EC
Complementary color
Monochromatic Colors of #B308EC
Black with #B308EC
Text Example
Text Example
White with #B308EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B308EC; }
p { color: rgb(179,8,236); }
H1.HeaderClassName
{
color: #B308EC;
}
.AnyTagClassName
{
color: #B308EC;
}
</style>
background-color css
<style>
a { background-color: #B308EC; }
a { background-color: rgb(179,8,236); }
div.DivClassName
{
background-color: #B308EC;
}
.BgClassName
{
background-color: #B308EC;
}
</style>
border-color css
<style>
span { border-color: #B308EC; }
span { border-color: rgb(179,8,236); }
td.TdClassName
{
border-color: #B308EC;
}
.TagClassName
{
border-color: #B308EC;
}
</style>