Shades of Electric Purple #B211FD
Tints of Electric Purple #B211FD
RGB
CMYK
RGB Variations
Color information
#B211FD (or 0xB211FD) is known color: Electric Purple. HEX triplet: B2, 11 and FD. RGB value is (178,17,253). Sum of RGB (Red+Green+Blue) = 178+17+253=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 17 (7.03% from 255 or 3.79% from 448); Blue value is 253 (99.22% from 255 or 56.47% from 448); Max value from RGB is 253 - color contains mainly: blue. Hex color #B211FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B211FD is #4DEE02. Grayscale: #5B5B5B. Windows color (decimal): -5107203 or 16585138. OLE color: 16585138.
HSL color Cylindrical-coordinate representation of color #B211FD: hue angle of 280.93º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B211FD is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 17 | 253 | - |
| CMYK | 0.30 | 0.93 | 0 | 0.01 |
| HSL | 280.93º | 0.98% | 0.53% | - |
| HSV(B) | 280.93º | 0.93% | 0.99% | - |
| XYZ | 36.29 | 16.96 | 94.29 | - |
| YUV | 92.04 | 218.84 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 17 | 253 | 0.30 | 0.93 | 0 | 0.01 | 280.93 | 0.98 | 0.53 |
| Hex | B2 | 11 | FD | 1E | 5D | 0 | 1 | 119 | 62 | 35 |
| Octal | 262 | 21 | 375 | 36 | 135 | 0 | 1 | 431 | 142 | 65 |
| Binary | 10110010 | 10001 | 11111101 | 11110 | 1011101 | 0 | 1 | 100011001 | 1100010 | 110101 |
Color Harmonies of #B211FD
Complementary color
Monochromatic Colors of #B211FD
Black with #B211FD
Text Example
Text Example
White with #B211FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B211FD; }
p { color: rgb(178,17,253); }
H1.HeaderClassName
{
color: #B211FD;
}
.AnyTagClassName
{
color: #B211FD;
}
</style>
background-color css
<style>
a { background-color: #B211FD; }
a { background-color: rgb(178,17,253); }
div.DivClassName
{
background-color: #B211FD;
}
.BgClassName
{
background-color: #B211FD;
}
</style>
border-color css
<style>
span { border-color: #B211FD; }
span { border-color: rgb(178,17,253); }
td.TdClassName
{
border-color: #B211FD;
}
.TagClassName
{
border-color: #B211FD;
}
</style>