Shades of Electric Purple #B211F8
Tints of Electric Purple #B211F8
RGB
CMYK
RGB Variations
Color information
#B211F8 (or 0xB211F8) is known color: Electric Purple. HEX triplet: B2, 11 and F8. RGB value is (178,17,248). Sum of RGB (Red+Green+Blue) = 178+17+248=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 17 (7.03% from 255 or 3.84% from 443); Blue value is 248 (97.27% from 255 or 55.98% from 443); Max value from RGB is 248 - color contains mainly: blue. Hex color #B211F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B211F8 is #4DEE07. Grayscale: #5A5A5A. Windows color (decimal): -5107208 or 16257458. OLE color: 16257458.
HSL color Cylindrical-coordinate representation of color #B211F8: hue angle of 281.82º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B211F8 is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 178 | 17 | 248 | - |
| CMYK | 0.28 | 0.93 | 0 | 0.03 |
| HSL | 281.82º | 0.94% | 0.52% | - |
| HSV(B) | 281.82º | 0.93% | 0.97% | - |
| XYZ | 35.5 | 16.64 | 90.15 | - |
| YUV | 91.47 | 216.34 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 17 | 248 | 0.28 | 0.93 | 0 | 0.03 | 281.82 | 0.94 | 0.52 |
| Hex | B2 | 11 | F8 | 1C | 5D | 0 | 3 | 11A | 5E | 34 |
| Octal | 262 | 21 | 370 | 34 | 135 | 0 | 3 | 432 | 136 | 64 |
| Binary | 10110010 | 10001 | 11111000 | 11100 | 1011101 | 0 | 11 | 100011010 | 1011110 | 110100 |
Color Harmonies of #B211F8
Complementary color
Monochromatic Colors of #B211F8
Black with #B211F8
Text Example
Text Example
White with #B211F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B211F8; }
p { color: rgb(178,17,248); }
H1.HeaderClassName
{
color: #B211F8;
}
.AnyTagClassName
{
color: #B211F8;
}
</style>
background-color css
<style>
a { background-color: #B211F8; }
a { background-color: rgb(178,17,248); }
div.DivClassName
{
background-color: #B211F8;
}
.BgClassName
{
background-color: #B211F8;
}
</style>
border-color css
<style>
span { border-color: #B211F8; }
span { border-color: rgb(178,17,248); }
td.TdClassName
{
border-color: #B211F8;
}
.TagClassName
{
border-color: #B211F8;
}
</style>