Shades of Electric Purple #BD11E4
Tints of Electric Purple #BD11E4
RGB
CMYK
RGB Variations
Color information
#BD11E4 (or 0xBD11E4) is known color: Electric Purple. HEX triplet: BD, 11 and E4. RGB value is (189,17,228). Sum of RGB (Red+Green+Blue) = 189+17+228=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 17 (7.03% from 255 or 3.92% from 434); Blue value is 228 (89.45% from 255 or 52.53% from 434); Max value from RGB is 228 - color contains mainly: blue. Hex color #BD11E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD11E4 is #42EE1B. Grayscale: #5B5B5B. Windows color (decimal): -4386332 or 14946749. OLE color: 14946749.
HSL color Cylindrical-coordinate representation of color #BD11E4: hue angle of 288.91º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD11E4 is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 17 | 228 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.11 |
| HSL | 288.91º | 0.86% | 0.48% | - |
| HSV(B) | 288.91º | 0.93% | 0.89% | - |
| XYZ | 35.19 | 16.82 | 74.79 | - |
| YUV | 92.48 | 204.48 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 17 | 228 | 0.17 | 0.93 | 0 | 0.11 | 288.91 | 0.86 | 0.48 |
| Hex | BD | 11 | E4 | 11 | 5D | 0 | B | 121 | 56 | 30 |
| Octal | 275 | 21 | 344 | 21 | 135 | 0 | 13 | 441 | 126 | 60 |
| Binary | 10111101 | 10001 | 11100100 | 10001 | 1011101 | 0 | 1011 | 100100001 | 1010110 | 110000 |
Color Harmonies of #BD11E4
Complementary color
Monochromatic Colors of #BD11E4
Black with #BD11E4
Text Example
Text Example
White with #BD11E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD11E4; }
p { color: rgb(189,17,228); }
H1.HeaderClassName
{
color: #BD11E4;
}
.AnyTagClassName
{
color: #BD11E4;
}
</style>
background-color css
<style>
a { background-color: #BD11E4; }
a { background-color: rgb(189,17,228); }
div.DivClassName
{
background-color: #BD11E4;
}
.BgClassName
{
background-color: #BD11E4;
}
</style>
border-color css
<style>
span { border-color: #BD11E4; }
span { border-color: rgb(189,17,228); }
td.TdClassName
{
border-color: #BD11E4;
}
.TagClassName
{
border-color: #BD11E4;
}
</style>