Shades of Electric Purple #BD23EC
Tints of Electric Purple #BD23EC
RGB
CMYK
RGB Variations
Color information
#BD23EC (or 0xBD23EC) is known color: Electric Purple. HEX triplet: BD, 23 and EC. RGB value is (189,35,236). Sum of RGB (Red+Green+Blue) = 189+35+236=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 35 (14.06% from 255 or 7.61% from 460); Blue value is 236 (92.58% from 255 or 51.30% from 460); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD23EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD23EC is #42DC13. Grayscale: #676767. Windows color (decimal): -4381716 or 15475645. OLE color: 15475645.
HSL color Cylindrical-coordinate representation of color #BD23EC: hue angle of 285.97º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD23EC is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 35 | 236 | - |
| CMYK | 0.20 | 0.85 | 0 | 0.07 |
| HSL | 285.97º | 0.84% | 0.53% | - |
| HSV(B) | 285.97º | 0.85% | 0.93% | - |
| XYZ | 36.73 | 18.08 | 80.91 | - |
| YUV | 103.96 | 202.52 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 35 | 236 | 0.20 | 0.85 | 0 | 0.07 | 285.97 | 0.84 | 0.53 |
| Hex | BD | 23 | EC | 14 | 55 | 0 | 7 | 11E | 54 | 35 |
| Octal | 275 | 43 | 354 | 24 | 125 | 0 | 7 | 436 | 124 | 65 |
| Binary | 10111101 | 100011 | 11101100 | 10100 | 1010101 | 0 | 111 | 100011110 | 1010100 | 110101 |
Color Harmonies of #BD23EC
Complementary color
Monochromatic Colors of #BD23EC
Black with #BD23EC
Text Example
Text Example
White with #BD23EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD23EC; }
p { color: rgb(189,35,236); }
H1.HeaderClassName
{
color: #BD23EC;
}
.AnyTagClassName
{
color: #BD23EC;
}
</style>
background-color css
<style>
a { background-color: #BD23EC; }
a { background-color: rgb(189,35,236); }
div.DivClassName
{
background-color: #BD23EC;
}
.BgClassName
{
background-color: #BD23EC;
}
</style>
border-color css
<style>
span { border-color: #BD23EC; }
span { border-color: rgb(189,35,236); }
td.TdClassName
{
border-color: #BD23EC;
}
.TagClassName
{
border-color: #BD23EC;
}
</style>