Shades of Electric Purple #BD15E4
Tints of Electric Purple #BD15E4
RGB
CMYK
RGB Variations
Color information
#BD15E4 (or 0xBD15E4) is known color: Electric Purple. HEX triplet: BD, 15 and E4. RGB value is (189,21,228). Sum of RGB (Red+Green+Blue) = 189+21+228=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 21 (8.59% from 255 or 4.79% from 438); Blue value is 228 (89.45% from 255 or 52.05% from 438); Max value from RGB is 228 - color contains mainly: blue. Hex color #BD15E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD15E4 is #42EA1B. Grayscale: #5E5E5E. Windows color (decimal): -4385308 or 14947773. OLE color: 14947773.
HSL color Cylindrical-coordinate representation of color #BD15E4: hue angle of 288.7º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD15E4 is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 21 | 228 | - |
| CMYK | 0.17 | 0.91 | 0 | 0.11 |
| HSL | 288.7º | 0.83% | 0.49% | - |
| HSV(B) | 288.7º | 0.91% | 0.89% | - |
| XYZ | 35.26 | 16.96 | 74.81 | - |
| YUV | 94.83 | 203.16 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 21 | 228 | 0.17 | 0.91 | 0 | 0.11 | 288.7 | 0.83 | 0.49 |
| Hex | BD | 15 | E4 | 11 | 5B | 0 | B | 121 | 53 | 31 |
| Octal | 275 | 25 | 344 | 21 | 133 | 0 | 13 | 441 | 123 | 61 |
| Binary | 10111101 | 10101 | 11100100 | 10001 | 1011011 | 0 | 1011 | 100100001 | 1010011 | 110001 |
Color Harmonies of #BD15E4
Complementary color
Monochromatic Colors of #BD15E4
Black with #BD15E4
Text Example
Text Example
White with #BD15E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD15E4; }
p { color: rgb(189,21,228); }
H1.HeaderClassName
{
color: #BD15E4;
}
.AnyTagClassName
{
color: #BD15E4;
}
</style>
background-color css
<style>
a { background-color: #BD15E4; }
a { background-color: rgb(189,21,228); }
div.DivClassName
{
background-color: #BD15E4;
}
.BgClassName
{
background-color: #BD15E4;
}
</style>
border-color css
<style>
span { border-color: #BD15E4; }
span { border-color: rgb(189,21,228); }
td.TdClassName
{
border-color: #BD15E4;
}
.TagClassName
{
border-color: #BD15E4;
}
</style>