Shades of Electric Purple #BD21EC
Tints of Electric Purple #BD21EC
RGB
CMYK
RGB Variations
Color information
#BD21EC (or 0xBD21EC) is known color: Electric Purple. HEX triplet: BD, 21 and EC. RGB value is (189,33,236). Sum of RGB (Red+Green+Blue) = 189+33+236=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 33 (13.28% from 255 or 7.21% from 458); Blue value is 236 (92.58% from 255 or 51.53% from 458); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD21EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD21EC is #42DE13. Grayscale: #666666. Windows color (decimal): -4382228 or 15475133. OLE color: 15475133.
HSL color Cylindrical-coordinate representation of color #BD21EC: hue angle of 286.11º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD21EC is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 33 | 236 | - |
| CMYK | 0.20 | 0.86 | 0 | 0.07 |
| HSL | 286.11º | 0.84% | 0.53% | - |
| HSV(B) | 286.11º | 0.86% | 0.93% | - |
| XYZ | 36.67 | 17.96 | 80.89 | - |
| YUV | 102.79 | 203.18 | 189.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 33 | 236 | 0.20 | 0.86 | 0 | 0.07 | 286.11 | 0.84 | 0.53 |
| Hex | BD | 21 | EC | 14 | 56 | 0 | 7 | 11E | 54 | 35 |
| Octal | 275 | 41 | 354 | 24 | 126 | 0 | 7 | 436 | 124 | 65 |
| Binary | 10111101 | 100001 | 11101100 | 10100 | 1010110 | 0 | 111 | 100011110 | 1010100 | 110101 |
Color Harmonies of #BD21EC
Complementary color
Monochromatic Colors of #BD21EC
Black with #BD21EC
Text Example
Text Example
White with #BD21EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD21EC; }
p { color: rgb(189,33,236); }
H1.HeaderClassName
{
color: #BD21EC;
}
.AnyTagClassName
{
color: #BD21EC;
}
</style>
background-color css
<style>
a { background-color: #BD21EC; }
a { background-color: rgb(189,33,236); }
div.DivClassName
{
background-color: #BD21EC;
}
.BgClassName
{
background-color: #BD21EC;
}
</style>
border-color css
<style>
span { border-color: #BD21EC; }
span { border-color: rgb(189,33,236); }
td.TdClassName
{
border-color: #BD21EC;
}
.TagClassName
{
border-color: #BD21EC;
}
</style>