Shades of Electric Purple #BF0AED
Tints of Electric Purple #BF0AED
RGB
CMYK
RGB Variations
Color information
#BF0AED (or 0xBF0AED) is known color: Electric Purple. HEX triplet: BF, 0A and ED. RGB value is (191,10,237). Sum of RGB (Red+Green+Blue) = 191+10+237=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 10 (4.30% from 255 or 2.28% from 438); Blue value is 237 (92.97% from 255 or 54.11% from 438); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF0AED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF0AED is #40F512. Grayscale: #595959. Windows color (decimal): -4257043 or 15534783. OLE color: 15534783.
HSL color Cylindrical-coordinate representation of color #BF0AED: hue angle of 287.84º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF0AED is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 10 | 237 | - |
| CMYK | 0.19 | 0.96 | 0 | 0.07 |
| HSL | 287.84º | 0.92% | 0.48% | - |
| HSV(B) | 287.84º | 0.96% | 0.93% | - |
| XYZ | 36.88 | 17.41 | 81.54 | - |
| YUV | 90 | 210.97 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 10 | 237 | 0.19 | 0.96 | 0 | 0.07 | 287.84 | 0.92 | 0.48 |
| Hex | BF | A | ED | 13 | 60 | 0 | 7 | 120 | 5C | 30 |
| Octal | 277 | 12 | 355 | 23 | 140 | 0 | 7 | 440 | 134 | 60 |
| Binary | 10111111 | 1010 | 11101101 | 10011 | 1100000 | 0 | 111 | 100100000 | 1011100 | 110000 |
Color Harmonies of #BF0AED
Complementary color
Monochromatic Colors of #BF0AED
Black with #BF0AED
Text Example
Text Example
White with #BF0AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0AED; }
p { color: rgb(191,10,237); }
H1.HeaderClassName
{
color: #BF0AED;
}
.AnyTagClassName
{
color: #BF0AED;
}
</style>
background-color css
<style>
a { background-color: #BF0AED; }
a { background-color: rgb(191,10,237); }
div.DivClassName
{
background-color: #BF0AED;
}
.BgClassName
{
background-color: #BF0AED;
}
</style>
border-color css
<style>
span { border-color: #BF0AED; }
span { border-color: rgb(191,10,237); }
td.TdClassName
{
border-color: #BF0AED;
}
.TagClassName
{
border-color: #BF0AED;
}
</style>