Shades of Electric Purple #BF2FFC
Tints of Electric Purple #BF2FFC
RGB
CMYK
RGB Variations
Color information
#BF2FFC (or 0xBF2FFC) is known color: Electric Purple. HEX triplet: BF, 2F and FC. RGB value is (191,47,252). Sum of RGB (Red+Green+Blue) = 191+47+252=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 47 (18.75% from 255 or 9.59% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #BF2FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF2FFC is #40D003. Grayscale: #707070. Windows color (decimal): -4247556 or 16527295. OLE color: 16527295.
HSL color Cylindrical-coordinate representation of color #BF2FFC: hue angle of 282.15º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF2FFC is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 47 | 252 | - |
| CMYK | 0.24 | 0.81 | 0 | 0.01 |
| HSL | 282.15º | 0.97% | 0.59% | - |
| HSV(B) | 282.15º | 0.81% | 0.99% | - |
| XYZ | 40.07 | 20.14 | 93.87 | - |
| YUV | 113.43 | 206.21 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 47 | 252 | 0.24 | 0.81 | 0 | 0.01 | 282.15 | 0.97 | 0.59 |
| Hex | BF | 2F | FC | 18 | 51 | 0 | 1 | 11A | 61 | 3B |
| Octal | 277 | 57 | 374 | 30 | 121 | 0 | 1 | 432 | 141 | 73 |
| Binary | 10111111 | 101111 | 11111100 | 11000 | 1010001 | 0 | 1 | 100011010 | 1100001 | 111011 |
Color Harmonies of #BF2FFC
Complementary color
Monochromatic Colors of #BF2FFC
Black with #BF2FFC
Text Example
Text Example
White with #BF2FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2FFC; }
p { color: rgb(191,47,252); }
H1.HeaderClassName
{
color: #BF2FFC;
}
.AnyTagClassName
{
color: #BF2FFC;
}
</style>
background-color css
<style>
a { background-color: #BF2FFC; }
a { background-color: rgb(191,47,252); }
div.DivClassName
{
background-color: #BF2FFC;
}
.BgClassName
{
background-color: #BF2FFC;
}
</style>
border-color css
<style>
span { border-color: #BF2FFC; }
span { border-color: rgb(191,47,252); }
td.TdClassName
{
border-color: #BF2FFC;
}
.TagClassName
{
border-color: #BF2FFC;
}
</style>