Shades of Electric Purple #B21CF5
Tints of Electric Purple #B21CF5
RGB
CMYK
RGB Variations
Color information
#B21CF5 (or 0xB21CF5) is known color: Electric Purple. HEX triplet: B2, 1C and F5. RGB value is (178,28,245). Sum of RGB (Red+Green+Blue) = 178+28+245=451 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.47% from 451); Green value is 28 (11.33% from 255 or 6.21% from 451); Blue value is 245 (96.09% from 255 or 54.32% from 451); Max value from RGB is 245 - color contains mainly: blue. Hex color #B21CF5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B21CF5 is #4DE30A. Grayscale: #606060. Windows color (decimal): -5104395 or 16063666. OLE color: 16063666.
HSL color Cylindrical-coordinate representation of color #B21CF5: hue angle of 281.47º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B21CF5 is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 28 | 245 | - |
| CMYK | 0.27 | 0.89 | 0 | 0.04 |
| HSL | 281.47º | 0.92% | 0.54% | - |
| HSV(B) | 281.47º | 0.89% | 0.96% | - |
| XYZ | 35.26 | 16.89 | 87.79 | - |
| YUV | 97.59 | 211.2 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 28 | 245 | 0.27 | 0.89 | 0 | 0.04 | 281.47 | 0.92 | 0.54 |
| Hex | B2 | 1C | F5 | 1B | 59 | 0 | 4 | 119 | 5C | 36 |
| Octal | 262 | 34 | 365 | 33 | 131 | 0 | 4 | 431 | 134 | 66 |
| Binary | 10110010 | 11100 | 11110101 | 11011 | 1011001 | 0 | 100 | 100011001 | 1011100 | 110110 |
Color Harmonies of #B21CF5
Complementary color
Monochromatic Colors of #B21CF5
Black with #B21CF5
Text Example
Text Example
White with #B21CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21CF5; }
p { color: rgb(178,28,245); }
H1.HeaderClassName
{
color: #B21CF5;
}
.AnyTagClassName
{
color: #B21CF5;
}
</style>
background-color css
<style>
a { background-color: #B21CF5; }
a { background-color: rgb(178,28,245); }
div.DivClassName
{
background-color: #B21CF5;
}
.BgClassName
{
background-color: #B21CF5;
}
</style>
border-color css
<style>
span { border-color: #B21CF5; }
span { border-color: rgb(178,28,245); }
td.TdClassName
{
border-color: #B21CF5;
}
.TagClassName
{
border-color: #B21CF5;
}
</style>