Shades of Electric Purple #BD09ED
Tints of Electric Purple #BD09ED
RGB
CMYK
RGB Variations
Color information
#BD09ED (or 0xBD09ED) is known color: Electric Purple. HEX triplet: BD, 09 and ED. RGB value is (189,9,237). Sum of RGB (Red+Green+Blue) = 189+9+237=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 9 (3.91% from 255 or 2.07% from 435); Blue value is 237 (92.97% from 255 or 54.48% from 435); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD09ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD09ED is #42F612. Grayscale: #585858. Windows color (decimal): -4388371 or 15534525. OLE color: 15534525.
HSL color Cylindrical-coordinate representation of color #BD09ED: hue angle of 287.37º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD09ED is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 9 | 237 | - |
| CMYK | 0.20 | 0.96 | 0 | 0.07 |
| HSL | 287.37º | 0.93% | 0.48% | - |
| HSV(B) | 287.37º | 0.96% | 0.93% | - |
| XYZ | 36.37 | 17.13 | 81.51 | - |
| YUV | 88.81 | 211.63 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 9 | 237 | 0.20 | 0.96 | 0 | 0.07 | 287.37 | 0.93 | 0.48 |
| Hex | BD | 9 | ED | 14 | 60 | 0 | 7 | 11F | 5D | 30 |
| Octal | 275 | 11 | 355 | 24 | 140 | 0 | 7 | 437 | 135 | 60 |
| Binary | 10111101 | 1001 | 11101101 | 10100 | 1100000 | 0 | 111 | 100011111 | 1011101 | 110000 |
Color Harmonies of #BD09ED
Complementary color
Monochromatic Colors of #BD09ED
Black with #BD09ED
Text Example
Text Example
White with #BD09ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD09ED; }
p { color: rgb(189,9,237); }
H1.HeaderClassName
{
color: #BD09ED;
}
.AnyTagClassName
{
color: #BD09ED;
}
</style>
background-color css
<style>
a { background-color: #BD09ED; }
a { background-color: rgb(189,9,237); }
div.DivClassName
{
background-color: #BD09ED;
}
.BgClassName
{
background-color: #BD09ED;
}
</style>
border-color css
<style>
span { border-color: #BD09ED; }
span { border-color: rgb(189,9,237); }
td.TdClassName
{
border-color: #BD09ED;
}
.TagClassName
{
border-color: #BD09ED;
}
</style>