Shades of Electric Purple #BD2DEE
Tints of Electric Purple #BD2DEE
RGB
CMYK
RGB Variations
Color information
#BD2DEE (or 0xBD2DEE) is known color: Electric Purple. HEX triplet: BD, 2D and EE. RGB value is (189,45,238). Sum of RGB (Red+Green+Blue) = 189+45+238=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 45 (17.97% from 255 or 9.53% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD2DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD2DEE is #42D211. Grayscale: #6D6D6D. Windows color (decimal): -4379154 or 15609277. OLE color: 15609277.
HSL color Cylindrical-coordinate representation of color #BD2DEE: hue angle of 284.77º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD2DEE is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 45 | 238 | - |
| CMYK | 0.21 | 0.81 | 0 | 0.07 |
| HSL | 284.77º | 0.85% | 0.55% | - |
| HSV(B) | 284.77º | 0.81% | 0.93% | - |
| XYZ | 37.36 | 18.87 | 82.56 | - |
| YUV | 110.06 | 200.21 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 45 | 238 | 0.21 | 0.81 | 0 | 0.07 | 284.77 | 0.85 | 0.55 |
| Hex | BD | 2D | EE | 15 | 51 | 0 | 7 | 11D | 55 | 37 |
| Octal | 275 | 55 | 356 | 25 | 121 | 0 | 7 | 435 | 125 | 67 |
| Binary | 10111101 | 101101 | 11101110 | 10101 | 1010001 | 0 | 111 | 100011101 | 1010101 | 110111 |
Color Harmonies of #BD2DEE
Complementary color
Monochromatic Colors of #BD2DEE
Black with #BD2DEE
Text Example
Text Example
White with #BD2DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2DEE; }
p { color: rgb(189,45,238); }
H1.HeaderClassName
{
color: #BD2DEE;
}
.AnyTagClassName
{
color: #BD2DEE;
}
</style>
background-color css
<style>
a { background-color: #BD2DEE; }
a { background-color: rgb(189,45,238); }
div.DivClassName
{
background-color: #BD2DEE;
}
.BgClassName
{
background-color: #BD2DEE;
}
</style>
border-color css
<style>
span { border-color: #BD2DEE; }
span { border-color: rgb(189,45,238); }
td.TdClassName
{
border-color: #BD2DEE;
}
.TagClassName
{
border-color: #BD2DEE;
}
</style>