Shades of Electric Purple #BD19FE
Tints of Electric Purple #BD19FE
RGB
CMYK
RGB Variations
Color information
#BD19FE (or 0xBD19FE) is known color: Electric Purple. HEX triplet: BD, 19 and FE. RGB value is (189,25,254). Sum of RGB (Red+Green+Blue) = 189+25+254=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 25 (10.16% from 255 or 5.34% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD19FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD19FE is #42E601. Grayscale: #636363. Windows color (decimal): -4384258 or 16652733. OLE color: 16652733.
HSL color Cylindrical-coordinate representation of color #BD19FE: hue angle of 282.97º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD19FE is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 25 | 254 | - |
| CMYK | 0.26 | 0.90 | 0 | 0.00 |
| HSL | 282.97º | 0.99% | 0.55% | - |
| HSV(B) | 282.97º | 0.9% | 1% | - |
| XYZ | 39.22 | 18.67 | 95.3 | - |
| YUV | 100.14 | 214.83 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 25 | 254 | 0.26 | 0.90 | 0 | 0.00 | 282.97 | 0.99 | 0.55 |
| Hex | BD | 19 | FE | 1A | 5A | 0 | 0 | 11B | 63 | 37 |
| Octal | 275 | 31 | 376 | 32 | 132 | 0 | 0 | 433 | 143 | 67 |
| Binary | 10111101 | 11001 | 11111110 | 11010 | 1011010 | 0 | 0 | 100011011 | 1100011 | 110111 |
Color Harmonies of #BD19FE
Complementary color
Monochromatic Colors of #BD19FE
Black with #BD19FE
Text Example
Text Example
White with #BD19FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD19FE; }
p { color: rgb(189,25,254); }
H1.HeaderClassName
{
color: #BD19FE;
}
.AnyTagClassName
{
color: #BD19FE;
}
</style>
background-color css
<style>
a { background-color: #BD19FE; }
a { background-color: rgb(189,25,254); }
div.DivClassName
{
background-color: #BD19FE;
}
.BgClassName
{
background-color: #BD19FE;
}
</style>
border-color css
<style>
span { border-color: #BD19FE; }
span { border-color: rgb(189,25,254); }
td.TdClassName
{
border-color: #BD19FE;
}
.TagClassName
{
border-color: #BD19FE;
}
</style>