Shades of Electric Purple #B602EF
Tints of Electric Purple #B602EF
RGB
CMYK
RGB Variations
Color information
#B602EF (or 0xB602EF) is known color: Electric Purple. HEX triplet: B6, 02 and EF. RGB value is (182,2,239). Sum of RGB (Red+Green+Blue) = 182+2+239=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 2 (1.17% from 255 or 0.47% from 423); Blue value is 239 (93.75% from 255 or 56.50% from 423); Max value from RGB is 239 - color contains mainly: blue. Hex color #B602EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B602EF is #49FD10. Grayscale: #525252. Windows color (decimal): -4848913 or 15663798. OLE color: 15663798.
HSL color Cylindrical-coordinate representation of color #B602EF: hue angle of 285.57º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B602EF is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 182 | 2 | 239 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.06 |
| HSL | 285.57º | 0.98% | 0.47% | - |
| HSV(B) | 285.57º | 0.99% | 0.94% | - |
| XYZ | 34.89 | 16.22 | 82.95 | - |
| YUV | 82.84 | 216.13 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 2 | 239 | 0.24 | 0.99 | 0 | 0.06 | 285.57 | 0.98 | 0.47 |
| Hex | B6 | 2 | EF | 18 | 63 | 0 | 6 | 11E | 62 | 2F |
| Octal | 266 | 2 | 357 | 30 | 143 | 0 | 6 | 436 | 142 | 57 |
| Binary | 10110110 | 10 | 11101111 | 11000 | 1100011 | 0 | 110 | 100011110 | 1100010 | 101111 |
Color Harmonies of #B602EF
Complementary color
Monochromatic Colors of #B602EF
Black with #B602EF
Text Example
Text Example
White with #B602EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B602EF; }
p { color: rgb(182,2,239); }
H1.HeaderClassName
{
color: #B602EF;
}
.AnyTagClassName
{
color: #B602EF;
}
</style>
background-color css
<style>
a { background-color: #B602EF; }
a { background-color: rgb(182,2,239); }
div.DivClassName
{
background-color: #B602EF;
}
.BgClassName
{
background-color: #B602EF;
}
</style>
border-color css
<style>
span { border-color: #B602EF; }
span { border-color: rgb(182,2,239); }
td.TdClassName
{
border-color: #B602EF;
}
.TagClassName
{
border-color: #B602EF;
}
</style>