Shades of Electric Purple #BF2CF5
Tints of Electric Purple #BF2CF5
RGB
CMYK
RGB Variations
Color information
#BF2CF5 (or 0xBF2CF5) is known color: Electric Purple. HEX triplet: BF, 2C and F5. RGB value is (191,44,245). Sum of RGB (Red+Green+Blue) = 191+44+245=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 44 (17.58% from 255 or 9.17% from 480); Blue value is 245 (96.09% from 255 or 51.04% from 480); Max value from RGB is 245 - color contains mainly: blue. Hex color #BF2CF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF2CF5 is #40D30A. Grayscale: #6E6E6E. Windows color (decimal): -4248331 or 16067775. OLE color: 16067775.
HSL color Cylindrical-coordinate representation of color #BF2CF5: hue angle of 283.88º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF2CF5 is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 44 | 245 | - |
| CMYK | 0.22 | 0.82 | 0 | 0.04 |
| HSL | 283.88º | 0.91% | 0.57% | - |
| HSV(B) | 283.88º | 0.82% | 0.96% | - |
| XYZ | 38.87 | 19.47 | 88.1 | - |
| YUV | 110.87 | 203.7 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 44 | 245 | 0.22 | 0.82 | 0 | 0.04 | 283.88 | 0.91 | 0.57 |
| Hex | BF | 2C | F5 | 16 | 52 | 0 | 4 | 11C | 5B | 39 |
| Octal | 277 | 54 | 365 | 26 | 122 | 0 | 4 | 434 | 133 | 71 |
| Binary | 10111111 | 101100 | 11110101 | 10110 | 1010010 | 0 | 100 | 100011100 | 1011011 | 111001 |
Color Harmonies of #BF2CF5
Complementary color
Monochromatic Colors of #BF2CF5
Black with #BF2CF5
Text Example
Text Example
White with #BF2CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2CF5; }
p { color: rgb(191,44,245); }
H1.HeaderClassName
{
color: #BF2CF5;
}
.AnyTagClassName
{
color: #BF2CF5;
}
</style>
background-color css
<style>
a { background-color: #BF2CF5; }
a { background-color: rgb(191,44,245); }
div.DivClassName
{
background-color: #BF2CF5;
}
.BgClassName
{
background-color: #BF2CF5;
}
</style>
border-color css
<style>
span { border-color: #BF2CF5; }
span { border-color: rgb(191,44,245); }
td.TdClassName
{
border-color: #BF2CF5;
}
.TagClassName
{
border-color: #BF2CF5;
}
</style>