Shades of Electric Purple #BD25EF
Tints of Electric Purple #BD25EF
RGB
CMYK
RGB Variations
Color information
#BD25EF (or 0xBD25EF) is known color: Electric Purple. HEX triplet: BD, 25 and EF. RGB value is (189,37,239). Sum of RGB (Red+Green+Blue) = 189+37+239=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 37 (14.84% from 255 or 7.96% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD25EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD25EF is #42DA10. Grayscale: #686868. Windows color (decimal): -4381201 or 15672765. OLE color: 15672765.
HSL color Cylindrical-coordinate representation of color #BD25EF: hue angle of 285.15º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD25EF is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 37 | 239 | - |
| CMYK | 0.21 | 0.85 | 0 | 0.06 |
| HSL | 285.15º | 0.86% | 0.54% | - |
| HSV(B) | 285.15º | 0.85% | 0.94% | - |
| XYZ | 37.23 | 18.37 | 83.25 | - |
| YUV | 105.48 | 203.36 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 37 | 239 | 0.21 | 0.85 | 0 | 0.06 | 285.15 | 0.86 | 0.54 |
| Hex | BD | 25 | EF | 15 | 55 | 0 | 6 | 11D | 56 | 36 |
| Octal | 275 | 45 | 357 | 25 | 125 | 0 | 6 | 435 | 126 | 66 |
| Binary | 10111101 | 100101 | 11101111 | 10101 | 1010101 | 0 | 110 | 100011101 | 1010110 | 110110 |
Color Harmonies of #BD25EF
Complementary color
Monochromatic Colors of #BD25EF
Black with #BD25EF
Text Example
Text Example
White with #BD25EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD25EF; }
p { color: rgb(189,37,239); }
H1.HeaderClassName
{
color: #BD25EF;
}
.AnyTagClassName
{
color: #BD25EF;
}
</style>
background-color css
<style>
a { background-color: #BD25EF; }
a { background-color: rgb(189,37,239); }
div.DivClassName
{
background-color: #BD25EF;
}
.BgClassName
{
background-color: #BD25EF;
}
</style>
border-color css
<style>
span { border-color: #BD25EF; }
span { border-color: rgb(189,37,239); }
td.TdClassName
{
border-color: #BD25EF;
}
.TagClassName
{
border-color: #BD25EF;
}
</style>