Shades of Electric Purple #BD25ED
Tints of Electric Purple #BD25ED
RGB
CMYK
RGB Variations
Color information
#BD25ED (or 0xBD25ED) is known color: Electric Purple. HEX triplet: BD, 25 and ED. RGB value is (189,37,237). Sum of RGB (Red+Green+Blue) = 189+37+237=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 37 (14.84% from 255 or 7.99% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD25ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD25ED is #42DA12. Grayscale: #686868. Windows color (decimal): -4381203 or 15541693. OLE color: 15541693.
HSL color Cylindrical-coordinate representation of color #BD25ED: hue angle of 285.6º 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 #BD25ED is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 37 | 237 | - |
| CMYK | 0.20 | 0.84 | 0 | 0.07 |
| HSL | 285.6º | 0.85% | 0.54% | - |
| HSV(B) | 285.6º | 0.84% | 0.93% | - |
| XYZ | 36.93 | 18.26 | 81.7 | - |
| YUV | 105.25 | 202.36 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 37 | 237 | 0.20 | 0.84 | 0 | 0.07 | 285.6 | 0.85 | 0.54 |
| Hex | BD | 25 | ED | 14 | 54 | 0 | 7 | 11E | 55 | 36 |
| Octal | 275 | 45 | 355 | 24 | 124 | 0 | 7 | 436 | 125 | 66 |
| Binary | 10111101 | 100101 | 11101101 | 10100 | 1010100 | 0 | 111 | 100011110 | 1010101 | 110110 |
Color Harmonies of #BD25ED
Complementary color
Monochromatic Colors of #BD25ED
Black with #BD25ED
Text Example
Text Example
White with #BD25ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD25ED; }
p { color: rgb(189,37,237); }
H1.HeaderClassName
{
color: #BD25ED;
}
.AnyTagClassName
{
color: #BD25ED;
}
</style>
background-color css
<style>
a { background-color: #BD25ED; }
a { background-color: rgb(189,37,237); }
div.DivClassName
{
background-color: #BD25ED;
}
.BgClassName
{
background-color: #BD25ED;
}
</style>
border-color css
<style>
span { border-color: #BD25ED; }
span { border-color: rgb(189,37,237); }
td.TdClassName
{
border-color: #BD25ED;
}
.TagClassName
{
border-color: #BD25ED;
}
</style>