Shades of Electric Purple #B402FF
Tints of Electric Purple #B402FF
RGB
CMYK
RGB Variations
Color information
#B402FF (or 0xB402FF) is known color: Electric Purple. HEX triplet: B4, 02 and FF. RGB value is (180,2,255). Sum of RGB (Red+Green+Blue) = 180+2+255=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 2 (1.17% from 255 or 0.46% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #B402FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B402FF is #4BFD00. Grayscale: #535353. Windows color (decimal): -4979969 or 16712372. OLE color: 16712372.
HSL color Cylindrical-coordinate representation of color #B402FF: hue angle of 282.21º 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 #B402FF is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 2 | 255 | - |
| CMYK | 0.29 | 0.99 | 0 | 0 |
| HSL | 282.21º | 1% | 0.5% | - |
| HSV(B) | 282.21º | 0.99% | 1% | - |
| XYZ | 36.89 | 16.97 | 95.94 | - |
| YUV | 84.06 | 224.47 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 2 | 255 | 0.29 | 0.99 | 0 | 0 | 282.21 | 1 | 0.5 |
| Hex | B4 | 2 | FF | 1D | 63 | 0 | 0 | 11A | 64 | 32 |
| Octal | 264 | 2 | 377 | 35 | 143 | 0 | 0 | 432 | 144 | 62 |
| Binary | 10110100 | 10 | 11111111 | 11101 | 1100011 | 0 | 0 | 100011010 | 1100100 | 110010 |
Color Harmonies of #B402FF
Complementary color
Monochromatic Colors of #B402FF
Black with #B402FF
Text Example
Text Example
White with #B402FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B402FF; }
p { color: rgb(180,2,255); }
H1.HeaderClassName
{
color: #B402FF;
}
.AnyTagClassName
{
color: #B402FF;
}
</style>
background-color css
<style>
a { background-color: #B402FF; }
a { background-color: rgb(180,2,255); }
div.DivClassName
{
background-color: #B402FF;
}
.BgClassName
{
background-color: #B402FF;
}
</style>
border-color css
<style>
span { border-color: #B402FF; }
span { border-color: rgb(180,2,255); }
td.TdClassName
{
border-color: #B402FF;
}
.TagClassName
{
border-color: #B402FF;
}
</style>