Shades of Electric Purple #B002FE
Tints of Electric Purple #B002FE
RGB
CMYK
RGB Variations
Color information
#B002FE (or 0xB002FE) is known color: Electric Purple. HEX triplet: B0, 02 and FE. RGB value is (176,2,254). Sum of RGB (Red+Green+Blue) = 176+2+254=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 2 (1.17% from 255 or 0.46% from 432); Blue value is 254 (99.61% from 255 or 58.80% from 432); Max value from RGB is 254 - color contains mainly: blue. Hex color #B002FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B002FE is #4FFD01. Grayscale: #515151. Windows color (decimal): -5242114 or 16646832. OLE color: 16646832.
HSL color Cylindrical-coordinate representation of color #B002FE: hue angle of 281.43º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B002FE is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 2 | 254 | - |
| CMYK | 0.31 | 0.99 | 0 | 0.00 |
| HSL | 281.43º | 0.99% | 0.5% | - |
| HSV(B) | 281.43º | 0.99% | 1% | - |
| XYZ | 35.82 | 16.43 | 95.05 | - |
| YUV | 82.75 | 224.65 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 2 | 254 | 0.31 | 0.99 | 0 | 0.00 | 281.43 | 0.99 | 0.5 |
| Hex | B0 | 2 | FE | 1F | 63 | 0 | 0 | 119 | 63 | 32 |
| Octal | 260 | 2 | 376 | 37 | 143 | 0 | 0 | 431 | 143 | 62 |
| Binary | 10110000 | 10 | 11111110 | 11111 | 1100011 | 0 | 0 | 100011001 | 1100011 | 110010 |
Color Harmonies of #B002FE
Complementary color
Monochromatic Colors of #B002FE
Black with #B002FE
Text Example
Text Example
White with #B002FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B002FE; }
p { color: rgb(176,2,254); }
H1.HeaderClassName
{
color: #B002FE;
}
.AnyTagClassName
{
color: #B002FE;
}
</style>
background-color css
<style>
a { background-color: #B002FE; }
a { background-color: rgb(176,2,254); }
div.DivClassName
{
background-color: #B002FE;
}
.BgClassName
{
background-color: #B002FE;
}
</style>
border-color css
<style>
span { border-color: #B002FE; }
span { border-color: rgb(176,2,254); }
td.TdClassName
{
border-color: #B002FE;
}
.TagClassName
{
border-color: #B002FE;
}
</style>