Shades of Electric Purple #BD17E5
Tints of Electric Purple #BD17E5
RGB
CMYK
RGB Variations
Color information
#BD17E5 (or 0xBD17E5) is known color: Electric Purple. HEX triplet: BD, 17 and E5. RGB value is (189,23,229). Sum of RGB (Red+Green+Blue) = 189+23+229=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 23 (9.38% from 255 or 5.22% from 441); Blue value is 229 (89.84% from 255 or 51.93% from 441); Max value from RGB is 229 - color contains mainly: blue. Hex color #BD17E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD17E5 is #42E81A. Grayscale: #5F5F5F. Windows color (decimal): -4384795 or 15013821. OLE color: 15013821.
HSL color Cylindrical-coordinate representation of color #BD17E5: hue angle of 288.35º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD17E5 is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 23 | 229 | - |
| CMYK | 0.17 | 0.90 | 0 | 0.10 |
| HSL | 288.35º | 0.82% | 0.49% | - |
| HSV(B) | 288.35º | 0.9% | 0.9% | - |
| XYZ | 35.44 | 17.09 | 75.56 | - |
| YUV | 96.12 | 203 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 23 | 229 | 0.17 | 0.90 | 0 | 0.10 | 288.35 | 0.82 | 0.49 |
| Hex | BD | 17 | E5 | 11 | 5A | 0 | A | 120 | 52 | 31 |
| Octal | 275 | 27 | 345 | 21 | 132 | 0 | 12 | 440 | 122 | 61 |
| Binary | 10111101 | 10111 | 11100101 | 10001 | 1011010 | 0 | 1010 | 100100000 | 1010010 | 110001 |
Color Harmonies of #BD17E5
Complementary color
Monochromatic Colors of #BD17E5
Black with #BD17E5
Text Example
Text Example
White with #BD17E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD17E5; }
p { color: rgb(189,23,229); }
H1.HeaderClassName
{
color: #BD17E5;
}
.AnyTagClassName
{
color: #BD17E5;
}
</style>
background-color css
<style>
a { background-color: #BD17E5; }
a { background-color: rgb(189,23,229); }
div.DivClassName
{
background-color: #BD17E5;
}
.BgClassName
{
background-color: #BD17E5;
}
</style>
border-color css
<style>
span { border-color: #BD17E5; }
span { border-color: rgb(189,23,229); }
td.TdClassName
{
border-color: #BD17E5;
}
.TagClassName
{
border-color: #BD17E5;
}
</style>