Shades of Electric Purple #BD00E2
Tints of Electric Purple #BD00E2
RGB
CMYK
RGB Variations
Color information
#BD00E2 (or 0xBD00E2) is known color: Electric Purple. HEX triplet: BD, 00 and E2. RGB value is (189,0,226). Sum of RGB (Red+Green+Blue) = 189+0+226=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 0 (0.39% from 255 or 0% from 415); Blue value is 226 (88.67% from 255 or 54.46% from 415); Max value from RGB is 226 - color contains mainly: blue. Hex color #BD00E2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD00E2 is #42FF1D. Grayscale: #515151. Windows color (decimal): -4390686 or 14811325. OLE color: 14811325.
HSL color Cylindrical-coordinate representation of color #BD00E2: hue angle of 290.18º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD00E2 is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 0 | 226 | - |
| CMYK | 0.16 | 1 | 0 | 0.11 |
| HSL | 290.18º | 1% | 0.44% | - |
| HSV(B) | 290.18º | 1% | 0.89% | - |
| XYZ | 34.71 | 16.31 | 73.27 | - |
| YUV | 82.28 | 209.12 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 226 | 0.16 | 1 | 0 | 0.11 | 290.18 | 1 | 0.44 |
| Hex | BD | 0 | E2 | 10 | 64 | 0 | B | 122 | 64 | 2C |
| Octal | 275 | 0 | 342 | 20 | 144 | 0 | 13 | 442 | 144 | 54 |
| Binary | 10111101 | 0 | 11100010 | 10000 | 1100100 | 0 | 1011 | 100100010 | 1100100 | 101100 |
Color Harmonies of #BD00E2
Complementary color
Monochromatic Colors of #BD00E2
Black with #BD00E2
Text Example
Text Example
White with #BD00E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD00E2; }
p { color: rgb(189,0,226); }
H1.HeaderClassName
{
color: #BD00E2;
}
.AnyTagClassName
{
color: #BD00E2;
}
</style>
background-color css
<style>
a { background-color: #BD00E2; }
a { background-color: rgb(189,0,226); }
div.DivClassName
{
background-color: #BD00E2;
}
.BgClassName
{
background-color: #BD00E2;
}
</style>
border-color css
<style>
span { border-color: #BD00E2; }
span { border-color: rgb(189,0,226); }
td.TdClassName
{
border-color: #BD00E2;
}
.TagClassName
{
border-color: #BD00E2;
}
</style>