Shades of Electric Purple #BD0EFF
Tints of Electric Purple #BD0EFF
RGB
CMYK
RGB Variations
Color information
#BD0EFF (or 0xBD0EFF) is known color: Electric Purple. HEX triplet: BD, 0E and FF. RGB value is (189,14,255). Sum of RGB (Red+Green+Blue) = 189+14+255=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 14 (5.86% from 255 or 3.06% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD0EFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD0EFF is #42F100. Grayscale: #5D5D5D. Windows color (decimal): -4387073 or 16715453. OLE color: 16715453.
HSL color Cylindrical-coordinate representation of color #BD0EFF: hue angle of 283.57º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD0EFF is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 14 | 255 | - |
| CMYK | 0.26 | 0.95 | 0 | 0 |
| HSL | 283.57º | 1% | 0.53% | - |
| HSV(B) | 283.57º | 0.95% | 1% | - |
| XYZ | 39.19 | 18.35 | 96.08 | - |
| YUV | 93.8 | 218.98 | 195.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 14 | 255 | 0.26 | 0.95 | 0 | 0 | 283.57 | 1 | 0.53 |
| Hex | BD | E | FF | 1A | 5F | 0 | 0 | 11C | 64 | 35 |
| Octal | 275 | 16 | 377 | 32 | 137 | 0 | 0 | 434 | 144 | 65 |
| Binary | 10111101 | 1110 | 11111111 | 11010 | 1011111 | 0 | 0 | 100011100 | 1100100 | 110101 |
Color Harmonies of #BD0EFF
Complementary color
Monochromatic Colors of #BD0EFF
Black with #BD0EFF
Text Example
Text Example
White with #BD0EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0EFF; }
p { color: rgb(189,14,255); }
H1.HeaderClassName
{
color: #BD0EFF;
}
.AnyTagClassName
{
color: #BD0EFF;
}
</style>
background-color css
<style>
a { background-color: #BD0EFF; }
a { background-color: rgb(189,14,255); }
div.DivClassName
{
background-color: #BD0EFF;
}
.BgClassName
{
background-color: #BD0EFF;
}
</style>
border-color css
<style>
span { border-color: #BD0EFF; }
span { border-color: rgb(189,14,255); }
td.TdClassName
{
border-color: #BD0EFF;
}
.TagClassName
{
border-color: #BD0EFF;
}
</style>