Shades of Electric Purple #BF12F2
Tints of Electric Purple #BF12F2
RGB
CMYK
RGB Variations
Color information
#BF12F2 (or 0xBF12F2) is known color: Electric Purple. HEX triplet: BF, 12 and F2. RGB value is (191,18,242). Sum of RGB (Red+Green+Blue) = 191+18+242=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 18 (7.42% from 255 or 3.99% from 451); Blue value is 242 (94.92% from 255 or 53.66% from 451); Max value from RGB is 242 - color contains mainly: blue. Hex color #BF12F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF12F2 is #40ED0D. Grayscale: #5E5E5E. Windows color (decimal): -4254990 or 15864511. OLE color: 15864511.
HSL color Cylindrical-coordinate representation of color #BF12F2: hue angle of 286.34º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF12F2 is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 18 | 242 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.05 |
| HSL | 286.34º | 0.9% | 0.51% | - |
| HSV(B) | 286.34º | 0.93% | 0.95% | - |
| XYZ | 37.73 | 17.92 | 85.47 | - |
| YUV | 95.26 | 210.81 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 18 | 242 | 0.21 | 0.93 | 0 | 0.05 | 286.34 | 0.9 | 0.51 |
| Hex | BF | 12 | F2 | 15 | 5D | 0 | 5 | 11E | 5A | 33 |
| Octal | 277 | 22 | 362 | 25 | 135 | 0 | 5 | 436 | 132 | 63 |
| Binary | 10111111 | 10010 | 11110010 | 10101 | 1011101 | 0 | 101 | 100011110 | 1011010 | 110011 |
Color Harmonies of #BF12F2
Complementary color
Monochromatic Colors of #BF12F2
Black with #BF12F2
Text Example
Text Example
White with #BF12F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF12F2; }
p { color: rgb(191,18,242); }
H1.HeaderClassName
{
color: #BF12F2;
}
.AnyTagClassName
{
color: #BF12F2;
}
</style>
background-color css
<style>
a { background-color: #BF12F2; }
a { background-color: rgb(191,18,242); }
div.DivClassName
{
background-color: #BF12F2;
}
.BgClassName
{
background-color: #BF12F2;
}
</style>
border-color css
<style>
span { border-color: #BF12F2; }
span { border-color: rgb(191,18,242); }
td.TdClassName
{
border-color: #BF12F2;
}
.TagClassName
{
border-color: #BF12F2;
}
</style>