Shades of Electric Purple #BF2FFF
Tints of Electric Purple #BF2FFF
RGB
CMYK
RGB Variations
Color information
#BF2FFF (or 0xBF2FFF) is known color: Electric Purple. HEX triplet: BF, 2F and FF. RGB value is (191,47,255). Sum of RGB (Red+Green+Blue) = 191+47+255=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 47 (18.75% from 255 or 9.53% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF2FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF2FFF is #40D000. Grayscale: #717171. Windows color (decimal): -4247553 or 16723903. OLE color: 16723903.
HSL color Cylindrical-coordinate representation of color #BF2FFF: hue angle of 281.54º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF2FFF is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 47 | 255 | - |
| CMYK | 0.25 | 0.82 | 0 | 0 |
| HSL | 281.54º | 1% | 0.59% | - |
| HSV(B) | 281.54º | 0.82% | 1% | - |
| XYZ | 40.55 | 20.33 | 96.39 | - |
| YUV | 113.77 | 207.71 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 47 | 255 | 0.25 | 0.82 | 0 | 0 | 281.54 | 1 | 0.59 |
| Hex | BF | 2F | FF | 19 | 52 | 0 | 0 | 11A | 64 | 3B |
| Octal | 277 | 57 | 377 | 31 | 122 | 0 | 0 | 432 | 144 | 73 |
| Binary | 10111111 | 101111 | 11111111 | 11001 | 1010010 | 0 | 0 | 100011010 | 1100100 | 111011 |
Color Harmonies of #BF2FFF
Complementary color
Monochromatic Colors of #BF2FFF
Black with #BF2FFF
Text Example
Text Example
White with #BF2FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2FFF; }
p { color: rgb(191,47,255); }
H1.HeaderClassName
{
color: #BF2FFF;
}
.AnyTagClassName
{
color: #BF2FFF;
}
</style>
background-color css
<style>
a { background-color: #BF2FFF; }
a { background-color: rgb(191,47,255); }
div.DivClassName
{
background-color: #BF2FFF;
}
.BgClassName
{
background-color: #BF2FFF;
}
</style>
border-color css
<style>
span { border-color: #BF2FFF; }
span { border-color: rgb(191,47,255); }
td.TdClassName
{
border-color: #BF2FFF;
}
.TagClassName
{
border-color: #BF2FFF;
}
</style>