Shades of Electric Purple #BD15E8
Tints of Electric Purple #BD15E8
RGB
CMYK
RGB Variations
Color information
#BD15E8 (or 0xBD15E8) is known color: Electric Purple. HEX triplet: BD, 15 and E8. RGB value is (189,21,232). Sum of RGB (Red+Green+Blue) = 189+21+232=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 21 (8.59% from 255 or 4.75% from 442); Blue value is 232 (91.02% from 255 or 52.49% from 442); Max value from RGB is 232 - color contains mainly: blue. Hex color #BD15E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD15E8 is #42EA17. Grayscale: #5E5E5E. Windows color (decimal): -4385304 or 15209917. OLE color: 15209917.
HSL color Cylindrical-coordinate representation of color #BD15E8: hue angle of 287.77º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD15E8 is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 21 | 232 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.09 |
| HSL | 287.77º | 0.83% | 0.5% | - |
| HSV(B) | 287.77º | 0.91% | 0.91% | - |
| XYZ | 35.82 | 17.18 | 77.77 | - |
| YUV | 95.29 | 205.16 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 21 | 232 | 0.19 | 0.91 | 0 | 0.09 | 287.77 | 0.83 | 0.5 |
| Hex | BD | 15 | E8 | 13 | 5B | 0 | 9 | 120 | 53 | 32 |
| Octal | 275 | 25 | 350 | 23 | 133 | 0 | 11 | 440 | 123 | 62 |
| Binary | 10111101 | 10101 | 11101000 | 10011 | 1011011 | 0 | 1001 | 100100000 | 1010011 | 110010 |
Color Harmonies of #BD15E8
Complementary color
Monochromatic Colors of #BD15E8
Black with #BD15E8
Text Example
Text Example
White with #BD15E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD15E8; }
p { color: rgb(189,21,232); }
H1.HeaderClassName
{
color: #BD15E8;
}
.AnyTagClassName
{
color: #BD15E8;
}
</style>
background-color css
<style>
a { background-color: #BD15E8; }
a { background-color: rgb(189,21,232); }
div.DivClassName
{
background-color: #BD15E8;
}
.BgClassName
{
background-color: #BD15E8;
}
</style>
border-color css
<style>
span { border-color: #BD15E8; }
span { border-color: rgb(189,21,232); }
td.TdClassName
{
border-color: #BD15E8;
}
.TagClassName
{
border-color: #BD15E8;
}
</style>