Shades of Electric Purple #B421FA
Tints of Electric Purple #B421FA
RGB
CMYK
RGB Variations
Color information
#B421FA (or 0xB421FA) is known color: Electric Purple. HEX triplet: B4, 21 and FA. RGB value is (180,33,250). Sum of RGB (Red+Green+Blue) = 180+33+250=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 33 (13.28% from 255 or 7.13% from 463); Blue value is 250 (98.05% from 255 or 54.00% from 463); Max value from RGB is 250 - color contains mainly: blue. Hex color #B421FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B421FA is #4BDE05. Grayscale: #646464. Windows color (decimal): -4972038 or 16392628. OLE color: 16392628.
HSL color Cylindrical-coordinate representation of color #B421FA: hue angle of 280.65º 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 #B421FA is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 33 | 250 | - |
| CMYK | 0.28 | 0.87 | 0 | 0.02 |
| HSL | 280.65º | 0.96% | 0.55% | - |
| HSV(B) | 280.65º | 0.87% | 0.98% | - |
| XYZ | 36.62 | 17.69 | 91.93 | - |
| YUV | 101.69 | 211.7 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 33 | 250 | 0.28 | 0.87 | 0 | 0.02 | 280.65 | 0.96 | 0.55 |
| Hex | B4 | 21 | FA | 1C | 57 | 0 | 2 | 119 | 60 | 37 |
| Octal | 264 | 41 | 372 | 34 | 127 | 0 | 2 | 431 | 140 | 67 |
| Binary | 10110100 | 100001 | 11111010 | 11100 | 1010111 | 0 | 10 | 100011001 | 1100000 | 110111 |
Color Harmonies of #B421FA
Complementary color
Monochromatic Colors of #B421FA
Black with #B421FA
Text Example
Text Example
White with #B421FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B421FA; }
p { color: rgb(180,33,250); }
H1.HeaderClassName
{
color: #B421FA;
}
.AnyTagClassName
{
color: #B421FA;
}
</style>
background-color css
<style>
a { background-color: #B421FA; }
a { background-color: rgb(180,33,250); }
div.DivClassName
{
background-color: #B421FA;
}
.BgClassName
{
background-color: #B421FA;
}
</style>
border-color css
<style>
span { border-color: #B421FA; }
span { border-color: rgb(180,33,250); }
td.TdClassName
{
border-color: #B421FA;
}
.TagClassName
{
border-color: #B421FA;
}
</style>