Shades of Electric Purple #BD14FF
Tints of Electric Purple #BD14FF
RGB
CMYK
RGB Variations
Color information
#BD14FF (or 0xBD14FF) is known color: Electric Purple. HEX triplet: BD, 14 and FF. RGB value is (189,20,255). Sum of RGB (Red+Green+Blue) = 189+20+255=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 20 (8.20% from 255 or 4.31% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD14FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD14FF is #42EB00. Grayscale: #606060. Windows color (decimal): -4385537 or 16716989. OLE color: 16716989.
HSL color Cylindrical-coordinate representation of color #BD14FF: hue angle of 283.15º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD14FF is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 20 | 255 | - |
| CMYK | 0.26 | 0.92 | 0 | 0 |
| HSL | 283.15º | 1% | 0.54% | - |
| HSV(B) | 283.15º | 0.92% | 1% | - |
| XYZ | 39.29 | 18.54 | 96.12 | - |
| YUV | 97.32 | 216.99 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 20 | 255 | 0.26 | 0.92 | 0 | 0 | 283.15 | 1 | 0.54 |
| Hex | BD | 14 | FF | 1A | 5C | 0 | 0 | 11B | 64 | 36 |
| Octal | 275 | 24 | 377 | 32 | 134 | 0 | 0 | 433 | 144 | 66 |
| Binary | 10111101 | 10100 | 11111111 | 11010 | 1011100 | 0 | 0 | 100011011 | 1100100 | 110110 |
Color Harmonies of #BD14FF
Complementary color
Monochromatic Colors of #BD14FF
Black with #BD14FF
Text Example
Text Example
White with #BD14FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD14FF; }
p { color: rgb(189,20,255); }
H1.HeaderClassName
{
color: #BD14FF;
}
.AnyTagClassName
{
color: #BD14FF;
}
</style>
background-color css
<style>
a { background-color: #BD14FF; }
a { background-color: rgb(189,20,255); }
div.DivClassName
{
background-color: #BD14FF;
}
.BgClassName
{
background-color: #BD14FF;
}
</style>
border-color css
<style>
span { border-color: #BD14FF; }
span { border-color: rgb(189,20,255); }
td.TdClassName
{
border-color: #BD14FF;
}
.TagClassName
{
border-color: #BD14FF;
}
</style>