Shades of Electric Purple #BD15FF
Tints of Electric Purple #BD15FF
RGB
CMYK
RGB Variations
Color information
#BD15FF (or 0xBD15FF) is known color: Electric Purple. HEX triplet: BD, 15 and FF. RGB value is (189,21,255). Sum of RGB (Red+Green+Blue) = 189+21+255=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 21 (8.59% from 255 or 4.52% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD15FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD15FF is #42EA00. Grayscale: #616161. Windows color (decimal): -4385281 or 16717245. OLE color: 16717245.
HSL color Cylindrical-coordinate representation of color #BD15FF: hue angle of 283.08º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD15FF is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 21 | 255 | - |
| CMYK | 0.26 | 0.92 | 0 | 0 |
| HSL | 283.08º | 1% | 0.54% | - |
| HSV(B) | 283.08º | 0.92% | 1% | - |
| XYZ | 39.3 | 18.58 | 96.12 | - |
| YUV | 97.91 | 216.66 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 21 | 255 | 0.26 | 0.92 | 0 | 0 | 283.08 | 1 | 0.54 |
| Hex | BD | 15 | FF | 1A | 5C | 0 | 0 | 11B | 64 | 36 |
| Octal | 275 | 25 | 377 | 32 | 134 | 0 | 0 | 433 | 144 | 66 |
| Binary | 10111101 | 10101 | 11111111 | 11010 | 1011100 | 0 | 0 | 100011011 | 1100100 | 110110 |
Color Harmonies of #BD15FF
Complementary color
Monochromatic Colors of #BD15FF
Black with #BD15FF
Text Example
Text Example
White with #BD15FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD15FF; }
p { color: rgb(189,21,255); }
H1.HeaderClassName
{
color: #BD15FF;
}
.AnyTagClassName
{
color: #BD15FF;
}
</style>
background-color css
<style>
a { background-color: #BD15FF; }
a { background-color: rgb(189,21,255); }
div.DivClassName
{
background-color: #BD15FF;
}
.BgClassName
{
background-color: #BD15FF;
}
</style>
border-color css
<style>
span { border-color: #BD15FF; }
span { border-color: rgb(189,21,255); }
td.TdClassName
{
border-color: #BD15FF;
}
.TagClassName
{
border-color: #BD15FF;
}
</style>