Shades of Electric Purple #BD28EC
Tints of Electric Purple #BD28EC
RGB
CMYK
RGB Variations
Color information
#BD28EC (or 0xBD28EC) is known color: Electric Purple. HEX triplet: BD, 28 and EC. RGB value is (189,40,236). Sum of RGB (Red+Green+Blue) = 189+40+236=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 40 (16.02% from 255 or 8.60% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD28EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD28EC is #42D713. Grayscale: #6A6A6A. Windows color (decimal): -4380436 or 15476925. OLE color: 15476925.
HSL color Cylindrical-coordinate representation of color #BD28EC: hue angle of 285.61º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD28EC is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 40 | 236 | - |
| CMYK | 0.20 | 0.83 | 0 | 0.07 |
| HSL | 285.61º | 0.84% | 0.54% | - |
| HSV(B) | 285.61º | 0.83% | 0.93% | - |
| XYZ | 36.89 | 18.39 | 80.96 | - |
| YUV | 106.9 | 200.86 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 40 | 236 | 0.20 | 0.83 | 0 | 0.07 | 285.61 | 0.84 | 0.54 |
| Hex | BD | 28 | EC | 14 | 53 | 0 | 7 | 11E | 54 | 36 |
| Octal | 275 | 50 | 354 | 24 | 123 | 0 | 7 | 436 | 124 | 66 |
| Binary | 10111101 | 101000 | 11101100 | 10100 | 1010011 | 0 | 111 | 100011110 | 1010100 | 110110 |
Color Harmonies of #BD28EC
Complementary color
Monochromatic Colors of #BD28EC
Black with #BD28EC
Text Example
Text Example
White with #BD28EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD28EC; }
p { color: rgb(189,40,236); }
H1.HeaderClassName
{
color: #BD28EC;
}
.AnyTagClassName
{
color: #BD28EC;
}
</style>
background-color css
<style>
a { background-color: #BD28EC; }
a { background-color: rgb(189,40,236); }
div.DivClassName
{
background-color: #BD28EC;
}
.BgClassName
{
background-color: #BD28EC;
}
</style>
border-color css
<style>
span { border-color: #BD28EC; }
span { border-color: rgb(189,40,236); }
td.TdClassName
{
border-color: #BD28EC;
}
.TagClassName
{
border-color: #BD28EC;
}
</style>