Shades of Electric Purple #BD2BEE
Tints of Electric Purple #BD2BEE
RGB
CMYK
RGB Variations
Color information
#BD2BEE (or 0xBD2BEE) is known color: Electric Purple. HEX triplet: BD, 2B and EE. RGB value is (189,43,238). Sum of RGB (Red+Green+Blue) = 189+43+238=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 43 (17.19% from 255 or 9.15% from 470); Blue value is 238 (93.36% from 255 or 50.64% from 470); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD2BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD2BEE is #42D411. Grayscale: #6C6C6C. Windows color (decimal): -4379666 or 15608765. OLE color: 15608765.
HSL color Cylindrical-coordinate representation of color #BD2BEE: hue angle of 284.92º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD2BEE is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 43 | 238 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.07 |
| HSL | 284.92º | 0.85% | 0.55% | - |
| HSV(B) | 284.92º | 0.82% | 0.93% | - |
| XYZ | 37.28 | 18.72 | 82.54 | - |
| YUV | 108.88 | 200.87 | 185.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 43 | 238 | 0.21 | 0.82 | 0 | 0.07 | 284.92 | 0.85 | 0.55 |
| Hex | BD | 2B | EE | 15 | 52 | 0 | 7 | 11D | 55 | 37 |
| Octal | 275 | 53 | 356 | 25 | 122 | 0 | 7 | 435 | 125 | 67 |
| Binary | 10111101 | 101011 | 11101110 | 10101 | 1010010 | 0 | 111 | 100011101 | 1010101 | 110111 |
Color Harmonies of #BD2BEE
Complementary color
Monochromatic Colors of #BD2BEE
Black with #BD2BEE
Text Example
Text Example
White with #BD2BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2BEE; }
p { color: rgb(189,43,238); }
H1.HeaderClassName
{
color: #BD2BEE;
}
.AnyTagClassName
{
color: #BD2BEE;
}
</style>
background-color css
<style>
a { background-color: #BD2BEE; }
a { background-color: rgb(189,43,238); }
div.DivClassName
{
background-color: #BD2BEE;
}
.BgClassName
{
background-color: #BD2BEE;
}
</style>
border-color css
<style>
span { border-color: #BD2BEE; }
span { border-color: rgb(189,43,238); }
td.TdClassName
{
border-color: #BD2BEE;
}
.TagClassName
{
border-color: #BD2BEE;
}
</style>