Shades of Electric Purple #BD25E4
Tints of Electric Purple #BD25E4
RGB
CMYK
RGB Variations
Color information
#BD25E4 (or 0xBD25E4) is known color: Electric Purple. HEX triplet: BD, 25 and E4. RGB value is (189,37,228). Sum of RGB (Red+Green+Blue) = 189+37+228=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 37 (14.84% from 255 or 8.15% from 454); Blue value is 228 (89.45% from 255 or 50.22% from 454); Max value from RGB is 228 - color contains mainly: blue. Hex color #BD25E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD25E4 is #42DA1B. Grayscale: #676767. Windows color (decimal): -4381212 or 14951869. OLE color: 14951869.
HSL color Cylindrical-coordinate representation of color #BD25E4: hue angle of 287.75º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD25E4 is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 37 | 228 | - |
| CMYK | 0.17 | 0.84 | 0 | 0.11 |
| HSL | 287.75º | 0.78% | 0.52% | - |
| HSV(B) | 287.75º | 0.84% | 0.89% | - |
| XYZ | 35.65 | 17.74 | 74.94 | - |
| YUV | 104.22 | 197.86 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 37 | 228 | 0.17 | 0.84 | 0 | 0.11 | 287.75 | 0.78 | 0.52 |
| Hex | BD | 25 | E4 | 11 | 54 | 0 | B | 120 | 4E | 34 |
| Octal | 275 | 45 | 344 | 21 | 124 | 0 | 13 | 440 | 116 | 64 |
| Binary | 10111101 | 100101 | 11100100 | 10001 | 1010100 | 0 | 1011 | 100100000 | 1001110 | 110100 |
Color Harmonies of #BD25E4
Complementary color
Monochromatic Colors of #BD25E4
Black with #BD25E4
Text Example
Text Example
White with #BD25E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD25E4; }
p { color: rgb(189,37,228); }
H1.HeaderClassName
{
color: #BD25E4;
}
.AnyTagClassName
{
color: #BD25E4;
}
</style>
background-color css
<style>
a { background-color: #BD25E4; }
a { background-color: rgb(189,37,228); }
div.DivClassName
{
background-color: #BD25E4;
}
.BgClassName
{
background-color: #BD25E4;
}
</style>
border-color css
<style>
span { border-color: #BD25E4; }
span { border-color: rgb(189,37,228); }
td.TdClassName
{
border-color: #BD25E4;
}
.TagClassName
{
border-color: #BD25E4;
}
</style>