Shades of Electric Purple #B420FE
Tints of Electric Purple #B420FE
RGB
CMYK
RGB Variations
Color information
#B420FE (or 0xB420FE) is known color: Electric Purple. HEX triplet: B4, 20 and FE. RGB value is (180,32,254). Sum of RGB (Red+Green+Blue) = 180+32+254=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 32 (12.89% from 255 or 6.87% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #B420FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B420FE is #4BDF01. Grayscale: #646464. Windows color (decimal): -4972290 or 16654516. OLE color: 16654516.
HSL color Cylindrical-coordinate representation of color #B420FE: hue angle of 280º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B420FE is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 180 | 32 | 254 | - |
| CMYK | 0.29 | 0.87 | 0 | 0.00 |
| HSL | 280º | 0.99% | 0.56% | - |
| HSV(B) | 280º | 0.87% | 1% | - |
| XYZ | 37.23 | 17.89 | 95.26 | - |
| YUV | 101.56 | 214.03 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 32 | 254 | 0.29 | 0.87 | 0 | 0.00 | 280 | 0.99 | 0.56 |
| Hex | B4 | 20 | FE | 1D | 57 | 0 | 0 | 118 | 63 | 38 |
| Octal | 264 | 40 | 376 | 35 | 127 | 0 | 0 | 430 | 143 | 70 |
| Binary | 10110100 | 100000 | 11111110 | 11101 | 1010111 | 0 | 0 | 100011000 | 1100011 | 111000 |
Color Harmonies of #B420FE
Complementary color
Monochromatic Colors of #B420FE
Black with #B420FE
Text Example
Text Example
White with #B420FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B420FE; }
p { color: rgb(180,32,254); }
H1.HeaderClassName
{
color: #B420FE;
}
.AnyTagClassName
{
color: #B420FE;
}
</style>
background-color css
<style>
a { background-color: #B420FE; }
a { background-color: rgb(180,32,254); }
div.DivClassName
{
background-color: #B420FE;
}
.BgClassName
{
background-color: #B420FE;
}
</style>
border-color css
<style>
span { border-color: #B420FE; }
span { border-color: rgb(180,32,254); }
td.TdClassName
{
border-color: #B420FE;
}
.TagClassName
{
border-color: #B420FE;
}
</style>