Shades of Electric Purple #BD12FE
Tints of Electric Purple #BD12FE
RGB
CMYK
RGB Variations
Color information
#BD12FE (or 0xBD12FE) is known color: Electric Purple. HEX triplet: BD, 12 and FE. RGB value is (189,18,254). Sum of RGB (Red+Green+Blue) = 189+18+254=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 18 (7.42% from 255 or 3.90% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD12FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD12FE is #42ED01. Grayscale: #5F5F5F. Windows color (decimal): -4386050 or 16650941. OLE color: 16650941.
HSL color Cylindrical-coordinate representation of color #BD12FE: hue angle of 283.47º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD12FE is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 18 | 254 | - |
| CMYK | 0.26 | 0.93 | 0 | 0.00 |
| HSL | 283.47º | 0.99% | 0.53% | - |
| HSV(B) | 283.47º | 0.93% | 1% | - |
| XYZ | 39.09 | 18.41 | 95.26 | - |
| YUV | 96.03 | 217.15 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 18 | 254 | 0.26 | 0.93 | 0 | 0.00 | 283.47 | 0.99 | 0.53 |
| Hex | BD | 12 | FE | 1A | 5D | 0 | 0 | 11B | 63 | 35 |
| Octal | 275 | 22 | 376 | 32 | 135 | 0 | 0 | 433 | 143 | 65 |
| Binary | 10111101 | 10010 | 11111110 | 11010 | 1011101 | 0 | 0 | 100011011 | 1100011 | 110101 |
Color Harmonies of #BD12FE
Complementary color
Monochromatic Colors of #BD12FE
Black with #BD12FE
Text Example
Text Example
White with #BD12FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD12FE; }
p { color: rgb(189,18,254); }
H1.HeaderClassName
{
color: #BD12FE;
}
.AnyTagClassName
{
color: #BD12FE;
}
</style>
background-color css
<style>
a { background-color: #BD12FE; }
a { background-color: rgb(189,18,254); }
div.DivClassName
{
background-color: #BD12FE;
}
.BgClassName
{
background-color: #BD12FE;
}
</style>
border-color css
<style>
span { border-color: #BD12FE; }
span { border-color: rgb(189,18,254); }
td.TdClassName
{
border-color: #BD12FE;
}
.TagClassName
{
border-color: #BD12FE;
}
</style>