Shades of Electric Purple #BD21E9
Tints of Electric Purple #BD21E9
RGB
CMYK
RGB Variations
Color information
#BD21E9 (or 0xBD21E9) is known color: Electric Purple. HEX triplet: BD, 21 and E9. RGB value is (189,33,233). Sum of RGB (Red+Green+Blue) = 189+33+233=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 33 (13.28% from 255 or 7.25% from 455); Blue value is 233 (91.41% from 255 or 51.21% from 455); Max value from RGB is 233 - color contains mainly: blue. Hex color #BD21E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD21E9 is #42DE16. Grayscale: #656565. Windows color (decimal): -4382231 or 15278525. OLE color: 15278525.
HSL color Cylindrical-coordinate representation of color #BD21E9: hue angle of 286.8º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD21E9 is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 33 | 233 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.09 |
| HSL | 286.8º | 0.82% | 0.52% | - |
| HSV(B) | 286.8º | 0.86% | 0.91% | - |
| XYZ | 36.24 | 17.79 | 78.61 | - |
| YUV | 102.44 | 201.68 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 33 | 233 | 0.19 | 0.86 | 0 | 0.09 | 286.8 | 0.82 | 0.52 |
| Hex | BD | 21 | E9 | 13 | 56 | 0 | 9 | 11F | 52 | 34 |
| Octal | 275 | 41 | 351 | 23 | 126 | 0 | 11 | 437 | 122 | 64 |
| Binary | 10111101 | 100001 | 11101001 | 10011 | 1010110 | 0 | 1001 | 100011111 | 1010010 | 110100 |
Color Harmonies of #BD21E9
Complementary color
Monochromatic Colors of #BD21E9
Black with #BD21E9
Text Example
Text Example
White with #BD21E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD21E9; }
p { color: rgb(189,33,233); }
H1.HeaderClassName
{
color: #BD21E9;
}
.AnyTagClassName
{
color: #BD21E9;
}
</style>
background-color css
<style>
a { background-color: #BD21E9; }
a { background-color: rgb(189,33,233); }
div.DivClassName
{
background-color: #BD21E9;
}
.BgClassName
{
background-color: #BD21E9;
}
</style>
border-color css
<style>
span { border-color: #BD21E9; }
span { border-color: rgb(189,33,233); }
td.TdClassName
{
border-color: #BD21E9;
}
.TagClassName
{
border-color: #BD21E9;
}
</style>