Shades of Electric Purple #B42AFE
Tints of Electric Purple #B42AFE
RGB
CMYK
RGB Variations
Color information
#B42AFE (or 0xB42AFE) is known color: Electric Purple. HEX triplet: B4, 2A and FE. RGB value is (180,42,254). Sum of RGB (Red+Green+Blue) = 180+42+254=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 42 (16.80% from 255 or 8.82% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #B42AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B42AFE is #4BD501. Grayscale: #6A6A6A. Windows color (decimal): -4969730 or 16657076. OLE color: 16657076.
HSL color Cylindrical-coordinate representation of color #B42AFE: hue angle of 279.06º 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 #B42AFE is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 180 | 42 | 254 | - |
| CMYK | 0.29 | 0.83 | 0 | 0.00 |
| HSL | 279.06º | 0.99% | 0.58% | - |
| HSV(B) | 279.06º | 0.83% | 1% | - |
| XYZ | 37.54 | 18.51 | 95.36 | - |
| YUV | 107.43 | 210.72 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 42 | 254 | 0.29 | 0.83 | 0 | 0.00 | 279.06 | 0.99 | 0.58 |
| Hex | B4 | 2A | FE | 1D | 53 | 0 | 0 | 117 | 63 | 3A |
| Octal | 264 | 52 | 376 | 35 | 123 | 0 | 0 | 427 | 143 | 72 |
| Binary | 10110100 | 101010 | 11111110 | 11101 | 1010011 | 0 | 0 | 100010111 | 1100011 | 111010 |
Color Harmonies of #B42AFE
Complementary color
Monochromatic Colors of #B42AFE
Black with #B42AFE
Text Example
Text Example
White with #B42AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42AFE; }
p { color: rgb(180,42,254); }
H1.HeaderClassName
{
color: #B42AFE;
}
.AnyTagClassName
{
color: #B42AFE;
}
</style>
background-color css
<style>
a { background-color: #B42AFE; }
a { background-color: rgb(180,42,254); }
div.DivClassName
{
background-color: #B42AFE;
}
.BgClassName
{
background-color: #B42AFE;
}
</style>
border-color css
<style>
span { border-color: #B42AFE; }
span { border-color: rgb(180,42,254); }
td.TdClassName
{
border-color: #B42AFE;
}
.TagClassName
{
border-color: #B42AFE;
}
</style>