Shades of Electric Purple #BD00ED
Tints of Electric Purple #BD00ED
RGB
CMYK
RGB Variations
Color information
#BD00ED (or 0xBD00ED) is known color: Electric Purple. HEX triplet: BD, 00 and ED. RGB value is (189,0,237). Sum of RGB (Red+Green+Blue) = 189+0+237=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 0 (0.39% from 255 or 0% from 426); Blue value is 237 (92.97% from 255 or 55.63% from 426); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD00ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD00ED is #42FF12. Grayscale: #525252. Windows color (decimal): -4390675 or 15532221. OLE color: 15532221.
HSL color Cylindrical-coordinate representation of color #BD00ED: hue angle of 287.85º 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 #BD00ED is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 0 | 237 | - |
| CMYK | 0.20 | 1 | 0 | 0.07 |
| HSL | 287.85º | 1% | 0.46% | - |
| HSV(B) | 287.85º | 1% | 0.93% | - |
| XYZ | 36.27 | 16.93 | 81.48 | - |
| YUV | 83.53 | 214.62 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 237 | 0.20 | 1 | 0 | 0.07 | 287.85 | 1 | 0.46 |
| Hex | BD | 0 | ED | 14 | 64 | 0 | 7 | 120 | 64 | 2E |
| Octal | 275 | 0 | 355 | 24 | 144 | 0 | 7 | 440 | 144 | 56 |
| Binary | 10111101 | 0 | 11101101 | 10100 | 1100100 | 0 | 111 | 100100000 | 1100100 | 101110 |
Color Harmonies of #BD00ED
Complementary color
Monochromatic Colors of #BD00ED
Black with #BD00ED
Text Example
Text Example
White with #BD00ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD00ED; }
p { color: rgb(189,0,237); }
H1.HeaderClassName
{
color: #BD00ED;
}
.AnyTagClassName
{
color: #BD00ED;
}
</style>
background-color css
<style>
a { background-color: #BD00ED; }
a { background-color: rgb(189,0,237); }
div.DivClassName
{
background-color: #BD00ED;
}
.BgClassName
{
background-color: #BD00ED;
}
</style>
border-color css
<style>
span { border-color: #BD00ED; }
span { border-color: rgb(189,0,237); }
td.TdClassName
{
border-color: #BD00ED;
}
.TagClassName
{
border-color: #BD00ED;
}
</style>