Shades of Electric Purple #BF2DFC
Tints of Electric Purple #BF2DFC
RGB
CMYK
RGB Variations
Color information
#BF2DFC (or 0xBF2DFC) is known color: Electric Purple. HEX triplet: BF, 2D and FC. RGB value is (191,45,252). Sum of RGB (Red+Green+Blue) = 191+45+252=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 45 (17.97% from 255 or 9.22% from 488); Blue value is 252 (98.83% from 255 or 51.64% from 488); Max value from RGB is 252 - color contains mainly: blue. Hex color #BF2DFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF2DFC is #40D203. Grayscale: #6F6F6F. Windows color (decimal): -4248068 or 16526783. OLE color: 16526783.
HSL color Cylindrical-coordinate representation of color #BF2DFC: hue angle of 282.32º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF2DFC is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 45 | 252 | - |
| CMYK | 0.24 | 0.82 | 0 | 0.01 |
| HSL | 282.32º | 0.97% | 0.58% | - |
| HSV(B) | 282.32º | 0.82% | 0.99% | - |
| XYZ | 39.99 | 19.98 | 93.84 | - |
| YUV | 112.25 | 206.87 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 45 | 252 | 0.24 | 0.82 | 0 | 0.01 | 282.32 | 0.97 | 0.58 |
| Hex | BF | 2D | FC | 18 | 52 | 0 | 1 | 11A | 61 | 3A |
| Octal | 277 | 55 | 374 | 30 | 122 | 0 | 1 | 432 | 141 | 72 |
| Binary | 10111111 | 101101 | 11111100 | 11000 | 1010010 | 0 | 1 | 100011010 | 1100001 | 111010 |
Color Harmonies of #BF2DFC
Complementary color
Monochromatic Colors of #BF2DFC
Black with #BF2DFC
Text Example
Text Example
White with #BF2DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2DFC; }
p { color: rgb(191,45,252); }
H1.HeaderClassName
{
color: #BF2DFC;
}
.AnyTagClassName
{
color: #BF2DFC;
}
</style>
background-color css
<style>
a { background-color: #BF2DFC; }
a { background-color: rgb(191,45,252); }
div.DivClassName
{
background-color: #BF2DFC;
}
.BgClassName
{
background-color: #BF2DFC;
}
</style>
border-color css
<style>
span { border-color: #BF2DFC; }
span { border-color: rgb(191,45,252); }
td.TdClassName
{
border-color: #BF2DFC;
}
.TagClassName
{
border-color: #BF2DFC;
}
</style>