Shades of Electric Purple #B202FE
Tints of Electric Purple #B202FE
RGB
CMYK
RGB Variations
Color information
#B202FE (or 0xB202FE) is known color: Electric Purple. HEX triplet: B2, 02 and FE. RGB value is (178,2,254). Sum of RGB (Red+Green+Blue) = 178+2+254=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 2 (1.17% from 255 or 0.46% from 434); Blue value is 254 (99.61% from 255 or 58.53% from 434); Max value from RGB is 254 - color contains mainly: blue. Hex color #B202FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B202FE is #4DFD01. Grayscale: #525252. Windows color (decimal): -5111042 or 16646834. OLE color: 16646834.
HSL color Cylindrical-coordinate representation of color #B202FE: hue angle of 281.9º 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 #B202FE is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 2 | 254 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.00 |
| HSL | 281.9º | 0.99% | 0.5% | - |
| HSV(B) | 281.9º | 0.99% | 1% | - |
| XYZ | 36.27 | 16.66 | 95.07 | - |
| YUV | 83.35 | 224.31 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 2 | 254 | 0.30 | 0.99 | 0 | 0.00 | 281.9 | 0.99 | 0.5 |
| Hex | B2 | 2 | FE | 1E | 63 | 0 | 0 | 11A | 63 | 32 |
| Octal | 262 | 2 | 376 | 36 | 143 | 0 | 0 | 432 | 143 | 62 |
| Binary | 10110010 | 10 | 11111110 | 11110 | 1100011 | 0 | 0 | 100011010 | 1100011 | 110010 |
Color Harmonies of #B202FE
Complementary color
Monochromatic Colors of #B202FE
Black with #B202FE
Text Example
Text Example
White with #B202FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B202FE; }
p { color: rgb(178,2,254); }
H1.HeaderClassName
{
color: #B202FE;
}
.AnyTagClassName
{
color: #B202FE;
}
</style>
background-color css
<style>
a { background-color: #B202FE; }
a { background-color: rgb(178,2,254); }
div.DivClassName
{
background-color: #B202FE;
}
.BgClassName
{
background-color: #B202FE;
}
</style>
border-color css
<style>
span { border-color: #B202FE; }
span { border-color: rgb(178,2,254); }
td.TdClassName
{
border-color: #B202FE;
}
.TagClassName
{
border-color: #B202FE;
}
</style>