Shades of Electric Purple #BD06E3
Tints of Electric Purple #BD06E3
RGB
CMYK
RGB Variations
Color information
#BD06E3 (or 0xBD06E3) is known color: Electric Purple. HEX triplet: BD, 06 and E3. RGB value is (189,6,227). Sum of RGB (Red+Green+Blue) = 189+6+227=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 6 (2.73% from 255 or 1.42% from 422); Blue value is 227 (89.06% from 255 or 53.79% from 422); Max value from RGB is 227 - color contains mainly: blue. Hex color #BD06E3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD06E3 is #42F91C. Grayscale: #555555. Windows color (decimal): -4389149 or 14878397. OLE color: 14878397.
HSL color Cylindrical-coordinate representation of color #BD06E3: hue angle of 289.68º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD06E3 is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 6 | 227 | - |
| CMYK | 0.17 | 0.97 | 0 | 0.11 |
| HSL | 289.68º | 0.95% | 0.46% | - |
| HSV(B) | 289.68º | 0.97% | 0.89% | - |
| XYZ | 34.92 | 16.5 | 74.02 | - |
| YUV | 85.91 | 207.63 | 201.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 6 | 227 | 0.17 | 0.97 | 0 | 0.11 | 289.68 | 0.95 | 0.46 |
| Hex | BD | 6 | E3 | 11 | 61 | 0 | B | 122 | 5F | 2E |
| Octal | 275 | 6 | 343 | 21 | 141 | 0 | 13 | 442 | 137 | 56 |
| Binary | 10111101 | 110 | 11100011 | 10001 | 1100001 | 0 | 1011 | 100100010 | 1011111 | 101110 |
Color Harmonies of #BD06E3
Complementary color
Monochromatic Colors of #BD06E3
Black with #BD06E3
Text Example
Text Example
White with #BD06E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD06E3; }
p { color: rgb(189,6,227); }
H1.HeaderClassName
{
color: #BD06E3;
}
.AnyTagClassName
{
color: #BD06E3;
}
</style>
background-color css
<style>
a { background-color: #BD06E3; }
a { background-color: rgb(189,6,227); }
div.DivClassName
{
background-color: #BD06E3;
}
.BgClassName
{
background-color: #BD06E3;
}
</style>
border-color css
<style>
span { border-color: #BD06E3; }
span { border-color: rgb(189,6,227); }
td.TdClassName
{
border-color: #BD06E3;
}
.TagClassName
{
border-color: #BD06E3;
}
</style>