Shades of Electric Purple #B302EE
Tints of Electric Purple #B302EE
RGB
CMYK
RGB Variations
Color information
#B302EE (or 0xB302EE) is known color: Electric Purple. HEX triplet: B3, 02 and EE. RGB value is (179,2,238). Sum of RGB (Red+Green+Blue) = 179+2+238=419 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.72% from 419); Green value is 2 (1.17% from 255 or 0.48% from 419); Blue value is 238 (93.36% from 255 or 56.80% from 419); Max value from RGB is 238 - color contains mainly: blue. Hex color #B302EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B302EE is #4CFD11. Grayscale: #515151. Windows color (decimal): -5045522 or 15598259. OLE color: 15598259.
HSL color Cylindrical-coordinate representation of color #B302EE: hue angle of 285º 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 #B302EE is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 2 | 238 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.07 |
| HSL | 285º | 0.98% | 0.47% | - |
| HSV(B) | 285º | 0.99% | 0.93% | - |
| XYZ | 34.04 | 15.8 | 82.14 | - |
| YUV | 81.83 | 216.14 | 197.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 2 | 238 | 0.25 | 0.99 | 0 | 0.07 | 285 | 0.98 | 0.47 |
| Hex | B3 | 2 | EE | 19 | 63 | 0 | 7 | 11D | 62 | 2F |
| Octal | 263 | 2 | 356 | 31 | 143 | 0 | 7 | 435 | 142 | 57 |
| Binary | 10110011 | 10 | 11101110 | 11001 | 1100011 | 0 | 111 | 100011101 | 1100010 | 101111 |
Color Harmonies of #B302EE
Complementary color
Monochromatic Colors of #B302EE
Black with #B302EE
Text Example
Text Example
White with #B302EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B302EE; }
p { color: rgb(179,2,238); }
H1.HeaderClassName
{
color: #B302EE;
}
.AnyTagClassName
{
color: #B302EE;
}
</style>
background-color css
<style>
a { background-color: #B302EE; }
a { background-color: rgb(179,2,238); }
div.DivClassName
{
background-color: #B302EE;
}
.BgClassName
{
background-color: #B302EE;
}
</style>
border-color css
<style>
span { border-color: #B302EE; }
span { border-color: rgb(179,2,238); }
td.TdClassName
{
border-color: #B302EE;
}
.TagClassName
{
border-color: #B302EE;
}
</style>