Shades of Electric Purple #BF2BFF
Tints of Electric Purple #BF2BFF
RGB
CMYK
RGB Variations
Color information
#BF2BFF (or 0xBF2BFF) is known color: Electric Purple. HEX triplet: BF, 2B and FF. RGB value is (191,43,255). Sum of RGB (Red+Green+Blue) = 191+43+255=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 43 (17.19% from 255 or 8.79% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF2BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF2BFF is #40D400. Grayscale: #6E6E6E. Windows color (decimal): -4248577 or 16722879. OLE color: 16722879.
HSL color Cylindrical-coordinate representation of color #BF2BFF: hue angle of 281.89º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF2BFF is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 43 | 255 | - |
| CMYK | 0.25 | 0.83 | 0 | 0 |
| HSL | 281.89º | 1% | 0.58% | - |
| HSV(B) | 281.89º | 0.83% | 1% | - |
| XYZ | 40.4 | 20.02 | 96.34 | - |
| YUV | 111.42 | 209.03 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 43 | 255 | 0.25 | 0.83 | 0 | 0 | 281.89 | 1 | 0.58 |
| Hex | BF | 2B | FF | 19 | 53 | 0 | 0 | 11A | 64 | 3A |
| Octal | 277 | 53 | 377 | 31 | 123 | 0 | 0 | 432 | 144 | 72 |
| Binary | 10111111 | 101011 | 11111111 | 11001 | 1010011 | 0 | 0 | 100011010 | 1100100 | 111010 |
Color Harmonies of #BF2BFF
Complementary color
Monochromatic Colors of #BF2BFF
Black with #BF2BFF
Text Example
Text Example
White with #BF2BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2BFF; }
p { color: rgb(191,43,255); }
H1.HeaderClassName
{
color: #BF2BFF;
}
.AnyTagClassName
{
color: #BF2BFF;
}
</style>
background-color css
<style>
a { background-color: #BF2BFF; }
a { background-color: rgb(191,43,255); }
div.DivClassName
{
background-color: #BF2BFF;
}
.BgClassName
{
background-color: #BF2BFF;
}
</style>
border-color css
<style>
span { border-color: #BF2BFF; }
span { border-color: rgb(191,43,255); }
td.TdClassName
{
border-color: #BF2BFF;
}
.TagClassName
{
border-color: #BF2BFF;
}
</style>