Shades of Electric Purple #BD16EB
Tints of Electric Purple #BD16EB
RGB
CMYK
RGB Variations
Color information
#BD16EB (or 0xBD16EB) is known color: Electric Purple. HEX triplet: BD, 16 and EB. RGB value is (189,22,235). Sum of RGB (Red+Green+Blue) = 189+22+235=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 22 (8.98% from 255 or 4.93% from 446); Blue value is 235 (92.19% from 255 or 52.69% from 446); Max value from RGB is 235 - color contains mainly: blue. Hex color #BD16EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD16EB is #42E914. Grayscale: #5F5F5F. Windows color (decimal): -4385045 or 15406781. OLE color: 15406781.
HSL color Cylindrical-coordinate representation of color #BD16EB: hue angle of 287.04º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD16EB is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 22 | 235 | - |
| CMYK | 0.20 | 0.91 | 0 | 0.08 |
| HSL | 287.04º | 0.84% | 0.5% | - |
| HSV(B) | 287.04º | 0.91% | 0.92% | - |
| XYZ | 36.27 | 17.39 | 80.04 | - |
| YUV | 96.22 | 206.33 | 194.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 22 | 235 | 0.20 | 0.91 | 0 | 0.08 | 287.04 | 0.84 | 0.5 |
| Hex | BD | 16 | EB | 14 | 5B | 0 | 8 | 11F | 54 | 32 |
| Octal | 275 | 26 | 353 | 24 | 133 | 0 | 10 | 437 | 124 | 62 |
| Binary | 10111101 | 10110 | 11101011 | 10100 | 1011011 | 0 | 1000 | 100011111 | 1010100 | 110010 |
Color Harmonies of #BD16EB
Complementary color
Monochromatic Colors of #BD16EB
Black with #BD16EB
Text Example
Text Example
White with #BD16EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD16EB; }
p { color: rgb(189,22,235); }
H1.HeaderClassName
{
color: #BD16EB;
}
.AnyTagClassName
{
color: #BD16EB;
}
</style>
background-color css
<style>
a { background-color: #BD16EB; }
a { background-color: rgb(189,22,235); }
div.DivClassName
{
background-color: #BD16EB;
}
.BgClassName
{
background-color: #BD16EB;
}
</style>
border-color css
<style>
span { border-color: #BD16EB; }
span { border-color: rgb(189,22,235); }
td.TdClassName
{
border-color: #BD16EB;
}
.TagClassName
{
border-color: #BD16EB;
}
</style>