Shades of Electric Purple #B219FF
Tints of Electric Purple #B219FF
RGB
CMYK
RGB Variations
Color information
#B219FF (or 0xB219FF) is known color: Electric Purple. HEX triplet: B2, 19 and FF. RGB value is (178,25,255). Sum of RGB (Red+Green+Blue) = 178+25+255=458 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.86% from 458); Green value is 25 (10.16% from 255 or 5.46% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #B219FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B219FF is #4DE600. Grayscale: #606060. Windows color (decimal): -5105153 or 16718258. OLE color: 16718258.
HSL color Cylindrical-coordinate representation of color #B219FF: hue angle of 279.91º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B219FF is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 25 | 255 | - |
| CMYK | 0.30 | 0.90 | 0 | 0 |
| HSL | 279.91º | 1% | 0.55% | - |
| HSV(B) | 279.91º | 0.9% | 1% | - |
| XYZ | 36.76 | 17.38 | 96.03 | - |
| YUV | 96.97 | 217.19 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 25 | 255 | 0.30 | 0.90 | 0 | 0 | 279.91 | 1 | 0.55 |
| Hex | B2 | 19 | FF | 1E | 5A | 0 | 0 | 118 | 64 | 37 |
| Octal | 262 | 31 | 377 | 36 | 132 | 0 | 0 | 430 | 144 | 67 |
| Binary | 10110010 | 11001 | 11111111 | 11110 | 1011010 | 0 | 0 | 100011000 | 1100100 | 110111 |
Color Harmonies of #B219FF
Complementary color
Monochromatic Colors of #B219FF
Black with #B219FF
Text Example
Text Example
White with #B219FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B219FF; }
p { color: rgb(178,25,255); }
H1.HeaderClassName
{
color: #B219FF;
}
.AnyTagClassName
{
color: #B219FF;
}
</style>
background-color css
<style>
a { background-color: #B219FF; }
a { background-color: rgb(178,25,255); }
div.DivClassName
{
background-color: #B219FF;
}
.BgClassName
{
background-color: #B219FF;
}
</style>
border-color css
<style>
span { border-color: #B219FF; }
span { border-color: rgb(178,25,255); }
td.TdClassName
{
border-color: #B219FF;
}
.TagClassName
{
border-color: #B219FF;
}
</style>