Shades of Electric Purple #BD08E5
Tints of Electric Purple #BD08E5
RGB
CMYK
RGB Variations
Color information
#BD08E5 (or 0xBD08E5) is known color: Electric Purple. HEX triplet: BD, 08 and E5. RGB value is (189,8,229). Sum of RGB (Red+Green+Blue) = 189+8+229=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 8 (3.52% from 255 or 1.88% from 426); Blue value is 229 (89.84% from 255 or 53.76% from 426); Max value from RGB is 229 - color contains mainly: blue. Hex color #BD08E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD08E5 is #42F71A. Grayscale: #565656. Windows color (decimal): -4388635 or 15009981. OLE color: 15009981.
HSL color Cylindrical-coordinate representation of color #BD08E5: hue angle of 289.14º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD08E5 is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 8 | 229 | - |
| CMYK | 0.17 | 0.97 | 0 | 0.10 |
| HSL | 289.14º | 0.93% | 0.46% | - |
| HSV(B) | 289.14º | 0.97% | 0.9% | - |
| XYZ | 35.22 | 16.65 | 75.49 | - |
| YUV | 87.31 | 207.97 | 200.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 8 | 229 | 0.17 | 0.97 | 0 | 0.10 | 289.14 | 0.93 | 0.46 |
| Hex | BD | 8 | E5 | 11 | 61 | 0 | A | 121 | 5D | 2E |
| Octal | 275 | 10 | 345 | 21 | 141 | 0 | 12 | 441 | 135 | 56 |
| Binary | 10111101 | 1000 | 11100101 | 10001 | 1100001 | 0 | 1010 | 100100001 | 1011101 | 101110 |
Color Harmonies of #BD08E5
Complementary color
Monochromatic Colors of #BD08E5
Black with #BD08E5
Text Example
Text Example
White with #BD08E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD08E5; }
p { color: rgb(189,8,229); }
H1.HeaderClassName
{
color: #BD08E5;
}
.AnyTagClassName
{
color: #BD08E5;
}
</style>
background-color css
<style>
a { background-color: #BD08E5; }
a { background-color: rgb(189,8,229); }
div.DivClassName
{
background-color: #BD08E5;
}
.BgClassName
{
background-color: #BD08E5;
}
</style>
border-color css
<style>
span { border-color: #BD08E5; }
span { border-color: rgb(189,8,229); }
td.TdClassName
{
border-color: #BD08E5;
}
.TagClassName
{
border-color: #BD08E5;
}
</style>