Shades of Electric Purple #B02BFE
Tints of Electric Purple #B02BFE
RGB
CMYK
RGB Variations
Color information
#B02BFE (or 0xB02BFE) is known color: Electric Purple. HEX triplet: B0, 2B and FE. RGB value is (176,43,254). Sum of RGB (Red+Green+Blue) = 176+43+254=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 43 (17.19% from 255 or 9.09% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #B02BFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B02BFE is #4FD401. Grayscale: #6A6A6A. Windows color (decimal): -5231618 or 16657328. OLE color: 16657328.
HSL color Cylindrical-coordinate representation of color #B02BFE: hue angle of 277.82º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B02BFE is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 43 | 254 | - |
| CMYK | 0.31 | 0.83 | 0 | 0.00 |
| HSL | 277.82º | 0.99% | 0.58% | - |
| HSV(B) | 277.82º | 0.83% | 1% | - |
| XYZ | 36.66 | 18.11 | 95.33 | - |
| YUV | 106.82 | 211.06 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 43 | 254 | 0.31 | 0.83 | 0 | 0.00 | 277.82 | 0.99 | 0.58 |
| Hex | B0 | 2B | FE | 1F | 53 | 0 | 0 | 116 | 63 | 3A |
| Octal | 260 | 53 | 376 | 37 | 123 | 0 | 0 | 426 | 143 | 72 |
| Binary | 10110000 | 101011 | 11111110 | 11111 | 1010011 | 0 | 0 | 100010110 | 1100011 | 111010 |
Color Harmonies of #B02BFE
Complementary color
Monochromatic Colors of #B02BFE
Black with #B02BFE
Text Example
Text Example
White with #B02BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02BFE; }
p { color: rgb(176,43,254); }
H1.HeaderClassName
{
color: #B02BFE;
}
.AnyTagClassName
{
color: #B02BFE;
}
</style>
background-color css
<style>
a { background-color: #B02BFE; }
a { background-color: rgb(176,43,254); }
div.DivClassName
{
background-color: #B02BFE;
}
.BgClassName
{
background-color: #B02BFE;
}
</style>
border-color css
<style>
span { border-color: #B02BFE; }
span { border-color: rgb(176,43,254); }
td.TdClassName
{
border-color: #B02BFE;
}
.TagClassName
{
border-color: #B02BFE;
}
</style>