Shades of Electric Purple #BD06EC
Tints of Electric Purple #BD06EC
RGB
CMYK
RGB Variations
Color information
#BD06EC (or 0xBD06EC) is known color: Electric Purple. HEX triplet: BD, 06 and EC. RGB value is (189,6,236). Sum of RGB (Red+Green+Blue) = 189+6+236=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 6 (2.73% from 255 or 1.39% from 431); Blue value is 236 (92.58% from 255 or 54.76% from 431); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD06EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD06EC is #42F913. Grayscale: #565656. Windows color (decimal): -4389140 or 15468221. OLE color: 15468221.
HSL color Cylindrical-coordinate representation of color #BD06EC: hue angle of 287.74º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD06EC is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 6 | 236 | - |
| CMYK | 0.20 | 0.97 | 0 | 0.07 |
| HSL | 287.74º | 0.95% | 0.47% | - |
| HSV(B) | 287.74º | 0.97% | 0.93% | - |
| XYZ | 36.19 | 17.01 | 80.73 | - |
| YUV | 86.94 | 212.13 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 6 | 236 | 0.20 | 0.97 | 0 | 0.07 | 287.74 | 0.95 | 0.47 |
| Hex | BD | 6 | EC | 14 | 61 | 0 | 7 | 120 | 5F | 2F |
| Octal | 275 | 6 | 354 | 24 | 141 | 0 | 7 | 440 | 137 | 57 |
| Binary | 10111101 | 110 | 11101100 | 10100 | 1100001 | 0 | 111 | 100100000 | 1011111 | 101111 |
Color Harmonies of #BD06EC
Complementary color
Monochromatic Colors of #BD06EC
Black with #BD06EC
Text Example
Text Example
White with #BD06EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD06EC; }
p { color: rgb(189,6,236); }
H1.HeaderClassName
{
color: #BD06EC;
}
.AnyTagClassName
{
color: #BD06EC;
}
</style>
background-color css
<style>
a { background-color: #BD06EC; }
a { background-color: rgb(189,6,236); }
div.DivClassName
{
background-color: #BD06EC;
}
.BgClassName
{
background-color: #BD06EC;
}
</style>
border-color css
<style>
span { border-color: #BD06EC; }
span { border-color: rgb(189,6,236); }
td.TdClassName
{
border-color: #BD06EC;
}
.TagClassName
{
border-color: #BD06EC;
}
</style>