Shades of Electric Purple #BD10EA
Tints of Electric Purple #BD10EA
RGB
CMYK
RGB Variations
Color information
#BD10EA (or 0xBD10EA) is known color: Electric Purple. HEX triplet: BD, 10 and EA. RGB value is (189,16,234). Sum of RGB (Red+Green+Blue) = 189+16+234=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 16 (6.64% from 255 or 3.64% from 439); Blue value is 234 (91.80% from 255 or 53.30% from 439); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD10EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD10EA is #42EF15. Grayscale: #5B5B5B. Windows color (decimal): -4386582 or 15339709. OLE color: 15339709.
HSL color Cylindrical-coordinate representation of color #BD10EA: hue angle of 287.61º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD10EA is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 16 | 234 | - |
| CMYK | 0.19 | 0.93 | 0 | 0.08 |
| HSL | 287.61º | 0.87% | 0.49% | - |
| HSV(B) | 287.61º | 0.93% | 0.92% | - |
| XYZ | 36.02 | 17.13 | 79.25 | - |
| YUV | 92.58 | 207.81 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 16 | 234 | 0.19 | 0.93 | 0 | 0.08 | 287.61 | 0.87 | 0.49 |
| Hex | BD | 10 | EA | 13 | 5D | 0 | 8 | 120 | 57 | 31 |
| Octal | 275 | 20 | 352 | 23 | 135 | 0 | 10 | 440 | 127 | 61 |
| Binary | 10111101 | 10000 | 11101010 | 10011 | 1011101 | 0 | 1000 | 100100000 | 1010111 | 110001 |
Color Harmonies of #BD10EA
Complementary color
Monochromatic Colors of #BD10EA
Black with #BD10EA
Text Example
Text Example
White with #BD10EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD10EA; }
p { color: rgb(189,16,234); }
H1.HeaderClassName
{
color: #BD10EA;
}
.AnyTagClassName
{
color: #BD10EA;
}
</style>
background-color css
<style>
a { background-color: #BD10EA; }
a { background-color: rgb(189,16,234); }
div.DivClassName
{
background-color: #BD10EA;
}
.BgClassName
{
background-color: #BD10EA;
}
</style>
border-color css
<style>
span { border-color: #BD10EA; }
span { border-color: rgb(189,16,234); }
td.TdClassName
{
border-color: #BD10EA;
}
.TagClassName
{
border-color: #BD10EA;
}
</style>