Shades of Electric Purple #BF04F2
Tints of Electric Purple #BF04F2
RGB
CMYK
RGB Variations
Color information
#BF04F2 (or 0xBF04F2) is known color: Electric Purple. HEX triplet: BF, 04 and F2. RGB value is (191,4,242). Sum of RGB (Red+Green+Blue) = 191+4+242=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 4 (1.95% from 255 or 0.92% from 437); Blue value is 242 (94.92% from 255 or 55.38% from 437); Max value from RGB is 242 - color contains mainly: blue. Hex color #BF04F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF04F2 is #40FB0D. Grayscale: #565656. Windows color (decimal): -4258574 or 15860927. OLE color: 15860927.
HSL color Cylindrical-coordinate representation of color #BF04F2: hue angle of 287.14º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF04F2 is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 4 | 242 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.05 |
| HSL | 287.14º | 0.97% | 0.48% | - |
| HSV(B) | 287.14º | 0.98% | 0.95% | - |
| XYZ | 37.56 | 17.57 | 85.42 | - |
| YUV | 87.05 | 215.45 | 202.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 4 | 242 | 0.21 | 0.98 | 0 | 0.05 | 287.14 | 0.97 | 0.48 |
| Hex | BF | 4 | F2 | 15 | 62 | 0 | 5 | 11F | 61 | 30 |
| Octal | 277 | 4 | 362 | 25 | 142 | 0 | 5 | 437 | 141 | 60 |
| Binary | 10111111 | 100 | 11110010 | 10101 | 1100010 | 0 | 101 | 100011111 | 1100001 | 110000 |
Color Harmonies of #BF04F2
Complementary color
Monochromatic Colors of #BF04F2
Black with #BF04F2
Text Example
Text Example
White with #BF04F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF04F2; }
p { color: rgb(191,4,242); }
H1.HeaderClassName
{
color: #BF04F2;
}
.AnyTagClassName
{
color: #BF04F2;
}
</style>
background-color css
<style>
a { background-color: #BF04F2; }
a { background-color: rgb(191,4,242); }
div.DivClassName
{
background-color: #BF04F2;
}
.BgClassName
{
background-color: #BF04F2;
}
</style>
border-color css
<style>
span { border-color: #BF04F2; }
span { border-color: rgb(191,4,242); }
td.TdClassName
{
border-color: #BF04F2;
}
.TagClassName
{
border-color: #BF04F2;
}
</style>