Shades of Electric Purple #B426FE
Tints of Electric Purple #B426FE
RGB
CMYK
RGB Variations
Color information
#B426FE (or 0xB426FE) is known color: Electric Purple. HEX triplet: B4, 26 and FE. RGB value is (180,38,254). Sum of RGB (Red+Green+Blue) = 180+38+254=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 38 (15.23% from 255 or 8.05% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #B426FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B426FE is #4BD901. Grayscale: #686868. Windows color (decimal): -4970754 or 16656052. OLE color: 16656052.
HSL color Cylindrical-coordinate representation of color #B426FE: hue angle of 279.44º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B426FE is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 180 | 38 | 254 | - |
| CMYK | 0.29 | 0.85 | 0 | 0.00 |
| HSL | 279.44º | 0.99% | 0.57% | - |
| HSV(B) | 279.44º | 0.85% | 1% | - |
| XYZ | 37.4 | 18.25 | 95.32 | - |
| YUV | 105.08 | 212.04 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 38 | 254 | 0.29 | 0.85 | 0 | 0.00 | 279.44 | 0.99 | 0.57 |
| Hex | B4 | 26 | FE | 1D | 55 | 0 | 0 | 117 | 63 | 39 |
| Octal | 264 | 46 | 376 | 35 | 125 | 0 | 0 | 427 | 143 | 71 |
| Binary | 10110100 | 100110 | 11111110 | 11101 | 1010101 | 0 | 0 | 100010111 | 1100011 | 111001 |
Color Harmonies of #B426FE
Complementary color
Monochromatic Colors of #B426FE
Black with #B426FE
Text Example
Text Example
White with #B426FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B426FE; }
p { color: rgb(180,38,254); }
H1.HeaderClassName
{
color: #B426FE;
}
.AnyTagClassName
{
color: #B426FE;
}
</style>
background-color css
<style>
a { background-color: #B426FE; }
a { background-color: rgb(180,38,254); }
div.DivClassName
{
background-color: #B426FE;
}
.BgClassName
{
background-color: #B426FE;
}
</style>
border-color css
<style>
span { border-color: #B426FE; }
span { border-color: rgb(180,38,254); }
td.TdClassName
{
border-color: #B426FE;
}
.TagClassName
{
border-color: #B426FE;
}
</style>