Shades of Electric Purple #BD15EE
Tints of Electric Purple #BD15EE
RGB
CMYK
RGB Variations
Color information
#BD15EE (or 0xBD15EE) is known color: Electric Purple. HEX triplet: BD, 15 and EE. RGB value is (189,21,238). Sum of RGB (Red+Green+Blue) = 189+21+238=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 21 (8.59% from 255 or 4.69% from 448); Blue value is 238 (93.36% from 255 or 53.12% from 448); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD15EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD15EE is #42EA11. Grayscale: #5F5F5F. Windows color (decimal): -4385298 or 15603133. OLE color: 15603133.
HSL color Cylindrical-coordinate representation of color #BD15EE: hue angle of 286.45º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD15EE is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 21 | 238 | - |
| CMYK | 0.21 | 0.91 | 0 | 0.07 |
| HSL | 286.45º | 0.86% | 0.51% | - |
| HSV(B) | 286.45º | 0.91% | 0.93% | - |
| XYZ | 36.69 | 17.53 | 82.34 | - |
| YUV | 95.97 | 208.16 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 21 | 238 | 0.21 | 0.91 | 0 | 0.07 | 286.45 | 0.86 | 0.51 |
| Hex | BD | 15 | EE | 15 | 5B | 0 | 7 | 11E | 56 | 33 |
| Octal | 275 | 25 | 356 | 25 | 133 | 0 | 7 | 436 | 126 | 63 |
| Binary | 10111101 | 10101 | 11101110 | 10101 | 1011011 | 0 | 111 | 100011110 | 1010110 | 110011 |
Color Harmonies of #BD15EE
Complementary color
Monochromatic Colors of #BD15EE
Black with #BD15EE
Text Example
Text Example
White with #BD15EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD15EE; }
p { color: rgb(189,21,238); }
H1.HeaderClassName
{
color: #BD15EE;
}
.AnyTagClassName
{
color: #BD15EE;
}
</style>
background-color css
<style>
a { background-color: #BD15EE; }
a { background-color: rgb(189,21,238); }
div.DivClassName
{
background-color: #BD15EE;
}
.BgClassName
{
background-color: #BD15EE;
}
</style>
border-color css
<style>
span { border-color: #BD15EE; }
span { border-color: rgb(189,21,238); }
td.TdClassName
{
border-color: #BD15EE;
}
.TagClassName
{
border-color: #BD15EE;
}
</style>