Shades of Electric Purple #BD23EF
Tints of Electric Purple #BD23EF
RGB
CMYK
RGB Variations
Color information
#BD23EF (or 0xBD23EF) is known color: Electric Purple. HEX triplet: BD, 23 and EF. RGB value is (189,35,239). Sum of RGB (Red+Green+Blue) = 189+35+239=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 35 (14.06% from 255 or 7.56% from 463); Blue value is 239 (93.75% from 255 or 51.62% from 463); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD23EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD23EF is #42DC10. Grayscale: #676767. Windows color (decimal): -4381713 or 15672253. OLE color: 15672253.
HSL color Cylindrical-coordinate representation of color #BD23EF: hue angle of 285.29º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD23EF is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 35 | 239 | - |
| CMYK | 0.21 | 0.85 | 0 | 0.06 |
| HSL | 285.29º | 0.86% | 0.54% | - |
| HSV(B) | 285.29º | 0.85% | 0.94% | - |
| XYZ | 37.17 | 18.25 | 83.23 | - |
| YUV | 104.3 | 204.02 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 35 | 239 | 0.21 | 0.85 | 0 | 0.06 | 285.29 | 0.86 | 0.54 |
| Hex | BD | 23 | EF | 15 | 55 | 0 | 6 | 11D | 56 | 36 |
| Octal | 275 | 43 | 357 | 25 | 125 | 0 | 6 | 435 | 126 | 66 |
| Binary | 10111101 | 100011 | 11101111 | 10101 | 1010101 | 0 | 110 | 100011101 | 1010110 | 110110 |
Color Harmonies of #BD23EF
Complementary color
Monochromatic Colors of #BD23EF
Black with #BD23EF
Text Example
Text Example
White with #BD23EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD23EF; }
p { color: rgb(189,35,239); }
H1.HeaderClassName
{
color: #BD23EF;
}
.AnyTagClassName
{
color: #BD23EF;
}
</style>
background-color css
<style>
a { background-color: #BD23EF; }
a { background-color: rgb(189,35,239); }
div.DivClassName
{
background-color: #BD23EF;
}
.BgClassName
{
background-color: #BD23EF;
}
</style>
border-color css
<style>
span { border-color: #BD23EF; }
span { border-color: rgb(189,35,239); }
td.TdClassName
{
border-color: #BD23EF;
}
.TagClassName
{
border-color: #BD23EF;
}
</style>