Shades of Electric Purple #BF20E8
Tints of Electric Purple #BF20E8
RGB
CMYK
RGB Variations
Color information
#BF20E8 (or 0xBF20E8) is known color: Electric Purple. HEX triplet: BF, 20 and E8. RGB value is (191,32,232). Sum of RGB (Red+Green+Blue) = 191+32+232=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 32 (12.89% from 255 or 7.03% from 455); Blue value is 232 (91.02% from 255 or 50.99% from 455); Max value from RGB is 232 - color contains mainly: blue. Hex color #BF20E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF20E8 is #40DF17. Grayscale: #656565. Windows color (decimal): -4251416 or 15212735. OLE color: 15212735.
HSL color Cylindrical-coordinate representation of color #BF20E8: hue angle of 287.7º degrees, saturation: 0.81, 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 #BF20E8 is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 32 | 232 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.09 |
| HSL | 287.7º | 0.81% | 0.52% | - |
| HSV(B) | 287.7º | 0.86% | 0.91% | - |
| XYZ | 36.57 | 17.94 | 77.88 | - |
| YUV | 102.34 | 201.18 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 32 | 232 | 0.18 | 0.86 | 0 | 0.09 | 287.7 | 0.81 | 0.52 |
| Hex | BF | 20 | E8 | 12 | 56 | 0 | 9 | 120 | 51 | 34 |
| Octal | 277 | 40 | 350 | 22 | 126 | 0 | 11 | 440 | 121 | 64 |
| Binary | 10111111 | 100000 | 11101000 | 10010 | 1010110 | 0 | 1001 | 100100000 | 1010001 | 110100 |
Color Harmonies of #BF20E8
Complementary color
Monochromatic Colors of #BF20E8
Black with #BF20E8
Text Example
Text Example
White with #BF20E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF20E8; }
p { color: rgb(191,32,232); }
H1.HeaderClassName
{
color: #BF20E8;
}
.AnyTagClassName
{
color: #BF20E8;
}
</style>
background-color css
<style>
a { background-color: #BF20E8; }
a { background-color: rgb(191,32,232); }
div.DivClassName
{
background-color: #BF20E8;
}
.BgClassName
{
background-color: #BF20E8;
}
</style>
border-color css
<style>
span { border-color: #BF20E8; }
span { border-color: rgb(191,32,232); }
td.TdClassName
{
border-color: #BF20E8;
}
.TagClassName
{
border-color: #BF20E8;
}
</style>