Shades of Electric Purple #B211FF
Tints of Electric Purple #B211FF
RGB
CMYK
RGB Variations
Color information
#B211FF (or 0xB211FF) is known color: Electric Purple. HEX triplet: B2, 11 and FF. RGB value is (178,17,255). Sum of RGB (Red+Green+Blue) = 178+17+255=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 17 (7.03% from 255 or 3.78% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #B211FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B211FF is #4DEE00. Grayscale: #5B5B5B. Windows color (decimal): -5107201 or 16716210. OLE color: 16716210.
HSL color Cylindrical-coordinate representation of color #B211FF: hue angle of 280.59º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B211FF is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 17 | 255 | - |
| CMYK | 0.30 | 0.93 | 0 | 0 |
| HSL | 280.59º | 1% | 0.53% | - |
| HSV(B) | 280.59º | 0.93% | 1% | - |
| XYZ | 36.61 | 17.09 | 95.98 | - |
| YUV | 92.27 | 219.84 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 17 | 255 | 0.30 | 0.93 | 0 | 0 | 280.59 | 1 | 0.53 |
| Hex | B2 | 11 | FF | 1E | 5D | 0 | 0 | 119 | 64 | 35 |
| Octal | 262 | 21 | 377 | 36 | 135 | 0 | 0 | 431 | 144 | 65 |
| Binary | 10110010 | 10001 | 11111111 | 11110 | 1011101 | 0 | 0 | 100011001 | 1100100 | 110101 |
Color Harmonies of #B211FF
Complementary color
Monochromatic Colors of #B211FF
Black with #B211FF
Text Example
Text Example
White with #B211FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B211FF; }
p { color: rgb(178,17,255); }
H1.HeaderClassName
{
color: #B211FF;
}
.AnyTagClassName
{
color: #B211FF;
}
</style>
background-color css
<style>
a { background-color: #B211FF; }
a { background-color: rgb(178,17,255); }
div.DivClassName
{
background-color: #B211FF;
}
.BgClassName
{
background-color: #B211FF;
}
</style>
border-color css
<style>
span { border-color: #B211FF; }
span { border-color: rgb(178,17,255); }
td.TdClassName
{
border-color: #B211FF;
}
.TagClassName
{
border-color: #B211FF;
}
</style>