Shades of Electric Purple #B602F1
Tints of Electric Purple #B602F1
RGB
CMYK
RGB Variations
Color information
#B602F1 (or 0xB602F1) is known color: Electric Purple. HEX triplet: B6, 02 and F1. RGB value is (182,2,241). Sum of RGB (Red+Green+Blue) = 182+2+241=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 2 (1.17% from 255 or 0.47% from 425); Blue value is 241 (94.53% from 255 or 56.71% from 425); Max value from RGB is 241 - color contains mainly: blue. Hex color #B602F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B602F1 is #49FD0E. Grayscale: #525252. Windows color (decimal): -4848911 or 15794870. OLE color: 15794870.
HSL color Cylindrical-coordinate representation of color #B602F1: hue angle of 285.19º 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 #B602F1 is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 182 | 2 | 241 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.05 |
| HSL | 285.19º | 0.98% | 0.48% | - |
| HSV(B) | 285.19º | 0.99% | 0.95% | - |
| XYZ | 35.19 | 16.34 | 84.52 | - |
| YUV | 83.07 | 217.13 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 2 | 241 | 0.24 | 0.99 | 0 | 0.05 | 285.19 | 0.98 | 0.48 |
| Hex | B6 | 2 | F1 | 18 | 63 | 0 | 5 | 11D | 62 | 30 |
| Octal | 266 | 2 | 361 | 30 | 143 | 0 | 5 | 435 | 142 | 60 |
| Binary | 10110110 | 10 | 11110001 | 11000 | 1100011 | 0 | 101 | 100011101 | 1100010 | 110000 |
Color Harmonies of #B602F1
Complementary color
Monochromatic Colors of #B602F1
Black with #B602F1
Text Example
Text Example
White with #B602F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B602F1; }
p { color: rgb(182,2,241); }
H1.HeaderClassName
{
color: #B602F1;
}
.AnyTagClassName
{
color: #B602F1;
}
</style>
background-color css
<style>
a { background-color: #B602F1; }
a { background-color: rgb(182,2,241); }
div.DivClassName
{
background-color: #B602F1;
}
.BgClassName
{
background-color: #B602F1;
}
</style>
border-color css
<style>
span { border-color: #B602F1; }
span { border-color: rgb(182,2,241); }
td.TdClassName
{
border-color: #B602F1;
}
.TagClassName
{
border-color: #B602F1;
}
</style>