Shades of Electric Purple #BD28EA
Tints of Electric Purple #BD28EA
RGB
CMYK
RGB Variations
Color information
#BD28EA (or 0xBD28EA) is known color: Electric Purple. HEX triplet: BD, 28 and EA. RGB value is (189,40,234). Sum of RGB (Red+Green+Blue) = 189+40+234=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 40 (16.02% from 255 or 8.64% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD28EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD28EA is #42D715. Grayscale: #6A6A6A. Windows color (decimal): -4380438 or 15345853. OLE color: 15345853.
HSL color Cylindrical-coordinate representation of color #BD28EA: hue angle of 286.08º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD28EA is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 40 | 234 | - |
| CMYK | 0.19 | 0.83 | 0 | 0.08 |
| HSL | 286.08º | 0.82% | 0.54% | - |
| HSV(B) | 286.08º | 0.83% | 0.92% | - |
| XYZ | 36.6 | 18.28 | 79.44 | - |
| YUV | 106.67 | 199.86 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 40 | 234 | 0.19 | 0.83 | 0 | 0.08 | 286.08 | 0.82 | 0.54 |
| Hex | BD | 28 | EA | 13 | 53 | 0 | 8 | 11E | 52 | 36 |
| Octal | 275 | 50 | 352 | 23 | 123 | 0 | 10 | 436 | 122 | 66 |
| Binary | 10111101 | 101000 | 11101010 | 10011 | 1010011 | 0 | 1000 | 100011110 | 1010010 | 110110 |
Color Harmonies of #BD28EA
Complementary color
Monochromatic Colors of #BD28EA
Black with #BD28EA
Text Example
Text Example
White with #BD28EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD28EA; }
p { color: rgb(189,40,234); }
H1.HeaderClassName
{
color: #BD28EA;
}
.AnyTagClassName
{
color: #BD28EA;
}
</style>
background-color css
<style>
a { background-color: #BD28EA; }
a { background-color: rgb(189,40,234); }
div.DivClassName
{
background-color: #BD28EA;
}
.BgClassName
{
background-color: #BD28EA;
}
</style>
border-color css
<style>
span { border-color: #BD28EA; }
span { border-color: rgb(189,40,234); }
td.TdClassName
{
border-color: #BD28EA;
}
.TagClassName
{
border-color: #BD28EA;
}
</style>