Shades of Electric Purple #B21DFF
Tints of Electric Purple #B21DFF
RGB
CMYK
RGB Variations
Color information
#B21DFF (or 0xB21DFF) is known color: Electric Purple. HEX triplet: B2, 1D and FF. RGB value is (178,29,255). Sum of RGB (Red+Green+Blue) = 178+29+255=462 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.53% from 462); Green value is 29 (11.72% from 255 or 6.28% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #B21DFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B21DFF is #4DE200. Grayscale: #626262. Windows color (decimal): -5104129 or 16719282. OLE color: 16719282.
HSL color Cylindrical-coordinate representation of color #B21DFF: hue angle of 279.56º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B21DFF is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 29 | 255 | - |
| CMYK | 0.30 | 0.89 | 0 | 0 |
| HSL | 279.56º | 1% | 0.56% | - |
| HSV(B) | 279.56º | 0.89% | 1% | - |
| XYZ | 36.85 | 17.56 | 96.06 | - |
| YUV | 99.32 | 215.86 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 29 | 255 | 0.30 | 0.89 | 0 | 0 | 279.56 | 1 | 0.56 |
| Hex | B2 | 1D | FF | 1E | 59 | 0 | 0 | 118 | 64 | 38 |
| Octal | 262 | 35 | 377 | 36 | 131 | 0 | 0 | 430 | 144 | 70 |
| Binary | 10110010 | 11101 | 11111111 | 11110 | 1011001 | 0 | 0 | 100011000 | 1100100 | 111000 |
Color Harmonies of #B21DFF
Complementary color
Monochromatic Colors of #B21DFF
Black with #B21DFF
Text Example
Text Example
White with #B21DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21DFF; }
p { color: rgb(178,29,255); }
H1.HeaderClassName
{
color: #B21DFF;
}
.AnyTagClassName
{
color: #B21DFF;
}
</style>
background-color css
<style>
a { background-color: #B21DFF; }
a { background-color: rgb(178,29,255); }
div.DivClassName
{
background-color: #B21DFF;
}
.BgClassName
{
background-color: #B21DFF;
}
</style>
border-color css
<style>
span { border-color: #B21DFF; }
span { border-color: rgb(178,29,255); }
td.TdClassName
{
border-color: #B21DFF;
}
.TagClassName
{
border-color: #B21DFF;
}
</style>