Shades of Electric Purple #BD23EA
Tints of Electric Purple #BD23EA
RGB
CMYK
RGB Variations
Color information
#BD23EA (or 0xBD23EA) is known color: Electric Purple. HEX triplet: BD, 23 and EA. RGB value is (189,35,234). Sum of RGB (Red+Green+Blue) = 189+35+234=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 35 (14.06% from 255 or 7.64% from 458); Blue value is 234 (91.80% from 255 or 51.09% from 458); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD23EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD23EA is #42DC15. Grayscale: #676767. Windows color (decimal): -4381718 or 15344573. OLE color: 15344573.
HSL color Cylindrical-coordinate representation of color #BD23EA: hue angle of 286.43º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD23EA is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 35 | 234 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.08 |
| HSL | 286.43º | 0.83% | 0.53% | - |
| HSV(B) | 286.43º | 0.85% | 0.92% | - |
| XYZ | 36.44 | 17.96 | 79.39 | - |
| YUV | 103.73 | 201.52 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 35 | 234 | 0.19 | 0.85 | 0 | 0.08 | 286.43 | 0.83 | 0.53 |
| Hex | BD | 23 | EA | 13 | 55 | 0 | 8 | 11E | 53 | 35 |
| Octal | 275 | 43 | 352 | 23 | 125 | 0 | 10 | 436 | 123 | 65 |
| Binary | 10111101 | 100011 | 11101010 | 10011 | 1010101 | 0 | 1000 | 100011110 | 1010011 | 110101 |
Color Harmonies of #BD23EA
Complementary color
Monochromatic Colors of #BD23EA
Black with #BD23EA
Text Example
Text Example
White with #BD23EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD23EA; }
p { color: rgb(189,35,234); }
H1.HeaderClassName
{
color: #BD23EA;
}
.AnyTagClassName
{
color: #BD23EA;
}
</style>
background-color css
<style>
a { background-color: #BD23EA; }
a { background-color: rgb(189,35,234); }
div.DivClassName
{
background-color: #BD23EA;
}
.BgClassName
{
background-color: #BD23EA;
}
</style>
border-color css
<style>
span { border-color: #BD23EA; }
span { border-color: rgb(189,35,234); }
td.TdClassName
{
border-color: #BD23EA;
}
.TagClassName
{
border-color: #BD23EA;
}
</style>