Shades of Electric Purple #B602FF
Tints of Electric Purple #B602FF
RGB
CMYK
RGB Variations
Color information
#B602FF (or 0xB602FF) is known color: Electric Purple. HEX triplet: B6, 02 and FF. RGB value is (182,2,255). Sum of RGB (Red+Green+Blue) = 182+2+255=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 2 (1.17% from 255 or 0.46% from 439); Blue value is 255 (100% from 255 or 58.09% from 439); Max value from RGB is 255 - color contains mainly: blue. Hex color #B602FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B602FF is #49FD00. Grayscale: #535353. Windows color (decimal): -4848897 or 16712374. OLE color: 16712374.
HSL color Cylindrical-coordinate representation of color #B602FF: hue angle of 282.69º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B602FF is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 2 | 255 | - |
| CMYK | 0.29 | 0.99 | 0 | 0 |
| HSL | 282.69º | 1% | 0.5% | - |
| HSV(B) | 282.69º | 0.99% | 1% | - |
| XYZ | 37.36 | 17.21 | 95.96 | - |
| YUV | 84.66 | 224.13 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 2 | 255 | 0.29 | 0.99 | 0 | 0 | 282.69 | 1 | 0.5 |
| Hex | B6 | 2 | FF | 1D | 63 | 0 | 0 | 11B | 64 | 32 |
| Octal | 266 | 2 | 377 | 35 | 143 | 0 | 0 | 433 | 144 | 62 |
| Binary | 10110110 | 10 | 11111111 | 11101 | 1100011 | 0 | 0 | 100011011 | 1100100 | 110010 |
Color Harmonies of #B602FF
Complementary color
Monochromatic Colors of #B602FF
Black with #B602FF
Text Example
Text Example
White with #B602FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B602FF; }
p { color: rgb(182,2,255); }
H1.HeaderClassName
{
color: #B602FF;
}
.AnyTagClassName
{
color: #B602FF;
}
</style>
background-color css
<style>
a { background-color: #B602FF; }
a { background-color: rgb(182,2,255); }
div.DivClassName
{
background-color: #B602FF;
}
.BgClassName
{
background-color: #B602FF;
}
</style>
border-color css
<style>
span { border-color: #B602FF; }
span { border-color: rgb(182,2,255); }
td.TdClassName
{
border-color: #B602FF;
}
.TagClassName
{
border-color: #B602FF;
}
</style>