Shades of Electric Purple #B21CE5
Tints of Electric Purple #B21CE5
RGB
CMYK
RGB Variations
Color information
#B21CE5 (or 0xB21CE5) is known color: Electric Purple. HEX triplet: B2, 1C and E5. RGB value is (178,28,229). Sum of RGB (Red+Green+Blue) = 178+28+229=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 28 (11.33% from 255 or 6.44% from 435); Blue value is 229 (89.84% from 255 or 52.64% from 435); Max value from RGB is 229 - color contains mainly: blue. Hex color #B21CE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21CE5 is #4DE31A. Grayscale: #5F5F5F. Windows color (decimal): -5104411 or 15015090. OLE color: 15015090.
HSL color Cylindrical-coordinate representation of color #B21CE5: hue angle of 284.78º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B21CE5 is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 28 | 229 | - |
| CMYK | 0.22 | 0.88 | 0 | 0.10 |
| HSL | 284.78º | 0.79% | 0.5% | - |
| HSV(B) | 284.78º | 0.88% | 0.9% | - |
| XYZ | 32.92 | 15.95 | 75.47 | - |
| YUV | 95.76 | 203.2 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 28 | 229 | 0.22 | 0.88 | 0 | 0.10 | 284.78 | 0.79 | 0.5 |
| Hex | B2 | 1C | E5 | 16 | 58 | 0 | A | 11D | 4F | 32 |
| Octal | 262 | 34 | 345 | 26 | 130 | 0 | 12 | 435 | 117 | 62 |
| Binary | 10110010 | 11100 | 11100101 | 10110 | 1011000 | 0 | 1010 | 100011101 | 1001111 | 110010 |
Color Harmonies of #B21CE5
Complementary color
Monochromatic Colors of #B21CE5
Black with #B21CE5
Text Example
Text Example
White with #B21CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21CE5; }
p { color: rgb(178,28,229); }
H1.HeaderClassName
{
color: #B21CE5;
}
.AnyTagClassName
{
color: #B21CE5;
}
</style>
background-color css
<style>
a { background-color: #B21CE5; }
a { background-color: rgb(178,28,229); }
div.DivClassName
{
background-color: #B21CE5;
}
.BgClassName
{
background-color: #B21CE5;
}
</style>
border-color css
<style>
span { border-color: #B21CE5; }
span { border-color: rgb(178,28,229); }
td.TdClassName
{
border-color: #B21CE5;
}
.TagClassName
{
border-color: #B21CE5;
}
</style>