Shades of Electric Purple #BD28EF
Tints of Electric Purple #BD28EF
RGB
CMYK
RGB Variations
Color information
#BD28EF (or 0xBD28EF) is known color: Electric Purple. HEX triplet: BD, 28 and EF. RGB value is (189,40,239). Sum of RGB (Red+Green+Blue) = 189+40+239=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 40 (16.02% from 255 or 8.55% from 468); Blue value is 239 (93.75% from 255 or 51.07% from 468); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD28EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD28EF is #42D710. Grayscale: #6A6A6A. Windows color (decimal): -4380433 or 15673533. OLE color: 15673533.
HSL color Cylindrical-coordinate representation of color #BD28EF: hue angle of 284.92º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD28EF is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 40 | 239 | - |
| CMYK | 0.21 | 0.83 | 0 | 0.06 |
| HSL | 284.92º | 0.86% | 0.55% | - |
| HSV(B) | 284.92º | 0.83% | 0.94% | - |
| XYZ | 37.33 | 18.57 | 83.28 | - |
| YUV | 107.24 | 202.36 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 40 | 239 | 0.21 | 0.83 | 0 | 0.06 | 284.92 | 0.86 | 0.55 |
| Hex | BD | 28 | EF | 15 | 53 | 0 | 6 | 11D | 56 | 37 |
| Octal | 275 | 50 | 357 | 25 | 123 | 0 | 6 | 435 | 126 | 67 |
| Binary | 10111101 | 101000 | 11101111 | 10101 | 1010011 | 0 | 110 | 100011101 | 1010110 | 110111 |
Color Harmonies of #BD28EF
Complementary color
Monochromatic Colors of #BD28EF
Black with #BD28EF
Text Example
Text Example
White with #BD28EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD28EF; }
p { color: rgb(189,40,239); }
H1.HeaderClassName
{
color: #BD28EF;
}
.AnyTagClassName
{
color: #BD28EF;
}
</style>
background-color css
<style>
a { background-color: #BD28EF; }
a { background-color: rgb(189,40,239); }
div.DivClassName
{
background-color: #BD28EF;
}
.BgClassName
{
background-color: #BD28EF;
}
</style>
border-color css
<style>
span { border-color: #BD28EF; }
span { border-color: rgb(189,40,239); }
td.TdClassName
{
border-color: #BD28EF;
}
.TagClassName
{
border-color: #BD28EF;
}
</style>