Shades of Electric Purple #BD16ED
Tints of Electric Purple #BD16ED
RGB
CMYK
RGB Variations
Color information
#BD16ED (or 0xBD16ED) is known color: Electric Purple. HEX triplet: BD, 16 and ED. RGB value is (189,22,237). Sum of RGB (Red+Green+Blue) = 189+22+237=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 22 (8.98% from 255 or 4.91% from 448); Blue value is 237 (92.97% from 255 or 52.90% from 448); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD16ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD16ED is #42E912. Grayscale: #5F5F5F. Windows color (decimal): -4385043 or 15537853. OLE color: 15537853.
HSL color Cylindrical-coordinate representation of color #BD16ED: hue angle of 286.6º 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 #BD16ED is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 22 | 237 | - |
| CMYK | 0.20 | 0.91 | 0 | 0.07 |
| HSL | 286.6º | 0.86% | 0.51% | - |
| HSV(B) | 286.6º | 0.91% | 0.93% | - |
| XYZ | 36.56 | 17.51 | 81.57 | - |
| YUV | 96.44 | 207.33 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 22 | 237 | 0.20 | 0.91 | 0 | 0.07 | 286.6 | 0.86 | 0.51 |
| Hex | BD | 16 | ED | 14 | 5B | 0 | 7 | 11F | 56 | 33 |
| Octal | 275 | 26 | 355 | 24 | 133 | 0 | 7 | 437 | 126 | 63 |
| Binary | 10111101 | 10110 | 11101101 | 10100 | 1011011 | 0 | 111 | 100011111 | 1010110 | 110011 |
Color Harmonies of #BD16ED
Complementary color
Monochromatic Colors of #BD16ED
Black with #BD16ED
Text Example
Text Example
White with #BD16ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD16ED; }
p { color: rgb(189,22,237); }
H1.HeaderClassName
{
color: #BD16ED;
}
.AnyTagClassName
{
color: #BD16ED;
}
</style>
background-color css
<style>
a { background-color: #BD16ED; }
a { background-color: rgb(189,22,237); }
div.DivClassName
{
background-color: #BD16ED;
}
.BgClassName
{
background-color: #BD16ED;
}
</style>
border-color css
<style>
span { border-color: #BD16ED; }
span { border-color: rgb(189,22,237); }
td.TdClassName
{
border-color: #BD16ED;
}
.TagClassName
{
border-color: #BD16ED;
}
</style>