Shades of Electric Purple #BD0EEE
Tints of Electric Purple #BD0EEE
RGB
CMYK
RGB Variations
Color information
#BD0EEE (or 0xBD0EEE) is known color: Electric Purple. HEX triplet: BD, 0E and EE. RGB value is (189,14,238). Sum of RGB (Red+Green+Blue) = 189+14+238=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 14 (5.86% from 255 or 3.17% from 441); Blue value is 238 (93.36% from 255 or 53.97% from 441); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD0EEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD0EEE is #42F111. Grayscale: #5B5B5B. Windows color (decimal): -4387090 or 15601341. OLE color: 15601341.
HSL color Cylindrical-coordinate representation of color #BD0EEE: hue angle of 286.88º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD0EEE is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 14 | 238 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.07 |
| HSL | 286.88º | 0.89% | 0.49% | - |
| HSV(B) | 286.88º | 0.94% | 0.93% | - |
| XYZ | 36.58 | 17.31 | 82.3 | - |
| YUV | 91.86 | 210.48 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 14 | 238 | 0.21 | 0.94 | 0 | 0.07 | 286.88 | 0.89 | 0.49 |
| Hex | BD | E | EE | 15 | 5E | 0 | 7 | 11F | 59 | 31 |
| Octal | 275 | 16 | 356 | 25 | 136 | 0 | 7 | 437 | 131 | 61 |
| Binary | 10111101 | 1110 | 11101110 | 10101 | 1011110 | 0 | 111 | 100011111 | 1011001 | 110001 |
Color Harmonies of #BD0EEE
Complementary color
Monochromatic Colors of #BD0EEE
Black with #BD0EEE
Text Example
Text Example
White with #BD0EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0EEE; }
p { color: rgb(189,14,238); }
H1.HeaderClassName
{
color: #BD0EEE;
}
.AnyTagClassName
{
color: #BD0EEE;
}
</style>
background-color css
<style>
a { background-color: #BD0EEE; }
a { background-color: rgb(189,14,238); }
div.DivClassName
{
background-color: #BD0EEE;
}
.BgClassName
{
background-color: #BD0EEE;
}
</style>
border-color css
<style>
span { border-color: #BD0EEE; }
span { border-color: rgb(189,14,238); }
td.TdClassName
{
border-color: #BD0EEE;
}
.TagClassName
{
border-color: #BD0EEE;
}
</style>