Shades of Electric Purple #B420FA
Tints of Electric Purple #B420FA
RGB
CMYK
RGB Variations
Color information
#B420FA (or 0xB420FA) is known color: Electric Purple. HEX triplet: B4, 20 and FA. RGB value is (180,32,250). Sum of RGB (Red+Green+Blue) = 180+32+250=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 32 (12.89% from 255 or 6.93% from 462); Blue value is 250 (98.05% from 255 or 54.11% from 462); Max value from RGB is 250 - color contains mainly: blue. Hex color #B420FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B420FA is #4BDF05. Grayscale: #646464. Windows color (decimal): -4972294 or 16392372. OLE color: 16392372.
HSL color Cylindrical-coordinate representation of color #B420FA: hue angle of 280.73º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B420FA is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 32 | 250 | - |
| CMYK | 0.28 | 0.87 | 0 | 0.02 |
| HSL | 280.73º | 0.96% | 0.55% | - |
| HSV(B) | 280.73º | 0.87% | 0.98% | - |
| XYZ | 36.59 | 17.64 | 91.92 | - |
| YUV | 101.1 | 212.03 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 32 | 250 | 0.28 | 0.87 | 0 | 0.02 | 280.73 | 0.96 | 0.55 |
| Hex | B4 | 20 | FA | 1C | 57 | 0 | 2 | 119 | 60 | 37 |
| Octal | 264 | 40 | 372 | 34 | 127 | 0 | 2 | 431 | 140 | 67 |
| Binary | 10110100 | 100000 | 11111010 | 11100 | 1010111 | 0 | 10 | 100011001 | 1100000 | 110111 |
Color Harmonies of #B420FA
Complementary color
Monochromatic Colors of #B420FA
Black with #B420FA
Text Example
Text Example
White with #B420FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B420FA; }
p { color: rgb(180,32,250); }
H1.HeaderClassName
{
color: #B420FA;
}
.AnyTagClassName
{
color: #B420FA;
}
</style>
background-color css
<style>
a { background-color: #B420FA; }
a { background-color: rgb(180,32,250); }
div.DivClassName
{
background-color: #B420FA;
}
.BgClassName
{
background-color: #B420FA;
}
</style>
border-color css
<style>
span { border-color: #B420FA; }
span { border-color: rgb(180,32,250); }
td.TdClassName
{
border-color: #B420FA;
}
.TagClassName
{
border-color: #B420FA;
}
</style>