Shades of Electric Purple #B602F2
Tints of Electric Purple #B602F2
RGB
CMYK
RGB Variations
Color information
#B602F2 (or 0xB602F2) is known color: Electric Purple. HEX triplet: B6, 02 and F2. RGB value is (182,2,242). Sum of RGB (Red+Green+Blue) = 182+2+242=426 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.72% from 426); Green value is 2 (1.17% from 255 or 0.47% from 426); Blue value is 242 (94.92% from 255 or 56.81% from 426); Max value from RGB is 242 - color contains mainly: blue. Hex color #B602F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B602F2 is #49FD0D. Grayscale: #525252. Windows color (decimal): -4848910 or 15860406. OLE color: 15860406.
HSL color Cylindrical-coordinate representation of color #B602F2: hue angle of 285º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B602F2 is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 182 | 2 | 242 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.05 |
| HSL | 285º | 0.98% | 0.48% | - |
| HSV(B) | 285º | 0.99% | 0.95% | - |
| XYZ | 35.34 | 16.4 | 85.31 | - |
| YUV | 83.18 | 217.63 | 198.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 2 | 242 | 0.25 | 0.99 | 0 | 0.05 | 285 | 0.98 | 0.48 |
| Hex | B6 | 2 | F2 | 19 | 63 | 0 | 5 | 11D | 62 | 30 |
| Octal | 266 | 2 | 362 | 31 | 143 | 0 | 5 | 435 | 142 | 60 |
| Binary | 10110110 | 10 | 11110010 | 11001 | 1100011 | 0 | 101 | 100011101 | 1100010 | 110000 |
Color Harmonies of #B602F2
Complementary color
Monochromatic Colors of #B602F2
Black with #B602F2
Text Example
Text Example
White with #B602F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B602F2; }
p { color: rgb(182,2,242); }
H1.HeaderClassName
{
color: #B602F2;
}
.AnyTagClassName
{
color: #B602F2;
}
</style>
background-color css
<style>
a { background-color: #B602F2; }
a { background-color: rgb(182,2,242); }
div.DivClassName
{
background-color: #B602F2;
}
.BgClassName
{
background-color: #B602F2;
}
</style>
border-color css
<style>
span { border-color: #B602F2; }
span { border-color: rgb(182,2,242); }
td.TdClassName
{
border-color: #B602F2;
}
.TagClassName
{
border-color: #B602F2;
}
</style>