Shades of Electric Purple #BD22E5
Tints of Electric Purple #BD22E5
RGB
CMYK
RGB Variations
Color information
#BD22E5 (or 0xBD22E5) is known color: Electric Purple. HEX triplet: BD, 22 and E5. RGB value is (189,34,229). Sum of RGB (Red+Green+Blue) = 189+34+229=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 34 (13.67% from 255 or 7.52% from 452); Blue value is 229 (89.84% from 255 or 50.66% from 452); Max value from RGB is 229 - color contains mainly: blue. Hex color #BD22E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD22E5 is #42DD1A. Grayscale: #656565. Windows color (decimal): -4381979 or 15016637. OLE color: 15016637.
HSL color Cylindrical-coordinate representation of color #BD22E5: hue angle of 287.69º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD22E5 is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 34 | 229 | - |
| CMYK | 0.17 | 0.85 | 0 | 0.10 |
| HSL | 287.69º | 0.79% | 0.52% | - |
| HSV(B) | 287.69º | 0.85% | 0.9% | - |
| XYZ | 35.7 | 17.62 | 75.65 | - |
| YUV | 102.58 | 199.35 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 34 | 229 | 0.17 | 0.85 | 0 | 0.10 | 287.69 | 0.79 | 0.52 |
| Hex | BD | 22 | E5 | 11 | 55 | 0 | A | 120 | 4F | 34 |
| Octal | 275 | 42 | 345 | 21 | 125 | 0 | 12 | 440 | 117 | 64 |
| Binary | 10111101 | 100010 | 11100101 | 10001 | 1010101 | 0 | 1010 | 100100000 | 1001111 | 110100 |
Color Harmonies of #BD22E5
Complementary color
Monochromatic Colors of #BD22E5
Black with #BD22E5
Text Example
Text Example
White with #BD22E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD22E5; }
p { color: rgb(189,34,229); }
H1.HeaderClassName
{
color: #BD22E5;
}
.AnyTagClassName
{
color: #BD22E5;
}
</style>
background-color css
<style>
a { background-color: #BD22E5; }
a { background-color: rgb(189,34,229); }
div.DivClassName
{
background-color: #BD22E5;
}
.BgClassName
{
background-color: #BD22E5;
}
</style>
border-color css
<style>
span { border-color: #BD22E5; }
span { border-color: rgb(189,34,229); }
td.TdClassName
{
border-color: #BD22E5;
}
.TagClassName
{
border-color: #BD22E5;
}
</style>