Shades of Electric Purple #BC2FFC
Tints of Electric Purple #BC2FFC
RGB
CMYK
RGB Variations
Color information
#BC2FFC (or 0xBC2FFC) is known color: Electric Purple. HEX triplet: BC, 2F and FC. RGB value is (188,47,252). Sum of RGB (Red+Green+Blue) = 188+47+252=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 47 (18.75% from 255 or 9.65% from 487); Blue value is 252 (98.83% from 255 or 51.75% from 487); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC2FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2FFC is #43D003. Grayscale: #6F6F6F. Windows color (decimal): -4444164 or 16527292. OLE color: 16527292.
HSL color Cylindrical-coordinate representation of color #BC2FFC: hue angle of 281.27º 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 #BC2FFC is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 47 | 252 | - |
| CMYK | 0.25 | 0.81 | 0 | 0.01 |
| HSL | 281.27º | 0.97% | 0.59% | - |
| HSV(B) | 281.27º | 0.81% | 0.99% | - |
| XYZ | 39.33 | 19.75 | 93.84 | - |
| YUV | 112.53 | 206.71 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 47 | 252 | 0.25 | 0.81 | 0 | 0.01 | 281.27 | 0.97 | 0.59 |
| Hex | BC | 2F | FC | 19 | 51 | 0 | 1 | 119 | 61 | 3B |
| Octal | 274 | 57 | 374 | 31 | 121 | 0 | 1 | 431 | 141 | 73 |
| Binary | 10111100 | 101111 | 11111100 | 11001 | 1010001 | 0 | 1 | 100011001 | 1100001 | 111011 |
Color Harmonies of #BC2FFC
Complementary color
Monochromatic Colors of #BC2FFC
Black with #BC2FFC
Text Example
Text Example
White with #BC2FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2FFC; }
p { color: rgb(188,47,252); }
H1.HeaderClassName
{
color: #BC2FFC;
}
.AnyTagClassName
{
color: #BC2FFC;
}
</style>
background-color css
<style>
a { background-color: #BC2FFC; }
a { background-color: rgb(188,47,252); }
div.DivClassName
{
background-color: #BC2FFC;
}
.BgClassName
{
background-color: #BC2FFC;
}
</style>
border-color css
<style>
span { border-color: #BC2FFC; }
span { border-color: rgb(188,47,252); }
td.TdClassName
{
border-color: #BC2FFC;
}
.TagClassName
{
border-color: #BC2FFC;
}
</style>