Shades of Electric Purple #BD04FA
Tints of Electric Purple #BD04FA
RGB
CMYK
RGB Variations
Color information
#BD04FA (or 0xBD04FA) is known color: Electric Purple. HEX triplet: BD, 04 and FA. RGB value is (189,4,250). Sum of RGB (Red+Green+Blue) = 189+4+250=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 4 (1.95% from 255 or 0.90% from 443); Blue value is 250 (98.05% from 255 or 56.43% from 443); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD04FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD04FA is #42FB05. Grayscale: #565656. Windows color (decimal): -4389638 or 16385213. OLE color: 16385213.
HSL color Cylindrical-coordinate representation of color #BD04FA: hue angle of 285.12º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD04FA is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 4 | 250 | - |
| CMYK | 0.24 | 0.98 | 0 | 0.02 |
| HSL | 285.12º | 0.97% | 0.5% | - |
| HSV(B) | 285.12º | 0.98% | 0.98% | - |
| XYZ | 38.29 | 17.81 | 91.86 | - |
| YUV | 87.36 | 219.79 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 4 | 250 | 0.24 | 0.98 | 0 | 0.02 | 285.12 | 0.97 | 0.5 |
| Hex | BD | 4 | FA | 18 | 62 | 0 | 2 | 11D | 61 | 32 |
| Octal | 275 | 4 | 372 | 30 | 142 | 0 | 2 | 435 | 141 | 62 |
| Binary | 10111101 | 100 | 11111010 | 11000 | 1100010 | 0 | 10 | 100011101 | 1100001 | 110010 |
Color Harmonies of #BD04FA
Complementary color
Monochromatic Colors of #BD04FA
Black with #BD04FA
Text Example
Text Example
White with #BD04FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD04FA; }
p { color: rgb(189,4,250); }
H1.HeaderClassName
{
color: #BD04FA;
}
.AnyTagClassName
{
color: #BD04FA;
}
</style>
background-color css
<style>
a { background-color: #BD04FA; }
a { background-color: rgb(189,4,250); }
div.DivClassName
{
background-color: #BD04FA;
}
.BgClassName
{
background-color: #BD04FA;
}
</style>
border-color css
<style>
span { border-color: #BD04FA; }
span { border-color: rgb(189,4,250); }
td.TdClassName
{
border-color: #BD04FA;
}
.TagClassName
{
border-color: #BD04FA;
}
</style>