Shades of Electric Purple #BD00EC
Tints of Electric Purple #BD00EC
RGB
CMYK
RGB Variations
Color information
#BD00EC (or 0xBD00EC) is known color: Electric Purple. HEX triplet: BD, 00 and EC. RGB value is (189,0,236). Sum of RGB (Red+Green+Blue) = 189+0+236=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 0 (0.39% from 255 or 0% from 425); Blue value is 236 (92.58% from 255 or 55.53% from 425); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD00EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD00EC is #42FF13. Grayscale: #525252. Windows color (decimal): -4390676 or 15466685. OLE color: 15466685.
HSL color Cylindrical-coordinate representation of color #BD00EC: hue angle of 288.05º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD00EC is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 0 | 236 | - |
| CMYK | 0.20 | 1 | 0 | 0.07 |
| HSL | 288.05º | 1% | 0.46% | - |
| HSV(B) | 288.05º | 1% | 0.93% | - |
| XYZ | 36.13 | 16.87 | 80.71 | - |
| YUV | 83.42 | 214.12 | 203.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 236 | 0.20 | 1 | 0 | 0.07 | 288.05 | 1 | 0.46 |
| Hex | BD | 0 | EC | 14 | 64 | 0 | 7 | 120 | 64 | 2E |
| Octal | 275 | 0 | 354 | 24 | 144 | 0 | 7 | 440 | 144 | 56 |
| Binary | 10111101 | 0 | 11101100 | 10100 | 1100100 | 0 | 111 | 100100000 | 1100100 | 101110 |
Color Harmonies of #BD00EC
Complementary color
Monochromatic Colors of #BD00EC
Black with #BD00EC
Text Example
Text Example
White with #BD00EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD00EC; }
p { color: rgb(189,0,236); }
H1.HeaderClassName
{
color: #BD00EC;
}
.AnyTagClassName
{
color: #BD00EC;
}
</style>
background-color css
<style>
a { background-color: #BD00EC; }
a { background-color: rgb(189,0,236); }
div.DivClassName
{
background-color: #BD00EC;
}
.BgClassName
{
background-color: #BD00EC;
}
</style>
border-color css
<style>
span { border-color: #BD00EC; }
span { border-color: rgb(189,0,236); }
td.TdClassName
{
border-color: #BD00EC;
}
.TagClassName
{
border-color: #BD00EC;
}
</style>