Shades of Electric Purple #BD21ED
Tints of Electric Purple #BD21ED
RGB
CMYK
RGB Variations
Color information
#BD21ED (or 0xBD21ED) is known color: Electric Purple. HEX triplet: BD, 21 and ED. RGB value is (189,33,237). Sum of RGB (Red+Green+Blue) = 189+33+237=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 33 (13.28% from 255 or 7.19% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD21ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD21ED is #42DE12. Grayscale: #666666. Windows color (decimal): -4382227 or 15540669. OLE color: 15540669.
HSL color Cylindrical-coordinate representation of color #BD21ED: hue angle of 285.88º degrees, saturation: 0.85, 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 #BD21ED is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 33 | 237 | - |
| CMYK | 0.20 | 0.86 | 0 | 0.07 |
| HSL | 285.88º | 0.85% | 0.53% | - |
| HSV(B) | 285.88º | 0.86% | 0.93% | - |
| XYZ | 36.82 | 18.02 | 81.66 | - |
| YUV | 102.9 | 203.68 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 33 | 237 | 0.20 | 0.86 | 0 | 0.07 | 285.88 | 0.85 | 0.53 |
| Hex | BD | 21 | ED | 14 | 56 | 0 | 7 | 11E | 55 | 35 |
| Octal | 275 | 41 | 355 | 24 | 126 | 0 | 7 | 436 | 125 | 65 |
| Binary | 10111101 | 100001 | 11101101 | 10100 | 1010110 | 0 | 111 | 100011110 | 1010101 | 110101 |
Color Harmonies of #BD21ED
Complementary color
Monochromatic Colors of #BD21ED
Black with #BD21ED
Text Example
Text Example
White with #BD21ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD21ED; }
p { color: rgb(189,33,237); }
H1.HeaderClassName
{
color: #BD21ED;
}
.AnyTagClassName
{
color: #BD21ED;
}
</style>
background-color css
<style>
a { background-color: #BD21ED; }
a { background-color: rgb(189,33,237); }
div.DivClassName
{
background-color: #BD21ED;
}
.BgClassName
{
background-color: #BD21ED;
}
</style>
border-color css
<style>
span { border-color: #BD21ED; }
span { border-color: rgb(189,33,237); }
td.TdClassName
{
border-color: #BD21ED;
}
.TagClassName
{
border-color: #BD21ED;
}
</style>