Shades of Electric Purple #BD15FE
Tints of Electric Purple #BD15FE
RGB
CMYK
RGB Variations
Color information
#BD15FE (or 0xBD15FE) is known color: Electric Purple. HEX triplet: BD, 15 and FE. RGB value is (189,21,254). Sum of RGB (Red+Green+Blue) = 189+21+254=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 21 (8.59% from 255 or 4.53% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD15FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD15FE is #42EA01. Grayscale: #616161. Windows color (decimal): -4385282 or 16651709. OLE color: 16651709.
HSL color Cylindrical-coordinate representation of color #BD15FE: hue angle of 283.26º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD15FE is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 21 | 254 | - |
| CMYK | 0.26 | 0.92 | 0 | 0.00 |
| HSL | 283.26º | 0.99% | 0.54% | - |
| HSV(B) | 283.26º | 0.92% | 1% | - |
| XYZ | 39.14 | 18.51 | 95.28 | - |
| YUV | 97.79 | 216.16 | 193.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 21 | 254 | 0.26 | 0.92 | 0 | 0.00 | 283.26 | 0.99 | 0.54 |
| Hex | BD | 15 | FE | 1A | 5C | 0 | 0 | 11B | 63 | 36 |
| Octal | 275 | 25 | 376 | 32 | 134 | 0 | 0 | 433 | 143 | 66 |
| Binary | 10111101 | 10101 | 11111110 | 11010 | 1011100 | 0 | 0 | 100011011 | 1100011 | 110110 |
Color Harmonies of #BD15FE
Complementary color
Monochromatic Colors of #BD15FE
Black with #BD15FE
Text Example
Text Example
White with #BD15FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD15FE; }
p { color: rgb(189,21,254); }
H1.HeaderClassName
{
color: #BD15FE;
}
.AnyTagClassName
{
color: #BD15FE;
}
</style>
background-color css
<style>
a { background-color: #BD15FE; }
a { background-color: rgb(189,21,254); }
div.DivClassName
{
background-color: #BD15FE;
}
.BgClassName
{
background-color: #BD15FE;
}
</style>
border-color css
<style>
span { border-color: #BD15FE; }
span { border-color: rgb(189,21,254); }
td.TdClassName
{
border-color: #BD15FE;
}
.TagClassName
{
border-color: #BD15FE;
}
</style>