Shades of Electric Purple #BF02F2
Tints of Electric Purple #BF02F2
RGB
CMYK
RGB Variations
Color information
#BF02F2 (or 0xBF02F2) is known color: Electric Purple. HEX triplet: BF, 02 and F2. RGB value is (191,2,242). Sum of RGB (Red+Green+Blue) = 191+2+242=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 2 (1.17% from 255 or 0.46% from 435); Blue value is 242 (94.92% from 255 or 55.63% from 435); Max value from RGB is 242 - color contains mainly: blue. Hex color #BF02F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF02F2 is #40FD0D. Grayscale: #555555. Windows color (decimal): -4259086 or 15860415. OLE color: 15860415.
HSL color Cylindrical-coordinate representation of color #BF02F2: hue angle of 287.25º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF02F2 is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 2 | 242 | - |
| CMYK | 0.21 | 0.99 | 0 | 0.05 |
| HSL | 287.25º | 0.98% | 0.48% | - |
| HSV(B) | 287.25º | 0.99% | 0.95% | - |
| XYZ | 37.53 | 17.53 | 85.41 | - |
| YUV | 85.87 | 216.12 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 2 | 242 | 0.21 | 0.99 | 0 | 0.05 | 287.25 | 0.98 | 0.48 |
| Hex | BF | 2 | F2 | 15 | 63 | 0 | 5 | 11F | 62 | 30 |
| Octal | 277 | 2 | 362 | 25 | 143 | 0 | 5 | 437 | 142 | 60 |
| Binary | 10111111 | 10 | 11110010 | 10101 | 1100011 | 0 | 101 | 100011111 | 1100010 | 110000 |
Color Harmonies of #BF02F2
Complementary color
Monochromatic Colors of #BF02F2
Black with #BF02F2
Text Example
Text Example
White with #BF02F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF02F2; }
p { color: rgb(191,2,242); }
H1.HeaderClassName
{
color: #BF02F2;
}
.AnyTagClassName
{
color: #BF02F2;
}
</style>
background-color css
<style>
a { background-color: #BF02F2; }
a { background-color: rgb(191,2,242); }
div.DivClassName
{
background-color: #BF02F2;
}
.BgClassName
{
background-color: #BF02F2;
}
</style>
border-color css
<style>
span { border-color: #BF02F2; }
span { border-color: rgb(191,2,242); }
td.TdClassName
{
border-color: #BF02F2;
}
.TagClassName
{
border-color: #BF02F2;
}
</style>