Shades of Electric Purple #BD16E4
Tints of Electric Purple #BD16E4
RGB
CMYK
RGB Variations
Color information
#BD16E4 (or 0xBD16E4) is known color: Electric Purple. HEX triplet: BD, 16 and E4. RGB value is (189,22,228). Sum of RGB (Red+Green+Blue) = 189+22+228=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 22 (8.98% from 255 or 5.01% from 439); Blue value is 228 (89.45% from 255 or 51.94% from 439); Max value from RGB is 228 - color contains mainly: blue. Hex color #BD16E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD16E4 is #42E91B. Grayscale: #5E5E5E. Windows color (decimal): -4385052 or 14948029. OLE color: 14948029.
HSL color Cylindrical-coordinate representation of color #BD16E4: hue angle of 288.64º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD16E4 is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 22 | 228 | - |
| CMYK | 0.17 | 0.90 | 0 | 0.11 |
| HSL | 288.64º | 0.82% | 0.49% | - |
| HSV(B) | 288.64º | 0.9% | 0.89% | - |
| XYZ | 35.28 | 16.99 | 74.82 | - |
| YUV | 95.42 | 202.83 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 22 | 228 | 0.17 | 0.90 | 0 | 0.11 | 288.64 | 0.82 | 0.49 |
| Hex | BD | 16 | E4 | 11 | 5A | 0 | B | 121 | 52 | 31 |
| Octal | 275 | 26 | 344 | 21 | 132 | 0 | 13 | 441 | 122 | 61 |
| Binary | 10111101 | 10110 | 11100100 | 10001 | 1011010 | 0 | 1011 | 100100001 | 1010010 | 110001 |
Color Harmonies of #BD16E4
Complementary color
Monochromatic Colors of #BD16E4
Black with #BD16E4
Text Example
Text Example
White with #BD16E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD16E4; }
p { color: rgb(189,22,228); }
H1.HeaderClassName
{
color: #BD16E4;
}
.AnyTagClassName
{
color: #BD16E4;
}
</style>
background-color css
<style>
a { background-color: #BD16E4; }
a { background-color: rgb(189,22,228); }
div.DivClassName
{
background-color: #BD16E4;
}
.BgClassName
{
background-color: #BD16E4;
}
</style>
border-color css
<style>
span { border-color: #BD16E4; }
span { border-color: rgb(189,22,228); }
td.TdClassName
{
border-color: #BD16E4;
}
.TagClassName
{
border-color: #BD16E4;
}
</style>