Shades of Electric Purple #B213FA
Tints of Electric Purple #B213FA
RGB
CMYK
RGB Variations
Color information
#B213FA (or 0xB213FA) is known color: Electric Purple. HEX triplet: B2, 13 and FA. RGB value is (178,19,250). Sum of RGB (Red+Green+Blue) = 178+19+250=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 19 (7.81% from 255 or 4.25% from 447); Blue value is 250 (98.05% from 255 or 55.93% from 447); Max value from RGB is 250 - color contains mainly: blue. Hex color #B213FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B213FA is #4DEC05. Grayscale: #5C5C5C. Windows color (decimal): -5106694 or 16389042. OLE color: 16389042.
HSL color Cylindrical-coordinate representation of color #B213FA: hue angle of 281.3º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B213FA is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 19 | 250 | - |
| CMYK | 0.29 | 0.92 | 0 | 0.02 |
| HSL | 281.3º | 0.96% | 0.53% | - |
| HSV(B) | 281.3º | 0.92% | 0.98% | - |
| XYZ | 35.85 | 16.83 | 91.8 | - |
| YUV | 92.88 | 216.68 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 19 | 250 | 0.29 | 0.92 | 0 | 0.02 | 281.3 | 0.96 | 0.53 |
| Hex | B2 | 13 | FA | 1D | 5C | 0 | 2 | 119 | 60 | 35 |
| Octal | 262 | 23 | 372 | 35 | 134 | 0 | 2 | 431 | 140 | 65 |
| Binary | 10110010 | 10011 | 11111010 | 11101 | 1011100 | 0 | 10 | 100011001 | 1100000 | 110101 |
Color Harmonies of #B213FA
Complementary color
Monochromatic Colors of #B213FA
Black with #B213FA
Text Example
Text Example
White with #B213FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B213FA; }
p { color: rgb(178,19,250); }
H1.HeaderClassName
{
color: #B213FA;
}
.AnyTagClassName
{
color: #B213FA;
}
</style>
background-color css
<style>
a { background-color: #B213FA; }
a { background-color: rgb(178,19,250); }
div.DivClassName
{
background-color: #B213FA;
}
.BgClassName
{
background-color: #B213FA;
}
</style>
border-color css
<style>
span { border-color: #B213FA; }
span { border-color: rgb(178,19,250); }
td.TdClassName
{
border-color: #B213FA;
}
.TagClassName
{
border-color: #B213FA;
}
</style>