Shades of Electric Purple #B211F6
Tints of Electric Purple #B211F6
RGB
CMYK
RGB Variations
Color information
#B211F6 (or 0xB211F6) is known color: Electric Purple. HEX triplet: B2, 11 and F6. RGB value is (178,17,246). Sum of RGB (Red+Green+Blue) = 178+17+246=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 17 (7.03% from 255 or 3.85% from 441); Blue value is 246 (96.48% from 255 or 55.78% from 441); Max value from RGB is 246 - color contains mainly: blue. Hex color #B211F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B211F6 is #4DEE09. Grayscale: #5A5A5A. Windows color (decimal): -5107210 or 16126386. OLE color: 16126386.
HSL color Cylindrical-coordinate representation of color #B211F6: hue angle of 282.18º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B211F6 is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 17 | 246 | - |
| CMYK | 0.28 | 0.93 | 0 | 0.04 |
| HSL | 282.18º | 0.93% | 0.52% | - |
| HSV(B) | 282.18º | 0.93% | 0.96% | - |
| XYZ | 35.2 | 16.52 | 88.52 | - |
| YUV | 91.25 | 215.34 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 17 | 246 | 0.28 | 0.93 | 0 | 0.04 | 282.18 | 0.93 | 0.52 |
| Hex | B2 | 11 | F6 | 1C | 5D | 0 | 4 | 11A | 5D | 34 |
| Octal | 262 | 21 | 366 | 34 | 135 | 0 | 4 | 432 | 135 | 64 |
| Binary | 10110010 | 10001 | 11110110 | 11100 | 1011101 | 0 | 100 | 100011010 | 1011101 | 110100 |
Color Harmonies of #B211F6
Complementary color
Monochromatic Colors of #B211F6
Black with #B211F6
Text Example
Text Example
White with #B211F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B211F6; }
p { color: rgb(178,17,246); }
H1.HeaderClassName
{
color: #B211F6;
}
.AnyTagClassName
{
color: #B211F6;
}
</style>
background-color css
<style>
a { background-color: #B211F6; }
a { background-color: rgb(178,17,246); }
div.DivClassName
{
background-color: #B211F6;
}
.BgClassName
{
background-color: #B211F6;
}
</style>
border-color css
<style>
span { border-color: #B211F6; }
span { border-color: rgb(178,17,246); }
td.TdClassName
{
border-color: #B211F6;
}
.TagClassName
{
border-color: #B211F6;
}
</style>