Shades of Electric Purple #BD19FA
Tints of Electric Purple #BD19FA
RGB
CMYK
RGB Variations
Color information
#BD19FA (or 0xBD19FA) is known color: Electric Purple. HEX triplet: BD, 19 and FA. RGB value is (189,25,250). Sum of RGB (Red+Green+Blue) = 189+25+250=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 25 (10.16% from 255 or 5.39% from 464); Blue value is 250 (98.05% from 255 or 53.88% from 464); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD19FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD19FA is #42E605. Grayscale: #626262. Windows color (decimal): -4384262 or 16390589. OLE color: 16390589.
HSL color Cylindrical-coordinate representation of color #BD19FA: hue angle of 283.73º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD19FA is Cyan = 0.24, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 25 | 250 | - |
| CMYK | 0.24 | 0.9 | 0 | 0.02 |
| HSL | 283.73º | 0.96% | 0.54% | - |
| HSV(B) | 283.73º | 0.9% | 0.98% | - |
| XYZ | 38.59 | 18.42 | 91.96 | - |
| YUV | 99.69 | 212.83 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 25 | 250 | 0.24 | 0.9 | 0 | 0.02 | 283.73 | 0.96 | 0.54 |
| Hex | BD | 19 | FA | 18 | 5A | 0 | 2 | 11C | 60 | 36 |
| Octal | 275 | 31 | 372 | 30 | 132 | 0 | 2 | 434 | 140 | 66 |
| Binary | 10111101 | 11001 | 11111010 | 11000 | 1011010 | 0 | 10 | 100011100 | 1100000 | 110110 |
Color Harmonies of #BD19FA
Complementary color
Monochromatic Colors of #BD19FA
Black with #BD19FA
Text Example
Text Example
White with #BD19FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD19FA; }
p { color: rgb(189,25,250); }
H1.HeaderClassName
{
color: #BD19FA;
}
.AnyTagClassName
{
color: #BD19FA;
}
</style>
background-color css
<style>
a { background-color: #BD19FA; }
a { background-color: rgb(189,25,250); }
div.DivClassName
{
background-color: #BD19FA;
}
.BgClassName
{
background-color: #BD19FA;
}
</style>
border-color css
<style>
span { border-color: #BD19FA; }
span { border-color: rgb(189,25,250); }
td.TdClassName
{
border-color: #BD19FA;
}
.TagClassName
{
border-color: #BD19FA;
}
</style>