Shades of Electric Purple #BD21E2
Tints of Electric Purple #BD21E2
RGB
CMYK
RGB Variations
Color information
#BD21E2 (or 0xBD21E2) is known color: Electric Purple. HEX triplet: BD, 21 and E2. RGB value is (189,33,226). Sum of RGB (Red+Green+Blue) = 189+33+226=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 33 (13.28% from 255 or 7.37% from 448); Blue value is 226 (88.67% from 255 or 50.45% from 448); Max value from RGB is 226 - color contains mainly: blue. Hex color #BD21E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD21E2 is #42DE1D. Grayscale: #656565. Windows color (decimal): -4382238 or 14819773. OLE color: 14819773.
HSL color Cylindrical-coordinate representation of color #BD21E2: hue angle of 288.5º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD21E2 is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 33 | 226 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.11 |
| HSL | 288.5º | 0.77% | 0.51% | - |
| HSV(B) | 288.5º | 0.85% | 0.89% | - |
| XYZ | 35.26 | 17.4 | 73.45 | - |
| YUV | 101.65 | 198.18 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 33 | 226 | 0.16 | 0.85 | 0 | 0.11 | 288.5 | 0.77 | 0.51 |
| Hex | BD | 21 | E2 | 10 | 55 | 0 | B | 120 | 4D | 33 |
| Octal | 275 | 41 | 342 | 20 | 125 | 0 | 13 | 440 | 115 | 63 |
| Binary | 10111101 | 100001 | 11100010 | 10000 | 1010101 | 0 | 1011 | 100100000 | 1001101 | 110011 |
Color Harmonies of #BD21E2
Complementary color
Monochromatic Colors of #BD21E2
Black with #BD21E2
Text Example
Text Example
White with #BD21E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD21E2; }
p { color: rgb(189,33,226); }
H1.HeaderClassName
{
color: #BD21E2;
}
.AnyTagClassName
{
color: #BD21E2;
}
</style>
background-color css
<style>
a { background-color: #BD21E2; }
a { background-color: rgb(189,33,226); }
div.DivClassName
{
background-color: #BD21E2;
}
.BgClassName
{
background-color: #BD21E2;
}
</style>
border-color css
<style>
span { border-color: #BD21E2; }
span { border-color: rgb(189,33,226); }
td.TdClassName
{
border-color: #BD21E2;
}
.TagClassName
{
border-color: #BD21E2;
}
</style>