Shades of Electric Purple #BD26ED
Tints of Electric Purple #BD26ED
RGB
CMYK
RGB Variations
Color information
#BD26ED (or 0xBD26ED) is known color: Electric Purple. HEX triplet: BD, 26 and ED. RGB value is (189,38,237). Sum of RGB (Red+Green+Blue) = 189+38+237=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 38 (15.23% from 255 or 8.19% from 464); Blue value is 237 (92.97% from 255 or 51.08% from 464); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD26ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD26ED is #42D912. Grayscale: #696969. Windows color (decimal): -4380947 or 15541949. OLE color: 15541949.
HSL color Cylindrical-coordinate representation of color #BD26ED: hue angle of 285.53º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD26ED is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 38 | 237 | - |
| CMYK | 0.20 | 0.84 | 0 | 0.07 |
| HSL | 285.53º | 0.85% | 0.54% | - |
| HSV(B) | 285.53º | 0.84% | 0.93% | - |
| XYZ | 36.97 | 18.32 | 81.71 | - |
| YUV | 105.84 | 202.03 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 38 | 237 | 0.20 | 0.84 | 0 | 0.07 | 285.53 | 0.85 | 0.54 |
| Hex | BD | 26 | ED | 14 | 54 | 0 | 7 | 11E | 55 | 36 |
| Octal | 275 | 46 | 355 | 24 | 124 | 0 | 7 | 436 | 125 | 66 |
| Binary | 10111101 | 100110 | 11101101 | 10100 | 1010100 | 0 | 111 | 100011110 | 1010101 | 110110 |
Color Harmonies of #BD26ED
Complementary color
Monochromatic Colors of #BD26ED
Black with #BD26ED
Text Example
Text Example
White with #BD26ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD26ED; }
p { color: rgb(189,38,237); }
H1.HeaderClassName
{
color: #BD26ED;
}
.AnyTagClassName
{
color: #BD26ED;
}
</style>
background-color css
<style>
a { background-color: #BD26ED; }
a { background-color: rgb(189,38,237); }
div.DivClassName
{
background-color: #BD26ED;
}
.BgClassName
{
background-color: #BD26ED;
}
</style>
border-color css
<style>
span { border-color: #BD26ED; }
span { border-color: rgb(189,38,237); }
td.TdClassName
{
border-color: #BD26ED;
}
.TagClassName
{
border-color: #BD26ED;
}
</style>