Shades of Electric Purple #BF2CF8
Tints of Electric Purple #BF2CF8
RGB
CMYK
RGB Variations
Color information
#BF2CF8 (or 0xBF2CF8) is known color: Electric Purple. HEX triplet: BF, 2C and F8. RGB value is (191,44,248). Sum of RGB (Red+Green+Blue) = 191+44+248=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 44 (17.58% from 255 or 9.11% from 483); Blue value is 248 (97.27% from 255 or 51.35% from 483); Max value from RGB is 248 - color contains mainly: blue. Hex color #BF2CF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF2CF8 is #40D307. Grayscale: #6E6E6E. Windows color (decimal): -4248328 or 16264383. OLE color: 16264383.
HSL color Cylindrical-coordinate representation of color #BF2CF8: hue angle of 283.24º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF2CF8 is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 44 | 248 | - |
| CMYK | 0.23 | 0.82 | 0 | 0.03 |
| HSL | 283.24º | 0.94% | 0.57% | - |
| HSV(B) | 283.24º | 0.82% | 0.97% | - |
| XYZ | 39.33 | 19.66 | 90.53 | - |
| YUV | 111.21 | 205.2 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 44 | 248 | 0.23 | 0.82 | 0 | 0.03 | 283.24 | 0.94 | 0.57 |
| Hex | BF | 2C | F8 | 17 | 52 | 0 | 3 | 11B | 5E | 39 |
| Octal | 277 | 54 | 370 | 27 | 122 | 0 | 3 | 433 | 136 | 71 |
| Binary | 10111111 | 101100 | 11111000 | 10111 | 1010010 | 0 | 11 | 100011011 | 1011110 | 111001 |
Color Harmonies of #BF2CF8
Complementary color
Monochromatic Colors of #BF2CF8
Black with #BF2CF8
Text Example
Text Example
White with #BF2CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2CF8; }
p { color: rgb(191,44,248); }
H1.HeaderClassName
{
color: #BF2CF8;
}
.AnyTagClassName
{
color: #BF2CF8;
}
</style>
background-color css
<style>
a { background-color: #BF2CF8; }
a { background-color: rgb(191,44,248); }
div.DivClassName
{
background-color: #BF2CF8;
}
.BgClassName
{
background-color: #BF2CF8;
}
</style>
border-color css
<style>
span { border-color: #BF2CF8; }
span { border-color: rgb(191,44,248); }
td.TdClassName
{
border-color: #BF2CF8;
}
.TagClassName
{
border-color: #BF2CF8;
}
</style>