Shades of Electric Purple #BF04E3
Tints of Electric Purple #BF04E3
RGB
CMYK
RGB Variations
Color information
#BF04E3 (or 0xBF04E3) is known color: Electric Purple. HEX triplet: BF, 04 and E3. RGB value is (191,4,227). Sum of RGB (Red+Green+Blue) = 191+4+227=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 4 (1.95% from 255 or 0.95% from 422); Blue value is 227 (89.06% from 255 or 53.79% from 422); Max value from RGB is 227 - color contains mainly: blue. Hex color #BF04E3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF04E3 is #40FB1C. Grayscale: #545454. Windows color (decimal): -4258589 or 14877887. OLE color: 14877887.
HSL color Cylindrical-coordinate representation of color #BF04E3: hue angle of 290.31º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF04E3 is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 4 | 227 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.11 |
| HSL | 290.31º | 0.97% | 0.45% | - |
| HSV(B) | 290.31º | 0.98% | 0.89% | - |
| XYZ | 35.39 | 16.71 | 74.03 | - |
| YUV | 85.34 | 207.95 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 4 | 227 | 0.16 | 0.98 | 0 | 0.11 | 290.31 | 0.97 | 0.45 |
| Hex | BF | 4 | E3 | 10 | 62 | 0 | B | 122 | 61 | 2D |
| Octal | 277 | 4 | 343 | 20 | 142 | 0 | 13 | 442 | 141 | 55 |
| Binary | 10111111 | 100 | 11100011 | 10000 | 1100010 | 0 | 1011 | 100100010 | 1100001 | 101101 |
Color Harmonies of #BF04E3
Complementary color
Monochromatic Colors of #BF04E3
Black with #BF04E3
Text Example
Text Example
White with #BF04E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF04E3; }
p { color: rgb(191,4,227); }
H1.HeaderClassName
{
color: #BF04E3;
}
.AnyTagClassName
{
color: #BF04E3;
}
</style>
background-color css
<style>
a { background-color: #BF04E3; }
a { background-color: rgb(191,4,227); }
div.DivClassName
{
background-color: #BF04E3;
}
.BgClassName
{
background-color: #BF04E3;
}
</style>
border-color css
<style>
span { border-color: #BF04E3; }
span { border-color: rgb(191,4,227); }
td.TdClassName
{
border-color: #BF04E3;
}
.TagClassName
{
border-color: #BF04E3;
}
</style>