Shades of Electric Purple #BD06FE
Tints of Electric Purple #BD06FE
RGB
CMYK
RGB Variations
Color information
#BD06FE (or 0xBD06FE) is known color: Electric Purple. HEX triplet: BD, 06 and FE. RGB value is (189,6,254). Sum of RGB (Red+Green+Blue) = 189+6+254=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 6 (2.73% from 255 or 1.34% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD06FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD06FE is #42F901. Grayscale: #585858. Windows color (decimal): -4389122 or 16647869. OLE color: 16647869.
HSL color Cylindrical-coordinate representation of color #BD06FE: hue angle of 284.27º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD06FE is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 6 | 254 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.00 |
| HSL | 284.27º | 0.99% | 0.51% | - |
| HSV(B) | 284.27º | 0.98% | 1% | - |
| XYZ | 38.94 | 18.1 | 95.21 | - |
| YUV | 88.99 | 221.13 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 6 | 254 | 0.26 | 0.98 | 0 | 0.00 | 284.27 | 0.99 | 0.51 |
| Hex | BD | 6 | FE | 1A | 62 | 0 | 0 | 11C | 63 | 33 |
| Octal | 275 | 6 | 376 | 32 | 142 | 0 | 0 | 434 | 143 | 63 |
| Binary | 10111101 | 110 | 11111110 | 11010 | 1100010 | 0 | 0 | 100011100 | 1100011 | 110011 |
Color Harmonies of #BD06FE
Complementary color
Monochromatic Colors of #BD06FE
Black with #BD06FE
Text Example
Text Example
White with #BD06FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD06FE; }
p { color: rgb(189,6,254); }
H1.HeaderClassName
{
color: #BD06FE;
}
.AnyTagClassName
{
color: #BD06FE;
}
</style>
background-color css
<style>
a { background-color: #BD06FE; }
a { background-color: rgb(189,6,254); }
div.DivClassName
{
background-color: #BD06FE;
}
.BgClassName
{
background-color: #BD06FE;
}
</style>
border-color css
<style>
span { border-color: #BD06FE; }
span { border-color: rgb(189,6,254); }
td.TdClassName
{
border-color: #BD06FE;
}
.TagClassName
{
border-color: #BD06FE;
}
</style>