Shades of Electric Purple #BF20E9
Tints of Electric Purple #BF20E9
RGB
CMYK
RGB Variations
Color information
#BF20E9 (or 0xBF20E9) is known color: Electric Purple. HEX triplet: BF, 20 and E9. RGB value is (191,32,233). Sum of RGB (Red+Green+Blue) = 191+32+233=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 32 (12.89% from 255 or 7.02% from 456); Blue value is 233 (91.41% from 255 or 51.10% from 456); Max value from RGB is 233 - color contains mainly: blue. Hex color #BF20E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF20E9 is #40DF16. Grayscale: #656565. Windows color (decimal): -4251415 or 15278271. OLE color: 15278271.
HSL color Cylindrical-coordinate representation of color #BF20E9: hue angle of 287.46º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF20E9 is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 32 | 233 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.09 |
| HSL | 287.46º | 0.82% | 0.52% | - |
| HSV(B) | 287.46º | 0.86% | 0.91% | - |
| XYZ | 36.71 | 17.99 | 78.63 | - |
| YUV | 102.46 | 201.68 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 32 | 233 | 0.18 | 0.86 | 0 | 0.09 | 287.46 | 0.82 | 0.52 |
| Hex | BF | 20 | E9 | 12 | 56 | 0 | 9 | 11F | 52 | 34 |
| Octal | 277 | 40 | 351 | 22 | 126 | 0 | 11 | 437 | 122 | 64 |
| Binary | 10111111 | 100000 | 11101001 | 10010 | 1010110 | 0 | 1001 | 100011111 | 1010010 | 110100 |
Color Harmonies of #BF20E9
Complementary color
Monochromatic Colors of #BF20E9
Black with #BF20E9
Text Example
Text Example
White with #BF20E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF20E9; }
p { color: rgb(191,32,233); }
H1.HeaderClassName
{
color: #BF20E9;
}
.AnyTagClassName
{
color: #BF20E9;
}
</style>
background-color css
<style>
a { background-color: #BF20E9; }
a { background-color: rgb(191,32,233); }
div.DivClassName
{
background-color: #BF20E9;
}
.BgClassName
{
background-color: #BF20E9;
}
</style>
border-color css
<style>
span { border-color: #BF20E9; }
span { border-color: rgb(191,32,233); }
td.TdClassName
{
border-color: #BF20E9;
}
.TagClassName
{
border-color: #BF20E9;
}
</style>