Shades of Electric Purple #BD23E4
Tints of Electric Purple #BD23E4
RGB
CMYK
RGB Variations
Color information
#BD23E4 (or 0xBD23E4) is known color: Electric Purple. HEX triplet: BD, 23 and E4. RGB value is (189,35,228). Sum of RGB (Red+Green+Blue) = 189+35+228=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 35 (14.06% from 255 or 7.74% from 452); Blue value is 228 (89.45% from 255 or 50.44% from 452); Max value from RGB is 228 - color contains mainly: blue. Hex color #BD23E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD23E4 is #42DC1B. Grayscale: #666666. Windows color (decimal): -4381724 or 14951357. OLE color: 14951357.
HSL color Cylindrical-coordinate representation of color #BD23E4: hue angle of 287.88º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD23E4 is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 35 | 228 | - |
| CMYK | 0.17 | 0.85 | 0 | 0.11 |
| HSL | 287.88º | 0.78% | 0.52% | - |
| HSV(B) | 287.88º | 0.85% | 0.89% | - |
| XYZ | 35.59 | 17.62 | 74.92 | - |
| YUV | 103.05 | 198.52 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 35 | 228 | 0.17 | 0.85 | 0 | 0.11 | 287.88 | 0.78 | 0.52 |
| Hex | BD | 23 | E4 | 11 | 55 | 0 | B | 120 | 4E | 34 |
| Octal | 275 | 43 | 344 | 21 | 125 | 0 | 13 | 440 | 116 | 64 |
| Binary | 10111101 | 100011 | 11100100 | 10001 | 1010101 | 0 | 1011 | 100100000 | 1001110 | 110100 |
Color Harmonies of #BD23E4
Complementary color
Monochromatic Colors of #BD23E4
Black with #BD23E4
Text Example
Text Example
White with #BD23E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD23E4; }
p { color: rgb(189,35,228); }
H1.HeaderClassName
{
color: #BD23E4;
}
.AnyTagClassName
{
color: #BD23E4;
}
</style>
background-color css
<style>
a { background-color: #BD23E4; }
a { background-color: rgb(189,35,228); }
div.DivClassName
{
background-color: #BD23E4;
}
.BgClassName
{
background-color: #BD23E4;
}
</style>
border-color css
<style>
span { border-color: #BD23E4; }
span { border-color: rgb(189,35,228); }
td.TdClassName
{
border-color: #BD23E4;
}
.TagClassName
{
border-color: #BD23E4;
}
</style>