Shades of Electric Purple #BD01ED
Tints of Electric Purple #BD01ED
RGB
CMYK
RGB Variations
Color information
#BD01ED (or 0xBD01ED) is known color: Electric Purple. HEX triplet: BD, 01 and ED. RGB value is (189,1,237). Sum of RGB (Red+Green+Blue) = 189+1+237=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 1 (0.78% from 255 or 0.23% from 427); Blue value is 237 (92.97% from 255 or 55.50% from 427); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD01ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD01ED is #42FE12. Grayscale: #535353. Windows color (decimal): -4390419 or 15532477. OLE color: 15532477.
HSL color Cylindrical-coordinate representation of color #BD01ED: hue angle of 287.8º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD01ED is Cyan = 0.20, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 1 | 237 | - |
| CMYK | 0.20 | 1.00 | 0 | 0.07 |
| HSL | 287.8º | 0.99% | 0.47% | - |
| HSV(B) | 287.8º | 1% | 0.93% | - |
| XYZ | 36.28 | 16.95 | 81.48 | - |
| YUV | 84.12 | 214.28 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 1 | 237 | 0.20 | 1.00 | 0 | 0.07 | 287.8 | 0.99 | 0.47 |
| Hex | BD | 1 | ED | 14 | 64 | 0 | 7 | 120 | 63 | 2F |
| Octal | 275 | 1 | 355 | 24 | 144 | 0 | 7 | 440 | 143 | 57 |
| Binary | 10111101 | 1 | 11101101 | 10100 | 1100100 | 0 | 111 | 100100000 | 1100011 | 101111 |
Color Harmonies of #BD01ED
Complementary color
Monochromatic Colors of #BD01ED
Black with #BD01ED
Text Example
Text Example
White with #BD01ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD01ED; }
p { color: rgb(189,1,237); }
H1.HeaderClassName
{
color: #BD01ED;
}
.AnyTagClassName
{
color: #BD01ED;
}
</style>
background-color css
<style>
a { background-color: #BD01ED; }
a { background-color: rgb(189,1,237); }
div.DivClassName
{
background-color: #BD01ED;
}
.BgClassName
{
background-color: #BD01ED;
}
</style>
border-color css
<style>
span { border-color: #BD01ED; }
span { border-color: rgb(189,1,237); }
td.TdClassName
{
border-color: #BD01ED;
}
.TagClassName
{
border-color: #BD01ED;
}
</style>