Shades of Electric Purple #BD16FE
Tints of Electric Purple #BD16FE
RGB
CMYK
RGB Variations
Color information
#BD16FE (or 0xBD16FE) is known color: Electric Purple. HEX triplet: BD, 16 and FE. RGB value is (189,22,254). Sum of RGB (Red+Green+Blue) = 189+22+254=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 22 (8.98% from 255 or 4.73% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD16FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD16FE is #42E901. Grayscale: #616161. Windows color (decimal): -4385026 or 16651965. OLE color: 16651965.
HSL color Cylindrical-coordinate representation of color #BD16FE: hue angle of 283.19º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD16FE is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 22 | 254 | - |
| CMYK | 0.26 | 0.91 | 0 | 0.00 |
| HSL | 283.19º | 0.99% | 0.54% | - |
| HSV(B) | 283.19º | 0.91% | 1% | - |
| XYZ | 39.16 | 18.55 | 95.28 | - |
| YUV | 98.38 | 215.83 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 22 | 254 | 0.26 | 0.91 | 0 | 0.00 | 283.19 | 0.99 | 0.54 |
| Hex | BD | 16 | FE | 1A | 5B | 0 | 0 | 11B | 63 | 36 |
| Octal | 275 | 26 | 376 | 32 | 133 | 0 | 0 | 433 | 143 | 66 |
| Binary | 10111101 | 10110 | 11111110 | 11010 | 1011011 | 0 | 0 | 100011011 | 1100011 | 110110 |
Color Harmonies of #BD16FE
Complementary color
Monochromatic Colors of #BD16FE
Black with #BD16FE
Text Example
Text Example
White with #BD16FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD16FE; }
p { color: rgb(189,22,254); }
H1.HeaderClassName
{
color: #BD16FE;
}
.AnyTagClassName
{
color: #BD16FE;
}
</style>
background-color css
<style>
a { background-color: #BD16FE; }
a { background-color: rgb(189,22,254); }
div.DivClassName
{
background-color: #BD16FE;
}
.BgClassName
{
background-color: #BD16FE;
}
</style>
border-color css
<style>
span { border-color: #BD16FE; }
span { border-color: rgb(189,22,254); }
td.TdClassName
{
border-color: #BD16FE;
}
.TagClassName
{
border-color: #BD16FE;
}
</style>