Shades of Electric Purple #BD17EF
Tints of Electric Purple #BD17EF
RGB
CMYK
RGB Variations
Color information
#BD17EF (or 0xBD17EF) is known color: Electric Purple. HEX triplet: BD, 17 and EF. RGB value is (189,23,239). Sum of RGB (Red+Green+Blue) = 189+23+239=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 23 (9.38% from 255 or 5.10% from 451); Blue value is 239 (93.75% from 255 or 52.99% from 451); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD17EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD17EF is #42E810. Grayscale: #606060. Windows color (decimal): -4384785 or 15669181. OLE color: 15669181.
HSL color Cylindrical-coordinate representation of color #BD17EF: hue angle of 286.11º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD17EF is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 23 | 239 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.06 |
| HSL | 286.11º | 0.87% | 0.51% | - |
| HSV(B) | 286.11º | 0.9% | 0.94% | - |
| XYZ | 36.87 | 17.66 | 83.13 | - |
| YUV | 97.26 | 208 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 23 | 239 | 0.21 | 0.90 | 0 | 0.06 | 286.11 | 0.87 | 0.51 |
| Hex | BD | 17 | EF | 15 | 5A | 0 | 6 | 11E | 57 | 33 |
| Octal | 275 | 27 | 357 | 25 | 132 | 0 | 6 | 436 | 127 | 63 |
| Binary | 10111101 | 10111 | 11101111 | 10101 | 1011010 | 0 | 110 | 100011110 | 1010111 | 110011 |
Color Harmonies of #BD17EF
Complementary color
Monochromatic Colors of #BD17EF
Black with #BD17EF
Text Example
Text Example
White with #BD17EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD17EF; }
p { color: rgb(189,23,239); }
H1.HeaderClassName
{
color: #BD17EF;
}
.AnyTagClassName
{
color: #BD17EF;
}
</style>
background-color css
<style>
a { background-color: #BD17EF; }
a { background-color: rgb(189,23,239); }
div.DivClassName
{
background-color: #BD17EF;
}
.BgClassName
{
background-color: #BD17EF;
}
</style>
border-color css
<style>
span { border-color: #BD17EF; }
span { border-color: rgb(189,23,239); }
td.TdClassName
{
border-color: #BD17EF;
}
.TagClassName
{
border-color: #BD17EF;
}
</style>