Shades of Electric Purple #BD18ED
Tints of Electric Purple #BD18ED
RGB
CMYK
RGB Variations
Color information
#BD18ED (or 0xBD18ED) is known color: Electric Purple. HEX triplet: BD, 18 and ED. RGB value is (189,24,237). Sum of RGB (Red+Green+Blue) = 189+24+237=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 24 (9.77% from 255 or 5.33% from 450); Blue value is 237 (92.97% from 255 or 52.67% from 450); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD18ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD18ED is #42E712. Grayscale: #606060. Windows color (decimal): -4384531 or 15538365. OLE color: 15538365.
HSL color Cylindrical-coordinate representation of color #BD18ED: hue angle of 286.48º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD18ED is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 24 | 237 | - |
| CMYK | 0.20 | 0.90 | 0 | 0.07 |
| HSL | 286.48º | 0.86% | 0.51% | - |
| HSV(B) | 286.48º | 0.9% | 0.93% | - |
| XYZ | 36.6 | 17.59 | 81.59 | - |
| YUV | 97.62 | 206.66 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 24 | 237 | 0.20 | 0.90 | 0 | 0.07 | 286.48 | 0.86 | 0.51 |
| Hex | BD | 18 | ED | 14 | 5A | 0 | 7 | 11E | 56 | 33 |
| Octal | 275 | 30 | 355 | 24 | 132 | 0 | 7 | 436 | 126 | 63 |
| Binary | 10111101 | 11000 | 11101101 | 10100 | 1011010 | 0 | 111 | 100011110 | 1010110 | 110011 |
Color Harmonies of #BD18ED
Complementary color
Monochromatic Colors of #BD18ED
Black with #BD18ED
Text Example
Text Example
White with #BD18ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD18ED; }
p { color: rgb(189,24,237); }
H1.HeaderClassName
{
color: #BD18ED;
}
.AnyTagClassName
{
color: #BD18ED;
}
</style>
background-color css
<style>
a { background-color: #BD18ED; }
a { background-color: rgb(189,24,237); }
div.DivClassName
{
background-color: #BD18ED;
}
.BgClassName
{
background-color: #BD18ED;
}
</style>
border-color css
<style>
span { border-color: #BD18ED; }
span { border-color: rgb(189,24,237); }
td.TdClassName
{
border-color: #BD18ED;
}
.TagClassName
{
border-color: #BD18ED;
}
</style>