Shades of Electric Purple #BD1DED
Tints of Electric Purple #BD1DED
RGB
CMYK
RGB Variations
Color information
#BD1DED (or 0xBD1DED) is known color: Electric Purple. HEX triplet: BD, 1D and ED. RGB value is (189,29,237). Sum of RGB (Red+Green+Blue) = 189+29+237=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 29 (11.72% from 255 or 6.37% from 455); Blue value is 237 (92.97% from 255 or 52.09% from 455); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD1DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD1DED is #42E212. Grayscale: #636363. Windows color (decimal): -4383251 or 15539645. OLE color: 15539645.
HSL color Cylindrical-coordinate representation of color #BD1DED: hue angle of 286.15º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD1DED is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 29 | 237 | - |
| CMYK | 0.20 | 0.88 | 0 | 0.07 |
| HSL | 286.15º | 0.85% | 0.52% | - |
| HSV(B) | 286.15º | 0.88% | 0.93% | - |
| XYZ | 36.71 | 17.81 | 81.62 | - |
| YUV | 100.55 | 205.01 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 29 | 237 | 0.20 | 0.88 | 0 | 0.07 | 286.15 | 0.85 | 0.52 |
| Hex | BD | 1D | ED | 14 | 58 | 0 | 7 | 11E | 55 | 34 |
| Octal | 275 | 35 | 355 | 24 | 130 | 0 | 7 | 436 | 125 | 64 |
| Binary | 10111101 | 11101 | 11101101 | 10100 | 1011000 | 0 | 111 | 100011110 | 1010101 | 110100 |
Color Harmonies of #BD1DED
Complementary color
Monochromatic Colors of #BD1DED
Black with #BD1DED
Text Example
Text Example
White with #BD1DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1DED; }
p { color: rgb(189,29,237); }
H1.HeaderClassName
{
color: #BD1DED;
}
.AnyTagClassName
{
color: #BD1DED;
}
</style>
background-color css
<style>
a { background-color: #BD1DED; }
a { background-color: rgb(189,29,237); }
div.DivClassName
{
background-color: #BD1DED;
}
.BgClassName
{
background-color: #BD1DED;
}
</style>
border-color css
<style>
span { border-color: #BD1DED; }
span { border-color: rgb(189,29,237); }
td.TdClassName
{
border-color: #BD1DED;
}
.TagClassName
{
border-color: #BD1DED;
}
</style>