Shades of Electric Purple #BD00EF
Tints of Electric Purple #BD00EF
RGB
CMYK
RGB Variations
Color information
#BD00EF (or 0xBD00EF) is known color: Electric Purple. HEX triplet: BD, 00 and EF. RGB value is (189,0,239). Sum of RGB (Red+Green+Blue) = 189+0+239=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 0 (0.39% from 255 or 0% from 428); Blue value is 239 (93.75% from 255 or 55.84% from 428); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD00EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD00EF is #42FF10. Grayscale: #525252. Windows color (decimal): -4390673 or 15663293. OLE color: 15663293.
HSL color Cylindrical-coordinate representation of color #BD00EF: hue angle of 287.45º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD00EF is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 0 | 239 | - |
| CMYK | 0.21 | 1 | 0 | 0.06 |
| HSL | 287.45º | 1% | 0.47% | - |
| HSV(B) | 287.45º | 1% | 0.94% | - |
| XYZ | 36.57 | 17.05 | 83.03 | - |
| YUV | 83.76 | 215.62 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 239 | 0.21 | 1 | 0 | 0.06 | 287.45 | 1 | 0.47 |
| Hex | BD | 0 | EF | 15 | 64 | 0 | 6 | 11F | 64 | 2F |
| Octal | 275 | 0 | 357 | 25 | 144 | 0 | 6 | 437 | 144 | 57 |
| Binary | 10111101 | 0 | 11101111 | 10101 | 1100100 | 0 | 110 | 100011111 | 1100100 | 101111 |
Color Harmonies of #BD00EF
Complementary color
Monochromatic Colors of #BD00EF
Black with #BD00EF
Text Example
Text Example
White with #BD00EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD00EF; }
p { color: rgb(189,0,239); }
H1.HeaderClassName
{
color: #BD00EF;
}
.AnyTagClassName
{
color: #BD00EF;
}
</style>
background-color css
<style>
a { background-color: #BD00EF; }
a { background-color: rgb(189,0,239); }
div.DivClassName
{
background-color: #BD00EF;
}
.BgClassName
{
background-color: #BD00EF;
}
</style>
border-color css
<style>
span { border-color: #BD00EF; }
span { border-color: rgb(189,0,239); }
td.TdClassName
{
border-color: #BD00EF;
}
.TagClassName
{
border-color: #BD00EF;
}
</style>