Shades of Electric Purple #BD00E5
Tints of Electric Purple #BD00E5
RGB
CMYK
RGB Variations
Color information
#BD00E5 (or 0xBD00E5) is known color: Electric Purple. HEX triplet: BD, 00 and E5. RGB value is (189,0,229). Sum of RGB (Red+Green+Blue) = 189+0+229=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 0 (0.39% from 255 or 0% from 418); Blue value is 229 (89.84% from 255 or 54.78% from 418); Max value from RGB is 229 - color contains mainly: blue. Hex color #BD00E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD00E5 is #42FF1A. Grayscale: #515151. Windows color (decimal): -4390683 or 15007933. OLE color: 15007933.
HSL color Cylindrical-coordinate representation of color #BD00E5: hue angle of 289.52º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD00E5 is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 0 | 229 | - |
| CMYK | 0.17 | 1 | 0 | 0.10 |
| HSL | 289.52º | 1% | 0.45% | - |
| HSV(B) | 289.52º | 1% | 0.9% | - |
| XYZ | 35.13 | 16.48 | 75.46 | - |
| YUV | 82.62 | 210.62 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 229 | 0.17 | 1 | 0 | 0.10 | 289.52 | 1 | 0.45 |
| Hex | BD | 0 | E5 | 11 | 64 | 0 | A | 122 | 64 | 2D |
| Octal | 275 | 0 | 345 | 21 | 144 | 0 | 12 | 442 | 144 | 55 |
| Binary | 10111101 | 0 | 11100101 | 10001 | 1100100 | 0 | 1010 | 100100010 | 1100100 | 101101 |
Color Harmonies of #BD00E5
Complementary color
Monochromatic Colors of #BD00E5
Black with #BD00E5
Text Example
Text Example
White with #BD00E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD00E5; }
p { color: rgb(189,0,229); }
H1.HeaderClassName
{
color: #BD00E5;
}
.AnyTagClassName
{
color: #BD00E5;
}
</style>
background-color css
<style>
a { background-color: #BD00E5; }
a { background-color: rgb(189,0,229); }
div.DivClassName
{
background-color: #BD00E5;
}
.BgClassName
{
background-color: #BD00E5;
}
</style>
border-color css
<style>
span { border-color: #BD00E5; }
span { border-color: rgb(189,0,229); }
td.TdClassName
{
border-color: #BD00E5;
}
.TagClassName
{
border-color: #BD00E5;
}
</style>