Shades of Electric Purple #BF0FF1
Tints of Electric Purple #BF0FF1
RGB
CMYK
RGB Variations
Color information
#BF0FF1 (or 0xBF0FF1) is known color: Electric Purple. HEX triplet: BF, 0F and F1. RGB value is (191,15,241). Sum of RGB (Red+Green+Blue) = 191+15+241=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 15 (6.25% from 255 or 3.36% from 447); Blue value is 241 (94.53% from 255 or 53.91% from 447); Max value from RGB is 241 - color contains mainly: blue. Hex color #BF0FF1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF0FF1 is #40F00E. Grayscale: #5C5C5C. Windows color (decimal): -4255759 or 15798207. OLE color: 15798207.
HSL color Cylindrical-coordinate representation of color #BF0FF1: hue angle of 286.73º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0FF1 is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 15 | 241 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.05 |
| HSL | 286.73º | 0.89% | 0.5% | - |
| HSV(B) | 286.73º | 0.94% | 0.95% | - |
| XYZ | 37.53 | 17.77 | 84.67 | - |
| YUV | 93.39 | 211.31 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 15 | 241 | 0.21 | 0.94 | 0 | 0.05 | 286.73 | 0.89 | 0.5 |
| Hex | BF | F | F1 | 15 | 5E | 0 | 5 | 11F | 59 | 32 |
| Octal | 277 | 17 | 361 | 25 | 136 | 0 | 5 | 437 | 131 | 62 |
| Binary | 10111111 | 1111 | 11110001 | 10101 | 1011110 | 0 | 101 | 100011111 | 1011001 | 110010 |
Color Harmonies of #BF0FF1
Complementary color
Monochromatic Colors of #BF0FF1
Black with #BF0FF1
Text Example
Text Example
White with #BF0FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0FF1; }
p { color: rgb(191,15,241); }
H1.HeaderClassName
{
color: #BF0FF1;
}
.AnyTagClassName
{
color: #BF0FF1;
}
</style>
background-color css
<style>
a { background-color: #BF0FF1; }
a { background-color: rgb(191,15,241); }
div.DivClassName
{
background-color: #BF0FF1;
}
.BgClassName
{
background-color: #BF0FF1;
}
</style>
border-color css
<style>
span { border-color: #BF0FF1; }
span { border-color: rgb(191,15,241); }
td.TdClassName
{
border-color: #BF0FF1;
}
.TagClassName
{
border-color: #BF0FF1;
}
</style>