Shades of Electric Purple #BD11FC
Tints of Electric Purple #BD11FC
RGB
CMYK
RGB Variations
Color information
#BD11FC (or 0xBD11FC) is known color: Electric Purple. HEX triplet: BD, 11 and FC. RGB value is (189,17,252). Sum of RGB (Red+Green+Blue) = 189+17+252=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 17 (7.03% from 255 or 3.71% from 458); Blue value is 252 (98.83% from 255 or 55.02% from 458); Max value from RGB is 252 - color contains mainly: blue. Hex color #BD11FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD11FC is #42EE03. Grayscale: #5E5E5E. Windows color (decimal): -4386308 or 16519613. OLE color: 16519613.
HSL color Cylindrical-coordinate representation of color #BD11FC: hue angle of 283.91º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD11FC is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 17 | 252 | - |
| CMYK | 0.25 | 0.93 | 0 | 0.01 |
| HSL | 283.91º | 0.98% | 0.53% | - |
| HSV(B) | 283.91º | 0.93% | 0.99% | - |
| XYZ | 38.76 | 18.25 | 93.57 | - |
| YUV | 95.22 | 216.48 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 17 | 252 | 0.25 | 0.93 | 0 | 0.01 | 283.91 | 0.98 | 0.53 |
| Hex | BD | 11 | FC | 19 | 5D | 0 | 1 | 11C | 62 | 35 |
| Octal | 275 | 21 | 374 | 31 | 135 | 0 | 1 | 434 | 142 | 65 |
| Binary | 10111101 | 10001 | 11111100 | 11001 | 1011101 | 0 | 1 | 100011100 | 1100010 | 110101 |
Color Harmonies of #BD11FC
Complementary color
Monochromatic Colors of #BD11FC
Black with #BD11FC
Text Example
Text Example
White with #BD11FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD11FC; }
p { color: rgb(189,17,252); }
H1.HeaderClassName
{
color: #BD11FC;
}
.AnyTagClassName
{
color: #BD11FC;
}
</style>
background-color css
<style>
a { background-color: #BD11FC; }
a { background-color: rgb(189,17,252); }
div.DivClassName
{
background-color: #BD11FC;
}
.BgClassName
{
background-color: #BD11FC;
}
</style>
border-color css
<style>
span { border-color: #BD11FC; }
span { border-color: rgb(189,17,252); }
td.TdClassName
{
border-color: #BD11FC;
}
.TagClassName
{
border-color: #BD11FC;
}
</style>