Shades of Electric Purple #B428FE
Tints of Electric Purple #B428FE
RGB
CMYK
RGB Variations
Color information
#B428FE (or 0xB428FE) is known color: Electric Purple. HEX triplet: B4, 28 and FE. RGB value is (180,40,254). Sum of RGB (Red+Green+Blue) = 180+40+254=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 40 (16.02% from 255 or 8.44% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #B428FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B428FE is #4BD701. Grayscale: #696969. Windows color (decimal): -4970242 or 16656564. OLE color: 16656564.
HSL color Cylindrical-coordinate representation of color #B428FE: hue angle of 279.25º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B428FE is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 180 | 40 | 254 | - |
| CMYK | 0.29 | 0.84 | 0 | 0.00 |
| HSL | 279.25º | 0.99% | 0.58% | - |
| HSV(B) | 279.25º | 0.84% | 1% | - |
| XYZ | 37.47 | 18.38 | 95.34 | - |
| YUV | 106.26 | 211.38 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 40 | 254 | 0.29 | 0.84 | 0 | 0.00 | 279.25 | 0.99 | 0.58 |
| Hex | B4 | 28 | FE | 1D | 54 | 0 | 0 | 117 | 63 | 3A |
| Octal | 264 | 50 | 376 | 35 | 124 | 0 | 0 | 427 | 143 | 72 |
| Binary | 10110100 | 101000 | 11111110 | 11101 | 1010100 | 0 | 0 | 100010111 | 1100011 | 111010 |
Color Harmonies of #B428FE
Complementary color
Monochromatic Colors of #B428FE
Black with #B428FE
Text Example
Text Example
White with #B428FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B428FE; }
p { color: rgb(180,40,254); }
H1.HeaderClassName
{
color: #B428FE;
}
.AnyTagClassName
{
color: #B428FE;
}
</style>
background-color css
<style>
a { background-color: #B428FE; }
a { background-color: rgb(180,40,254); }
div.DivClassName
{
background-color: #B428FE;
}
.BgClassName
{
background-color: #B428FE;
}
</style>
border-color css
<style>
span { border-color: #B428FE; }
span { border-color: rgb(180,40,254); }
td.TdClassName
{
border-color: #B428FE;
}
.TagClassName
{
border-color: #B428FE;
}
</style>