Shades of Electric Purple #BD20EF
Tints of Electric Purple #BD20EF
RGB
CMYK
RGB Variations
Color information
#BD20EF (or 0xBD20EF) is known color: Electric Purple. HEX triplet: BD, 20 and EF. RGB value is (189,32,239). Sum of RGB (Red+Green+Blue) = 189+32+239=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 32 (12.89% from 255 or 6.96% from 460); Blue value is 239 (93.75% from 255 or 51.96% from 460); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD20EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD20EF is #42DF10. Grayscale: #656565. Windows color (decimal): -4382481 or 15671485. OLE color: 15671485.
HSL color Cylindrical-coordinate representation of color #BD20EF: hue angle of 285.51º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD20EF is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 32 | 239 | - |
| CMYK | 0.21 | 0.87 | 0 | 0.06 |
| HSL | 285.51º | 0.87% | 0.53% | - |
| HSV(B) | 285.51º | 0.87% | 0.94% | - |
| XYZ | 37.08 | 18.08 | 83.2 | - |
| YUV | 102.54 | 205.01 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 32 | 239 | 0.21 | 0.87 | 0 | 0.06 | 285.51 | 0.87 | 0.53 |
| Hex | BD | 20 | EF | 15 | 57 | 0 | 6 | 11E | 57 | 35 |
| Octal | 275 | 40 | 357 | 25 | 127 | 0 | 6 | 436 | 127 | 65 |
| Binary | 10111101 | 100000 | 11101111 | 10101 | 1010111 | 0 | 110 | 100011110 | 1010111 | 110101 |
Color Harmonies of #BD20EF
Complementary color
Monochromatic Colors of #BD20EF
Black with #BD20EF
Text Example
Text Example
White with #BD20EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD20EF; }
p { color: rgb(189,32,239); }
H1.HeaderClassName
{
color: #BD20EF;
}
.AnyTagClassName
{
color: #BD20EF;
}
</style>
background-color css
<style>
a { background-color: #BD20EF; }
a { background-color: rgb(189,32,239); }
div.DivClassName
{
background-color: #BD20EF;
}
.BgClassName
{
background-color: #BD20EF;
}
</style>
border-color css
<style>
span { border-color: #BD20EF; }
span { border-color: rgb(189,32,239); }
td.TdClassName
{
border-color: #BD20EF;
}
.TagClassName
{
border-color: #BD20EF;
}
</style>