Shades of Electric Purple #BD16EC
Tints of Electric Purple #BD16EC
RGB
CMYK
RGB Variations
Color information
#BD16EC (or 0xBD16EC) is known color: Electric Purple. HEX triplet: BD, 16 and EC. RGB value is (189,22,236). Sum of RGB (Red+Green+Blue) = 189+22+236=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 22 (8.98% from 255 or 4.92% from 447); Blue value is 236 (92.58% from 255 or 52.80% from 447); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD16EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD16EC is #42E913. Grayscale: #5F5F5F. Windows color (decimal): -4385044 or 15472317. OLE color: 15472317.
HSL color Cylindrical-coordinate representation of color #BD16EC: hue angle of 286.82º degrees, saturation: 0.85, 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 #BD16EC is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 22 | 236 | - |
| CMYK | 0.20 | 0.91 | 0 | 0.07 |
| HSL | 286.82º | 0.85% | 0.51% | - |
| HSV(B) | 286.82º | 0.91% | 0.93% | - |
| XYZ | 36.41 | 17.45 | 80.81 | - |
| YUV | 96.33 | 206.83 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 22 | 236 | 0.20 | 0.91 | 0 | 0.07 | 286.82 | 0.85 | 0.51 |
| Hex | BD | 16 | EC | 14 | 5B | 0 | 7 | 11F | 55 | 33 |
| Octal | 275 | 26 | 354 | 24 | 133 | 0 | 7 | 437 | 125 | 63 |
| Binary | 10111101 | 10110 | 11101100 | 10100 | 1011011 | 0 | 111 | 100011111 | 1010101 | 110011 |
Color Harmonies of #BD16EC
Complementary color
Monochromatic Colors of #BD16EC
Black with #BD16EC
Text Example
Text Example
White with #BD16EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD16EC; }
p { color: rgb(189,22,236); }
H1.HeaderClassName
{
color: #BD16EC;
}
.AnyTagClassName
{
color: #BD16EC;
}
</style>
background-color css
<style>
a { background-color: #BD16EC; }
a { background-color: rgb(189,22,236); }
div.DivClassName
{
background-color: #BD16EC;
}
.BgClassName
{
background-color: #BD16EC;
}
</style>
border-color css
<style>
span { border-color: #BD16EC; }
span { border-color: rgb(189,22,236); }
td.TdClassName
{
border-color: #BD16EC;
}
.TagClassName
{
border-color: #BD16EC;
}
</style>