Shades of Electric Purple #BD17EA
Tints of Electric Purple #BD17EA
RGB
CMYK
RGB Variations
Color information
#BD17EA (or 0xBD17EA) is known color: Electric Purple. HEX triplet: BD, 17 and EA. RGB value is (189,23,234). Sum of RGB (Red+Green+Blue) = 189+23+234=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 23 (9.38% from 255 or 5.16% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD17EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD17EA is #42E815. Grayscale: #606060. Windows color (decimal): -4384790 or 15341501. OLE color: 15341501.
HSL color Cylindrical-coordinate representation of color #BD17EA: hue angle of 287.2º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD17EA is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 23 | 234 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.08 |
| HSL | 287.2º | 0.83% | 0.5% | - |
| HSV(B) | 287.2º | 0.9% | 0.92% | - |
| XYZ | 36.14 | 17.37 | 79.29 | - |
| YUV | 96.69 | 205.5 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 23 | 234 | 0.19 | 0.90 | 0 | 0.08 | 287.2 | 0.83 | 0.5 |
| Hex | BD | 17 | EA | 13 | 5A | 0 | 8 | 11F | 53 | 32 |
| Octal | 275 | 27 | 352 | 23 | 132 | 0 | 10 | 437 | 123 | 62 |
| Binary | 10111101 | 10111 | 11101010 | 10011 | 1011010 | 0 | 1000 | 100011111 | 1010011 | 110010 |
Color Harmonies of #BD17EA
Complementary color
Monochromatic Colors of #BD17EA
Black with #BD17EA
Text Example
Text Example
White with #BD17EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD17EA; }
p { color: rgb(189,23,234); }
H1.HeaderClassName
{
color: #BD17EA;
}
.AnyTagClassName
{
color: #BD17EA;
}
</style>
background-color css
<style>
a { background-color: #BD17EA; }
a { background-color: rgb(189,23,234); }
div.DivClassName
{
background-color: #BD17EA;
}
.BgClassName
{
background-color: #BD17EA;
}
</style>
border-color css
<style>
span { border-color: #BD17EA; }
span { border-color: rgb(189,23,234); }
td.TdClassName
{
border-color: #BD17EA;
}
.TagClassName
{
border-color: #BD17EA;
}
</style>