Shades of Electric Purple #BF20FF
Tints of Electric Purple #BF20FF
RGB
CMYK
RGB Variations
Color information
#BF20FF (or 0xBF20FF) is known color: Electric Purple. HEX triplet: BF, 20 and FF. RGB value is (191,32,255). Sum of RGB (Red+Green+Blue) = 191+32+255=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 32 (12.89% from 255 or 6.69% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF20FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF20FF is #40DF00. Grayscale: #686868. Windows color (decimal): -4251393 or 16720063. OLE color: 16720063.
HSL color Cylindrical-coordinate representation of color #BF20FF: hue angle of 282.78º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF20FF is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 32 | 255 | - |
| CMYK | 0.25 | 0.87 | 0 | 0 |
| HSL | 282.78º | 1% | 0.56% | - |
| HSV(B) | 282.78º | 0.87% | 1% | - |
| XYZ | 40.05 | 19.33 | 96.23 | - |
| YUV | 104.96 | 212.68 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 32 | 255 | 0.25 | 0.87 | 0 | 0 | 282.78 | 1 | 0.56 |
| Hex | BF | 20 | FF | 19 | 57 | 0 | 0 | 11B | 64 | 38 |
| Octal | 277 | 40 | 377 | 31 | 127 | 0 | 0 | 433 | 144 | 70 |
| Binary | 10111111 | 100000 | 11111111 | 11001 | 1010111 | 0 | 0 | 100011011 | 1100100 | 111000 |
Color Harmonies of #BF20FF
Complementary color
Monochromatic Colors of #BF20FF
Black with #BF20FF
Text Example
Text Example
White with #BF20FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF20FF; }
p { color: rgb(191,32,255); }
H1.HeaderClassName
{
color: #BF20FF;
}
.AnyTagClassName
{
color: #BF20FF;
}
</style>
background-color css
<style>
a { background-color: #BF20FF; }
a { background-color: rgb(191,32,255); }
div.DivClassName
{
background-color: #BF20FF;
}
.BgClassName
{
background-color: #BF20FF;
}
</style>
border-color css
<style>
span { border-color: #BF20FF; }
span { border-color: rgb(191,32,255); }
td.TdClassName
{
border-color: #BF20FF;
}
.TagClassName
{
border-color: #BF20FF;
}
</style>