Shades of Electric Purple #BF2CF0
Tints of Electric Purple #BF2CF0
RGB
CMYK
RGB Variations
Color information
#BF2CF0 (or 0xBF2CF0) is known color: Electric Purple. HEX triplet: BF, 2C and F0. RGB value is (191,44,240). Sum of RGB (Red+Green+Blue) = 191+44+240=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 44 (17.58% from 255 or 9.26% from 475); Blue value is 240 (94.14% from 255 or 50.53% from 475); Max value from RGB is 240 - color contains mainly: blue. Hex color #BF2CF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF2CF0 is #40D30F. Grayscale: #6D6D6D. Windows color (decimal): -4248336 or 15740095. OLE color: 15740095.
HSL color Cylindrical-coordinate representation of color #BF2CF0: hue angle of 285º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF2CF0 is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 44 | 240 | - |
| CMYK | 0.20 | 0.82 | 0 | 0.06 |
| HSL | 285º | 0.87% | 0.56% | - |
| HSV(B) | 285º | 0.82% | 0.94% | - |
| XYZ | 38.11 | 19.17 | 84.13 | - |
| YUV | 110.3 | 201.2 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 44 | 240 | 0.20 | 0.82 | 0 | 0.06 | 285 | 0.87 | 0.56 |
| Hex | BF | 2C | F0 | 14 | 52 | 0 | 6 | 11D | 57 | 38 |
| Octal | 277 | 54 | 360 | 24 | 122 | 0 | 6 | 435 | 127 | 70 |
| Binary | 10111111 | 101100 | 11110000 | 10100 | 1010010 | 0 | 110 | 100011101 | 1010111 | 111000 |
Color Harmonies of #BF2CF0
Complementary color
Monochromatic Colors of #BF2CF0
Black with #BF2CF0
Text Example
Text Example
White with #BF2CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2CF0; }
p { color: rgb(191,44,240); }
H1.HeaderClassName
{
color: #BF2CF0;
}
.AnyTagClassName
{
color: #BF2CF0;
}
</style>
background-color css
<style>
a { background-color: #BF2CF0; }
a { background-color: rgb(191,44,240); }
div.DivClassName
{
background-color: #BF2CF0;
}
.BgClassName
{
background-color: #BF2CF0;
}
</style>
border-color css
<style>
span { border-color: #BF2CF0; }
span { border-color: rgb(191,44,240); }
td.TdClassName
{
border-color: #BF2CF0;
}
.TagClassName
{
border-color: #BF2CF0;
}
</style>