Shades of Electric Purple #BF2DF5
Tints of Electric Purple #BF2DF5
RGB
CMYK
RGB Variations
Color information
#BF2DF5 (or 0xBF2DF5) is known color: Electric Purple. HEX triplet: BF, 2D and F5. RGB value is (191,45,245). Sum of RGB (Red+Green+Blue) = 191+45+245=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 45 (17.97% from 255 or 9.36% from 481); Blue value is 245 (96.09% from 255 or 50.94% from 481); Max value from RGB is 245 - color contains mainly: blue. Hex color #BF2DF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF2DF5 is #40D20A. Grayscale: #6E6E6E. Windows color (decimal): -4248075 or 16068031. OLE color: 16068031.
HSL color Cylindrical-coordinate representation of color #BF2DF5: hue angle of 283.8º 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 #BF2DF5 is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 45 | 245 | - |
| CMYK | 0.22 | 0.82 | 0 | 0.04 |
| HSL | 283.8º | 0.91% | 0.57% | - |
| HSV(B) | 283.8º | 0.82% | 0.96% | - |
| XYZ | 38.91 | 19.55 | 88.11 | - |
| YUV | 111.45 | 203.37 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 45 | 245 | 0.22 | 0.82 | 0 | 0.04 | 283.8 | 0.91 | 0.57 |
| Hex | BF | 2D | F5 | 16 | 52 | 0 | 4 | 11C | 5B | 39 |
| Octal | 277 | 55 | 365 | 26 | 122 | 0 | 4 | 434 | 133 | 71 |
| Binary | 10111111 | 101101 | 11110101 | 10110 | 1010010 | 0 | 100 | 100011100 | 1011011 | 111001 |
Color Harmonies of #BF2DF5
Complementary color
Monochromatic Colors of #BF2DF5
Black with #BF2DF5
Text Example
Text Example
White with #BF2DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2DF5; }
p { color: rgb(191,45,245); }
H1.HeaderClassName
{
color: #BF2DF5;
}
.AnyTagClassName
{
color: #BF2DF5;
}
</style>
background-color css
<style>
a { background-color: #BF2DF5; }
a { background-color: rgb(191,45,245); }
div.DivClassName
{
background-color: #BF2DF5;
}
.BgClassName
{
background-color: #BF2DF5;
}
</style>
border-color css
<style>
span { border-color: #BF2DF5; }
span { border-color: rgb(191,45,245); }
td.TdClassName
{
border-color: #BF2DF5;
}
.TagClassName
{
border-color: #BF2DF5;
}
</style>