Shades of Electric Purple #B21CFC
Tints of Electric Purple #B21CFC
RGB
CMYK
RGB Variations
Color information
#B21CFC (or 0xB21CFC) is known color: Electric Purple. HEX triplet: B2, 1C and FC. RGB value is (178,28,252). Sum of RGB (Red+Green+Blue) = 178+28+252=458 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.86% from 458); Green value is 28 (11.33% from 255 or 6.11% from 458); Blue value is 252 (98.83% from 255 or 55.02% from 458); Max value from RGB is 252 - color contains mainly: blue. Hex color #B21CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B21CFC is #4DE303. Grayscale: #616161. Windows color (decimal): -5104388 or 16522418. OLE color: 16522418.
HSL color Cylindrical-coordinate representation of color #B21CFC: hue angle of 280.18º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B21CFC is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 28 | 252 | - |
| CMYK | 0.29 | 0.89 | 0 | 0.01 |
| HSL | 280.18º | 0.97% | 0.55% | - |
| HSV(B) | 280.18º | 0.89% | 0.99% | - |
| XYZ | 36.35 | 17.32 | 93.52 | - |
| YUV | 98.39 | 214.7 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 28 | 252 | 0.29 | 0.89 | 0 | 0.01 | 280.18 | 0.97 | 0.55 |
| Hex | B2 | 1C | FC | 1D | 59 | 0 | 1 | 118 | 61 | 37 |
| Octal | 262 | 34 | 374 | 35 | 131 | 0 | 1 | 430 | 141 | 67 |
| Binary | 10110010 | 11100 | 11111100 | 11101 | 1011001 | 0 | 1 | 100011000 | 1100001 | 110111 |
Color Harmonies of #B21CFC
Complementary color
Monochromatic Colors of #B21CFC
Black with #B21CFC
Text Example
Text Example
White with #B21CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21CFC; }
p { color: rgb(178,28,252); }
H1.HeaderClassName
{
color: #B21CFC;
}
.AnyTagClassName
{
color: #B21CFC;
}
</style>
background-color css
<style>
a { background-color: #B21CFC; }
a { background-color: rgb(178,28,252); }
div.DivClassName
{
background-color: #B21CFC;
}
.BgClassName
{
background-color: #B21CFC;
}
</style>
border-color css
<style>
span { border-color: #B21CFC; }
span { border-color: rgb(178,28,252); }
td.TdClassName
{
border-color: #B21CFC;
}
.TagClassName
{
border-color: #B21CFC;
}
</style>