Shades of Electric Purple #B424FE
Tints of Electric Purple #B424FE
RGB
CMYK
RGB Variations
Color information
#B424FE (or 0xB424FE) is known color: Electric Purple. HEX triplet: B4, 24 and FE. RGB value is (180,36,254). Sum of RGB (Red+Green+Blue) = 180+36+254=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 36 (14.45% from 255 or 7.66% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #B424FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B424FE is #4BDB01. Grayscale: #676767. Windows color (decimal): -4971266 or 16655540. OLE color: 16655540.
HSL color Cylindrical-coordinate representation of color #B424FE: hue angle of 279.63º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B424FE is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 180 | 36 | 254 | - |
| CMYK | 0.29 | 0.86 | 0 | 0.00 |
| HSL | 279.63º | 0.99% | 0.57% | - |
| HSV(B) | 279.63º | 0.86% | 1% | - |
| XYZ | 37.34 | 18.12 | 95.3 | - |
| YUV | 103.91 | 212.71 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 36 | 254 | 0.29 | 0.86 | 0 | 0.00 | 279.63 | 0.99 | 0.57 |
| Hex | B4 | 24 | FE | 1D | 56 | 0 | 0 | 118 | 63 | 39 |
| Octal | 264 | 44 | 376 | 35 | 126 | 0 | 0 | 430 | 143 | 71 |
| Binary | 10110100 | 100100 | 11111110 | 11101 | 1010110 | 0 | 0 | 100011000 | 1100011 | 111001 |
Color Harmonies of #B424FE
Complementary color
Monochromatic Colors of #B424FE
Black with #B424FE
Text Example
Text Example
White with #B424FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B424FE; }
p { color: rgb(180,36,254); }
H1.HeaderClassName
{
color: #B424FE;
}
.AnyTagClassName
{
color: #B424FE;
}
</style>
background-color css
<style>
a { background-color: #B424FE; }
a { background-color: rgb(180,36,254); }
div.DivClassName
{
background-color: #B424FE;
}
.BgClassName
{
background-color: #B424FE;
}
</style>
border-color css
<style>
span { border-color: #B424FE; }
span { border-color: rgb(180,36,254); }
td.TdClassName
{
border-color: #B424FE;
}
.TagClassName
{
border-color: #B424FE;
}
</style>