Shades of Electric Purple #BD28EB
Tints of Electric Purple #BD28EB
RGB
CMYK
RGB Variations
Color information
#BD28EB (or 0xBD28EB) is known color: Electric Purple. HEX triplet: BD, 28 and EB. RGB value is (189,40,235). Sum of RGB (Red+Green+Blue) = 189+40+235=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 40 (16.02% from 255 or 8.62% from 464); Blue value is 235 (92.19% from 255 or 50.65% from 464); Max value from RGB is 235 - color contains mainly: blue. Hex color #BD28EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD28EB is #42D714. Grayscale: #6A6A6A. Windows color (decimal): -4380437 or 15411389. OLE color: 15411389.
HSL color Cylindrical-coordinate representation of color #BD28EB: hue angle of 285.85º degrees, saturation: 0.83, 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 #BD28EB is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 40 | 235 | - |
| CMYK | 0.20 | 0.83 | 0 | 0.08 |
| HSL | 285.85º | 0.83% | 0.54% | - |
| HSV(B) | 285.85º | 0.83% | 0.92% | - |
| XYZ | 36.74 | 18.33 | 80.2 | - |
| YUV | 106.78 | 200.36 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 40 | 235 | 0.20 | 0.83 | 0 | 0.08 | 285.85 | 0.83 | 0.54 |
| Hex | BD | 28 | EB | 14 | 53 | 0 | 8 | 11E | 53 | 36 |
| Octal | 275 | 50 | 353 | 24 | 123 | 0 | 10 | 436 | 123 | 66 |
| Binary | 10111101 | 101000 | 11101011 | 10100 | 1010011 | 0 | 1000 | 100011110 | 1010011 | 110110 |
Color Harmonies of #BD28EB
Complementary color
Monochromatic Colors of #BD28EB
Black with #BD28EB
Text Example
Text Example
White with #BD28EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD28EB; }
p { color: rgb(189,40,235); }
H1.HeaderClassName
{
color: #BD28EB;
}
.AnyTagClassName
{
color: #BD28EB;
}
</style>
background-color css
<style>
a { background-color: #BD28EB; }
a { background-color: rgb(189,40,235); }
div.DivClassName
{
background-color: #BD28EB;
}
.BgClassName
{
background-color: #BD28EB;
}
</style>
border-color css
<style>
span { border-color: #BD28EB; }
span { border-color: rgb(189,40,235); }
td.TdClassName
{
border-color: #BD28EB;
}
.TagClassName
{
border-color: #BD28EB;
}
</style>