Shades of Electric Purple #B602E5
Tints of Electric Purple #B602E5
RGB
CMYK
RGB Variations
Color information
#B602E5 (or 0xB602E5) is known color: Electric Purple. HEX triplet: B6, 02 and E5. RGB value is (182,2,229). Sum of RGB (Red+Green+Blue) = 182+2+229=413 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.07% from 413); Green value is 2 (1.17% from 255 or 0.48% from 413); Blue value is 229 (89.84% from 255 or 55.45% from 413); Max value from RGB is 229 - color contains mainly: blue. Hex color #B602E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B602E5 is #49FD1A. Grayscale: #505050. Windows color (decimal): -4848923 or 15008438. OLE color: 15008438.
HSL color Cylindrical-coordinate representation of color #B602E5: hue angle of 287.58º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B602E5 is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 182 | 2 | 229 | - |
| CMYK | 0.21 | 0.99 | 0 | 0.10 |
| HSL | 287.58º | 0.98% | 0.45% | - |
| HSV(B) | 287.58º | 0.99% | 0.9% | - |
| XYZ | 33.46 | 15.65 | 75.39 | - |
| YUV | 81.7 | 211.13 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 2 | 229 | 0.21 | 0.99 | 0 | 0.10 | 287.58 | 0.98 | 0.45 |
| Hex | B6 | 2 | E5 | 15 | 63 | 0 | A | 120 | 62 | 2D |
| Octal | 266 | 2 | 345 | 25 | 143 | 0 | 12 | 440 | 142 | 55 |
| Binary | 10110110 | 10 | 11100101 | 10101 | 1100011 | 0 | 1010 | 100100000 | 1100010 | 101101 |
Color Harmonies of #B602E5
Complementary color
Monochromatic Colors of #B602E5
Black with #B602E5
Text Example
Text Example
White with #B602E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B602E5; }
p { color: rgb(182,2,229); }
H1.HeaderClassName
{
color: #B602E5;
}
.AnyTagClassName
{
color: #B602E5;
}
</style>
background-color css
<style>
a { background-color: #B602E5; }
a { background-color: rgb(182,2,229); }
div.DivClassName
{
background-color: #B602E5;
}
.BgClassName
{
background-color: #B602E5;
}
</style>
border-color css
<style>
span { border-color: #B602E5; }
span { border-color: rgb(182,2,229); }
td.TdClassName
{
border-color: #B602E5;
}
.TagClassName
{
border-color: #B602E5;
}
</style>