Shades of Electric Purple #BF07F2
Tints of Electric Purple #BF07F2
RGB
CMYK
RGB Variations
Color information
#BF07F2 (or 0xBF07F2) is known color: Electric Purple. HEX triplet: BF, 07 and F2. RGB value is (191,7,242). Sum of RGB (Red+Green+Blue) = 191+7+242=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 7 (3.12% from 255 or 1.59% from 440); Blue value is 242 (94.92% from 255 or 55% from 440); Max value from RGB is 242 - color contains mainly: blue. Hex color #BF07F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF07F2 is #40F80D. Grayscale: #585858. Windows color (decimal): -4257806 or 15861695. OLE color: 15861695.
HSL color Cylindrical-coordinate representation of color #BF07F2: hue angle of 286.98º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF07F2 is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 7 | 242 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.05 |
| HSL | 286.98º | 0.94% | 0.49% | - |
| HSV(B) | 286.98º | 0.97% | 0.95% | - |
| XYZ | 37.59 | 17.64 | 85.43 | - |
| YUV | 88.81 | 214.46 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 7 | 242 | 0.21 | 0.97 | 0 | 0.05 | 286.98 | 0.94 | 0.49 |
| Hex | BF | 7 | F2 | 15 | 61 | 0 | 5 | 11F | 5E | 31 |
| Octal | 277 | 7 | 362 | 25 | 141 | 0 | 5 | 437 | 136 | 61 |
| Binary | 10111111 | 111 | 11110010 | 10101 | 1100001 | 0 | 101 | 100011111 | 1011110 | 110001 |
Color Harmonies of #BF07F2
Complementary color
Monochromatic Colors of #BF07F2
Black with #BF07F2
Text Example
Text Example
White with #BF07F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF07F2; }
p { color: rgb(191,7,242); }
H1.HeaderClassName
{
color: #BF07F2;
}
.AnyTagClassName
{
color: #BF07F2;
}
</style>
background-color css
<style>
a { background-color: #BF07F2; }
a { background-color: rgb(191,7,242); }
div.DivClassName
{
background-color: #BF07F2;
}
.BgClassName
{
background-color: #BF07F2;
}
</style>
border-color css
<style>
span { border-color: #BF07F2; }
span { border-color: rgb(191,7,242); }
td.TdClassName
{
border-color: #BF07F2;
}
.TagClassName
{
border-color: #BF07F2;
}
</style>