Shades of Electric Purple #BF0FF3
Tints of Electric Purple #BF0FF3
RGB
CMYK
RGB Variations
Color information
#BF0FF3 (or 0xBF0FF3) is known color: Electric Purple. HEX triplet: BF, 0F and F3. RGB value is (191,15,243). Sum of RGB (Red+Green+Blue) = 191+15+243=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 15 (6.25% from 255 or 3.34% from 449); Blue value is 243 (95.31% from 255 or 54.12% from 449); Max value from RGB is 243 - color contains mainly: blue. Hex color #BF0FF3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF0FF3 is #40F00C. Grayscale: #5C5C5C. Windows color (decimal): -4255757 or 15929279. OLE color: 15929279.
HSL color Cylindrical-coordinate representation of color #BF0FF3: hue angle of 286.32º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0FF3 is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 15 | 243 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.05 |
| HSL | 286.32º | 0.9% | 0.51% | - |
| HSV(B) | 286.32º | 0.94% | 0.95% | - |
| XYZ | 37.83 | 17.89 | 86.25 | - |
| YUV | 93.62 | 212.31 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 15 | 243 | 0.21 | 0.94 | 0 | 0.05 | 286.32 | 0.9 | 0.51 |
| Hex | BF | F | F3 | 15 | 5E | 0 | 5 | 11E | 5A | 33 |
| Octal | 277 | 17 | 363 | 25 | 136 | 0 | 5 | 436 | 132 | 63 |
| Binary | 10111111 | 1111 | 11110011 | 10101 | 1011110 | 0 | 101 | 100011110 | 1011010 | 110011 |
Color Harmonies of #BF0FF3
Complementary color
Monochromatic Colors of #BF0FF3
Black with #BF0FF3
Text Example
Text Example
White with #BF0FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0FF3; }
p { color: rgb(191,15,243); }
H1.HeaderClassName
{
color: #BF0FF3;
}
.AnyTagClassName
{
color: #BF0FF3;
}
</style>
background-color css
<style>
a { background-color: #BF0FF3; }
a { background-color: rgb(191,15,243); }
div.DivClassName
{
background-color: #BF0FF3;
}
.BgClassName
{
background-color: #BF0FF3;
}
</style>
border-color css
<style>
span { border-color: #BF0FF3; }
span { border-color: rgb(191,15,243); }
td.TdClassName
{
border-color: #BF0FF3;
}
.TagClassName
{
border-color: #BF0FF3;
}
</style>