Shades of Electric Purple #BF03FE
Tints of Electric Purple #BF03FE
RGB
CMYK
RGB Variations
Color information
#BF03FE (or 0xBF03FE) is known color: Electric Purple. HEX triplet: BF, 03 and FE. RGB value is (191,3,254). Sum of RGB (Red+Green+Blue) = 191+3+254=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 3 (1.56% from 255 or 0.67% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF03FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF03FE is #40FC01. Grayscale: #575757. Windows color (decimal): -4258818 or 16647103. OLE color: 16647103.
HSL color Cylindrical-coordinate representation of color #BF03FE: hue angle of 284.94º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF03FE is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 3 | 254 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.00 |
| HSL | 284.94º | 0.99% | 0.5% | - |
| HSV(B) | 284.94º | 0.99% | 1% | - |
| XYZ | 39.41 | 18.3 | 95.22 | - |
| YUV | 87.83 | 221.78 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 3 | 254 | 0.25 | 0.99 | 0 | 0.00 | 284.94 | 0.99 | 0.5 |
| Hex | BF | 3 | FE | 19 | 63 | 0 | 0 | 11D | 63 | 32 |
| Octal | 277 | 3 | 376 | 31 | 143 | 0 | 0 | 435 | 143 | 62 |
| Binary | 10111111 | 11 | 11111110 | 11001 | 1100011 | 0 | 0 | 100011101 | 1100011 | 110010 |
Color Harmonies of #BF03FE
Complementary color
Monochromatic Colors of #BF03FE
Black with #BF03FE
Text Example
Text Example
White with #BF03FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF03FE; }
p { color: rgb(191,3,254); }
H1.HeaderClassName
{
color: #BF03FE;
}
.AnyTagClassName
{
color: #BF03FE;
}
</style>
background-color css
<style>
a { background-color: #BF03FE; }
a { background-color: rgb(191,3,254); }
div.DivClassName
{
background-color: #BF03FE;
}
.BgClassName
{
background-color: #BF03FE;
}
</style>
border-color css
<style>
span { border-color: #BF03FE; }
span { border-color: rgb(191,3,254); }
td.TdClassName
{
border-color: #BF03FE;
}
.TagClassName
{
border-color: #BF03FE;
}
</style>