Shades of Electric Purple #B302E8
Tints of Electric Purple #B302E8
RGB
CMYK
RGB Variations
Color information
#B302E8 (or 0xB302E8) is known color: Electric Purple. HEX triplet: B3, 02 and E8. RGB value is (179,2,232). Sum of RGB (Red+Green+Blue) = 179+2+232=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 2 (1.17% from 255 or 0.48% from 413); Blue value is 232 (91.02% from 255 or 56.17% from 413); Max value from RGB is 232 - color contains mainly: blue. Hex color #B302E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B302E8 is #4CFD17. Grayscale: #505050. Windows color (decimal): -5045528 or 15205043. OLE color: 15205043.
HSL color Cylindrical-coordinate representation of color #B302E8: hue angle of 286.17º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B302E8 is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 179 | 2 | 232 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.09 |
| HSL | 286.17º | 0.98% | 0.46% | - |
| HSV(B) | 286.17º | 0.99% | 0.91% | - |
| XYZ | 33.18 | 15.45 | 77.58 | - |
| YUV | 81.14 | 213.14 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 2 | 232 | 0.23 | 0.99 | 0 | 0.09 | 286.17 | 0.98 | 0.46 |
| Hex | B3 | 2 | E8 | 17 | 63 | 0 | 9 | 11E | 62 | 2E |
| Octal | 263 | 2 | 350 | 27 | 143 | 0 | 11 | 436 | 142 | 56 |
| Binary | 10110011 | 10 | 11101000 | 10111 | 1100011 | 0 | 1001 | 100011110 | 1100010 | 101110 |
Color Harmonies of #B302E8
Complementary color
Monochromatic Colors of #B302E8
Black with #B302E8
Text Example
Text Example
White with #B302E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B302E8; }
p { color: rgb(179,2,232); }
H1.HeaderClassName
{
color: #B302E8;
}
.AnyTagClassName
{
color: #B302E8;
}
</style>
background-color css
<style>
a { background-color: #B302E8; }
a { background-color: rgb(179,2,232); }
div.DivClassName
{
background-color: #B302E8;
}
.BgClassName
{
background-color: #B302E8;
}
</style>
border-color css
<style>
span { border-color: #B302E8; }
span { border-color: rgb(179,2,232); }
td.TdClassName
{
border-color: #B302E8;
}
.TagClassName
{
border-color: #B302E8;
}
</style>