Shades of Electric Purple #BF04ED
Tints of Electric Purple #BF04ED
RGB
CMYK
RGB Variations
Color information
#BF04ED (or 0xBF04ED) is known color: Electric Purple. HEX triplet: BF, 04 and ED. RGB value is (191,4,237). Sum of RGB (Red+Green+Blue) = 191+4+237=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 4 (1.95% from 255 or 0.93% from 432); Blue value is 237 (92.97% from 255 or 54.86% from 432); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF04ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF04ED is #40FB12. Grayscale: #555555. Windows color (decimal): -4258579 or 15533247. OLE color: 15533247.
HSL color Cylindrical-coordinate representation of color #BF04ED: hue angle of 288.15º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF04ED is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 4 | 237 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.07 |
| HSL | 288.15º | 0.97% | 0.47% | - |
| HSV(B) | 288.15º | 0.98% | 0.93% | - |
| XYZ | 36.82 | 17.28 | 81.52 | - |
| YUV | 86.48 | 212.95 | 202.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 4 | 237 | 0.19 | 0.98 | 0 | 0.07 | 288.15 | 0.97 | 0.47 |
| Hex | BF | 4 | ED | 13 | 62 | 0 | 7 | 120 | 61 | 2F |
| Octal | 277 | 4 | 355 | 23 | 142 | 0 | 7 | 440 | 141 | 57 |
| Binary | 10111111 | 100 | 11101101 | 10011 | 1100010 | 0 | 111 | 100100000 | 1100001 | 101111 |
Color Harmonies of #BF04ED
Complementary color
Monochromatic Colors of #BF04ED
Black with #BF04ED
Text Example
Text Example
White with #BF04ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF04ED; }
p { color: rgb(191,4,237); }
H1.HeaderClassName
{
color: #BF04ED;
}
.AnyTagClassName
{
color: #BF04ED;
}
</style>
background-color css
<style>
a { background-color: #BF04ED; }
a { background-color: rgb(191,4,237); }
div.DivClassName
{
background-color: #BF04ED;
}
.BgClassName
{
background-color: #BF04ED;
}
</style>
border-color css
<style>
span { border-color: #BF04ED; }
span { border-color: rgb(191,4,237); }
td.TdClassName
{
border-color: #BF04ED;
}
.TagClassName
{
border-color: #BF04ED;
}
</style>