Shades of Electric Purple #BD0EF1
Tints of Electric Purple #BD0EF1
RGB
CMYK
RGB Variations
Color information
#BD0EF1 (or 0xBD0EF1) is known color: Electric Purple. HEX triplet: BD, 0E and F1. RGB value is (189,14,241). Sum of RGB (Red+Green+Blue) = 189+14+241=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 14 (5.86% from 255 or 3.15% from 444); Blue value is 241 (94.53% from 255 or 54.28% from 444); Max value from RGB is 241 - color contains mainly: blue. Hex color #BD0EF1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD0EF1 is #42F10E. Grayscale: #5B5B5B. Windows color (decimal): -4387087 or 15797949. OLE color: 15797949.
HSL color Cylindrical-coordinate representation of color #BD0EF1: hue angle of 286.26º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD0EF1 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 14 | 241 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.05 |
| HSL | 286.26º | 0.89% | 0.5% | - |
| HSV(B) | 286.26º | 0.94% | 0.95% | - |
| XYZ | 37.02 | 17.48 | 84.64 | - |
| YUV | 92.2 | 211.98 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 14 | 241 | 0.22 | 0.94 | 0 | 0.05 | 286.26 | 0.89 | 0.5 |
| Hex | BD | E | F1 | 16 | 5E | 0 | 5 | 11E | 59 | 32 |
| Octal | 275 | 16 | 361 | 26 | 136 | 0 | 5 | 436 | 131 | 62 |
| Binary | 10111101 | 1110 | 11110001 | 10110 | 1011110 | 0 | 101 | 100011110 | 1011001 | 110010 |
Color Harmonies of #BD0EF1
Complementary color
Monochromatic Colors of #BD0EF1
Black with #BD0EF1
Text Example
Text Example
White with #BD0EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0EF1; }
p { color: rgb(189,14,241); }
H1.HeaderClassName
{
color: #BD0EF1;
}
.AnyTagClassName
{
color: #BD0EF1;
}
</style>
background-color css
<style>
a { background-color: #BD0EF1; }
a { background-color: rgb(189,14,241); }
div.DivClassName
{
background-color: #BD0EF1;
}
.BgClassName
{
background-color: #BD0EF1;
}
</style>
border-color css
<style>
span { border-color: #BD0EF1; }
span { border-color: rgb(189,14,241); }
td.TdClassName
{
border-color: #BD0EF1;
}
.TagClassName
{
border-color: #BD0EF1;
}
</style>