Shades of Electric Purple #BD28EE
Tints of Electric Purple #BD28EE
RGB
CMYK
RGB Variations
Color information
#BD28EE (or 0xBD28EE) is known color: Electric Purple. HEX triplet: BD, 28 and EE. RGB value is (189,40,238). Sum of RGB (Red+Green+Blue) = 189+40+238=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 40 (16.02% from 255 or 8.57% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD28EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD28EE is #42D711. Grayscale: #6A6A6A. Windows color (decimal): -4380434 or 15607997. OLE color: 15607997.
HSL color Cylindrical-coordinate representation of color #BD28EE: hue angle of 285.15º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD28EE is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 40 | 238 | - |
| CMYK | 0.21 | 0.83 | 0 | 0.07 |
| HSL | 285.15º | 0.85% | 0.55% | - |
| HSV(B) | 285.15º | 0.83% | 0.93% | - |
| XYZ | 37.18 | 18.51 | 82.5 | - |
| YUV | 107.12 | 201.86 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 40 | 238 | 0.21 | 0.83 | 0 | 0.07 | 285.15 | 0.85 | 0.55 |
| Hex | BD | 28 | EE | 15 | 53 | 0 | 7 | 11D | 55 | 37 |
| Octal | 275 | 50 | 356 | 25 | 123 | 0 | 7 | 435 | 125 | 67 |
| Binary | 10111101 | 101000 | 11101110 | 10101 | 1010011 | 0 | 111 | 100011101 | 1010101 | 110111 |
Color Harmonies of #BD28EE
Complementary color
Monochromatic Colors of #BD28EE
Black with #BD28EE
Text Example
Text Example
White with #BD28EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD28EE; }
p { color: rgb(189,40,238); }
H1.HeaderClassName
{
color: #BD28EE;
}
.AnyTagClassName
{
color: #BD28EE;
}
</style>
background-color css
<style>
a { background-color: #BD28EE; }
a { background-color: rgb(189,40,238); }
div.DivClassName
{
background-color: #BD28EE;
}
.BgClassName
{
background-color: #BD28EE;
}
</style>
border-color css
<style>
span { border-color: #BD28EE; }
span { border-color: rgb(189,40,238); }
td.TdClassName
{
border-color: #BD28EE;
}
.TagClassName
{
border-color: #BD28EE;
}
</style>