Shades of Electric Purple #BF0DFE
Tints of Electric Purple #BF0DFE
RGB
CMYK
RGB Variations
Color information
#BF0DFE (or 0xBF0DFE) is known color: Electric Purple. HEX triplet: BF, 0D and FE. RGB value is (191,13,254). Sum of RGB (Red+Green+Blue) = 191+13+254=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 13 (5.47% from 255 or 2.84% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF0DFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF0DFE is #40F201. Grayscale: #5C5C5C. Windows color (decimal): -4256258 or 16649663. OLE color: 16649663.
HSL color Cylindrical-coordinate representation of color #BF0DFE: hue angle of 284.32º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF0DFE is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 13 | 254 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.00 |
| HSL | 284.32º | 0.99% | 0.52% | - |
| HSV(B) | 284.32º | 0.95% | 1% | - |
| XYZ | 39.52 | 18.52 | 95.26 | - |
| YUV | 93.7 | 218.47 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 13 | 254 | 0.25 | 0.95 | 0 | 0.00 | 284.32 | 0.99 | 0.52 |
| Hex | BF | D | FE | 19 | 5F | 0 | 0 | 11C | 63 | 34 |
| Octal | 277 | 15 | 376 | 31 | 137 | 0 | 0 | 434 | 143 | 64 |
| Binary | 10111111 | 1101 | 11111110 | 11001 | 1011111 | 0 | 0 | 100011100 | 1100011 | 110100 |
Color Harmonies of #BF0DFE
Complementary color
Monochromatic Colors of #BF0DFE
Black with #BF0DFE
Text Example
Text Example
White with #BF0DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0DFE; }
p { color: rgb(191,13,254); }
H1.HeaderClassName
{
color: #BF0DFE;
}
.AnyTagClassName
{
color: #BF0DFE;
}
</style>
background-color css
<style>
a { background-color: #BF0DFE; }
a { background-color: rgb(191,13,254); }
div.DivClassName
{
background-color: #BF0DFE;
}
.BgClassName
{
background-color: #BF0DFE;
}
</style>
border-color css
<style>
span { border-color: #BF0DFE; }
span { border-color: rgb(191,13,254); }
td.TdClassName
{
border-color: #BF0DFE;
}
.TagClassName
{
border-color: #BF0DFE;
}
</style>