Shades of Electric Purple #B219F3
Tints of Electric Purple #B219F3
RGB
CMYK
RGB Variations
Color information
#B219F3 (or 0xB219F3) is known color: Electric Purple. HEX triplet: B2, 19 and F3. RGB value is (178,25,243). Sum of RGB (Red+Green+Blue) = 178+25+243=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 25 (10.16% from 255 or 5.61% from 446); Blue value is 243 (95.31% from 255 or 54.48% from 446); Max value from RGB is 243 - color contains mainly: blue. Hex color #B219F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B219F3 is #4DE60C. Grayscale: #5E5E5E. Windows color (decimal): -5105165 or 15931826. OLE color: 15931826.
HSL color Cylindrical-coordinate representation of color #B219F3: hue angle of 282.11º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B219F3 is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 25 | 243 | - |
| CMYK | 0.27 | 0.90 | 0 | 0.05 |
| HSL | 282.11º | 0.9% | 0.53% | - |
| HSV(B) | 282.11º | 0.9% | 0.95% | - |
| XYZ | 34.89 | 16.63 | 86.17 | - |
| YUV | 95.6 | 211.19 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 25 | 243 | 0.27 | 0.90 | 0 | 0.05 | 282.11 | 0.9 | 0.53 |
| Hex | B2 | 19 | F3 | 1B | 5A | 0 | 5 | 11A | 5A | 35 |
| Octal | 262 | 31 | 363 | 33 | 132 | 0 | 5 | 432 | 132 | 65 |
| Binary | 10110010 | 11001 | 11110011 | 11011 | 1011010 | 0 | 101 | 100011010 | 1011010 | 110101 |
Color Harmonies of #B219F3
Complementary color
Monochromatic Colors of #B219F3
Black with #B219F3
Text Example
Text Example
White with #B219F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B219F3; }
p { color: rgb(178,25,243); }
H1.HeaderClassName
{
color: #B219F3;
}
.AnyTagClassName
{
color: #B219F3;
}
</style>
background-color css
<style>
a { background-color: #B219F3; }
a { background-color: rgb(178,25,243); }
div.DivClassName
{
background-color: #B219F3;
}
.BgClassName
{
background-color: #B219F3;
}
</style>
border-color css
<style>
span { border-color: #B219F3; }
span { border-color: rgb(178,25,243); }
td.TdClassName
{
border-color: #B219F3;
}
.TagClassName
{
border-color: #B219F3;
}
</style>