Shades of Electric Purple #BD19ED
Tints of Electric Purple #BD19ED
RGB
CMYK
RGB Variations
Color information
#BD19ED (or 0xBD19ED) is known color: Electric Purple. HEX triplet: BD, 19 and ED. RGB value is (189,25,237). Sum of RGB (Red+Green+Blue) = 189+25+237=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 25 (10.16% from 255 or 5.54% from 451); Blue value is 237 (92.97% from 255 or 52.55% from 451); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD19ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD19ED is #42E612. Grayscale: #616161. Windows color (decimal): -4384275 or 15538621. OLE color: 15538621.
HSL color Cylindrical-coordinate representation of color #BD19ED: hue angle of 286.42º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD19ED is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 25 | 237 | - |
| CMYK | 0.20 | 0.89 | 0 | 0.07 |
| HSL | 286.42º | 0.85% | 0.51% | - |
| HSV(B) | 286.42º | 0.89% | 0.93% | - |
| XYZ | 36.62 | 17.63 | 81.59 | - |
| YUV | 98.2 | 206.33 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 25 | 237 | 0.20 | 0.89 | 0 | 0.07 | 286.42 | 0.85 | 0.51 |
| Hex | BD | 19 | ED | 14 | 59 | 0 | 7 | 11E | 55 | 33 |
| Octal | 275 | 31 | 355 | 24 | 131 | 0 | 7 | 436 | 125 | 63 |
| Binary | 10111101 | 11001 | 11101101 | 10100 | 1011001 | 0 | 111 | 100011110 | 1010101 | 110011 |
Color Harmonies of #BD19ED
Complementary color
Monochromatic Colors of #BD19ED
Black with #BD19ED
Text Example
Text Example
White with #BD19ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD19ED; }
p { color: rgb(189,25,237); }
H1.HeaderClassName
{
color: #BD19ED;
}
.AnyTagClassName
{
color: #BD19ED;
}
</style>
background-color css
<style>
a { background-color: #BD19ED; }
a { background-color: rgb(189,25,237); }
div.DivClassName
{
background-color: #BD19ED;
}
.BgClassName
{
background-color: #BD19ED;
}
</style>
border-color css
<style>
span { border-color: #BD19ED; }
span { border-color: rgb(189,25,237); }
td.TdClassName
{
border-color: #BD19ED;
}
.TagClassName
{
border-color: #BD19ED;
}
</style>