Shades of Electric Purple #BF03F2
Tints of Electric Purple #BF03F2
RGB
CMYK
RGB Variations
Color information
#BF03F2 (or 0xBF03F2) is known color: Electric Purple. HEX triplet: BF, 03 and F2. RGB value is (191,3,242). Sum of RGB (Red+Green+Blue) = 191+3+242=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 3 (1.56% from 255 or 0.69% from 436); Blue value is 242 (94.92% from 255 or 55.50% from 436); Max value from RGB is 242 - color contains mainly: blue. Hex color #BF03F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF03F2 is #40FC0D. Grayscale: #555555. Windows color (decimal): -4258830 or 15860671. OLE color: 15860671.
HSL color Cylindrical-coordinate representation of color #BF03F2: hue angle of 287.2º 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 #BF03F2 is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 3 | 242 | - |
| CMYK | 0.21 | 0.99 | 0 | 0.05 |
| HSL | 287.2º | 0.98% | 0.48% | - |
| HSV(B) | 287.2º | 0.99% | 0.95% | - |
| XYZ | 37.55 | 17.55 | 85.41 | - |
| YUV | 86.46 | 215.78 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 3 | 242 | 0.21 | 0.99 | 0 | 0.05 | 287.2 | 0.98 | 0.48 |
| Hex | BF | 3 | F2 | 15 | 63 | 0 | 5 | 11F | 62 | 30 |
| Octal | 277 | 3 | 362 | 25 | 143 | 0 | 5 | 437 | 142 | 60 |
| Binary | 10111111 | 11 | 11110010 | 10101 | 1100011 | 0 | 101 | 100011111 | 1100010 | 110000 |
Color Harmonies of #BF03F2
Complementary color
Monochromatic Colors of #BF03F2
Black with #BF03F2
Text Example
Text Example
White with #BF03F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF03F2; }
p { color: rgb(191,3,242); }
H1.HeaderClassName
{
color: #BF03F2;
}
.AnyTagClassName
{
color: #BF03F2;
}
</style>
background-color css
<style>
a { background-color: #BF03F2; }
a { background-color: rgb(191,3,242); }
div.DivClassName
{
background-color: #BF03F2;
}
.BgClassName
{
background-color: #BF03F2;
}
</style>
border-color css
<style>
span { border-color: #BF03F2; }
span { border-color: rgb(191,3,242); }
td.TdClassName
{
border-color: #BF03F2;
}
.TagClassName
{
border-color: #BF03F2;
}
</style>