Shades of Electric Purple #BD16EE
Tints of Electric Purple #BD16EE
RGB
CMYK
RGB Variations
Color information
#BD16EE (or 0xBD16EE) is known color: Electric Purple. HEX triplet: BD, 16 and EE. RGB value is (189,22,238). Sum of RGB (Red+Green+Blue) = 189+22+238=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 22 (8.98% from 255 or 4.90% from 449); Blue value is 238 (93.36% from 255 or 53.01% from 449); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD16EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD16EE is #42E911. Grayscale: #5F5F5F. Windows color (decimal): -4385042 or 15603389. OLE color: 15603389.
HSL color Cylindrical-coordinate representation of color #BD16EE: hue angle of 286.39º 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 #BD16EE is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 22 | 238 | - |
| CMYK | 0.21 | 0.91 | 0 | 0.07 |
| HSL | 286.39º | 0.86% | 0.51% | - |
| HSV(B) | 286.39º | 0.91% | 0.93% | - |
| XYZ | 36.71 | 17.57 | 82.34 | - |
| YUV | 96.56 | 207.83 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 22 | 238 | 0.21 | 0.91 | 0 | 0.07 | 286.39 | 0.86 | 0.51 |
| Hex | BD | 16 | EE | 15 | 5B | 0 | 7 | 11E | 56 | 33 |
| Octal | 275 | 26 | 356 | 25 | 133 | 0 | 7 | 436 | 126 | 63 |
| Binary | 10111101 | 10110 | 11101110 | 10101 | 1011011 | 0 | 111 | 100011110 | 1010110 | 110011 |
Color Harmonies of #BD16EE
Complementary color
Monochromatic Colors of #BD16EE
Black with #BD16EE
Text Example
Text Example
White with #BD16EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD16EE; }
p { color: rgb(189,22,238); }
H1.HeaderClassName
{
color: #BD16EE;
}
.AnyTagClassName
{
color: #BD16EE;
}
</style>
background-color css
<style>
a { background-color: #BD16EE; }
a { background-color: rgb(189,22,238); }
div.DivClassName
{
background-color: #BD16EE;
}
.BgClassName
{
background-color: #BD16EE;
}
</style>
border-color css
<style>
span { border-color: #BD16EE; }
span { border-color: rgb(189,22,238); }
td.TdClassName
{
border-color: #BD16EE;
}
.TagClassName
{
border-color: #BD16EE;
}
</style>