Shades of Electric Purple #BF06F2
Tints of Electric Purple #BF06F2
RGB
CMYK
RGB Variations
Color information
#BF06F2 (or 0xBF06F2) is known color: Electric Purple. HEX triplet: BF, 06 and F2. RGB value is (191,6,242). Sum of RGB (Red+Green+Blue) = 191+6+242=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 6 (2.73% from 255 or 1.37% from 439); Blue value is 242 (94.92% from 255 or 55.13% from 439); Max value from RGB is 242 - color contains mainly: blue. Hex color #BF06F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF06F2 is #40F90D. Grayscale: #575757. Windows color (decimal): -4258062 or 15861439. OLE color: 15861439.
HSL color Cylindrical-coordinate representation of color #BF06F2: hue angle of 287.03º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF06F2 is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 6 | 242 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.05 |
| HSL | 287.03º | 0.95% | 0.49% | - |
| HSV(B) | 287.03º | 0.98% | 0.95% | - |
| XYZ | 37.58 | 17.62 | 85.42 | - |
| YUV | 88.22 | 214.79 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 6 | 242 | 0.21 | 0.98 | 0 | 0.05 | 287.03 | 0.95 | 0.49 |
| Hex | BF | 6 | F2 | 15 | 62 | 0 | 5 | 11F | 5F | 31 |
| Octal | 277 | 6 | 362 | 25 | 142 | 0 | 5 | 437 | 137 | 61 |
| Binary | 10111111 | 110 | 11110010 | 10101 | 1100010 | 0 | 101 | 100011111 | 1011111 | 110001 |
Color Harmonies of #BF06F2
Complementary color
Monochromatic Colors of #BF06F2
Black with #BF06F2
Text Example
Text Example
White with #BF06F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF06F2; }
p { color: rgb(191,6,242); }
H1.HeaderClassName
{
color: #BF06F2;
}
.AnyTagClassName
{
color: #BF06F2;
}
</style>
background-color css
<style>
a { background-color: #BF06F2; }
a { background-color: rgb(191,6,242); }
div.DivClassName
{
background-color: #BF06F2;
}
.BgClassName
{
background-color: #BF06F2;
}
</style>
border-color css
<style>
span { border-color: #BF06F2; }
span { border-color: rgb(191,6,242); }
td.TdClassName
{
border-color: #BF06F2;
}
.TagClassName
{
border-color: #BF06F2;
}
</style>