Shades of Electric Purple #BC2DFC
Tints of Electric Purple #BC2DFC
RGB
CMYK
RGB Variations
Color information
#BC2DFC (or 0xBC2DFC) is known color: Electric Purple. HEX triplet: BC, 2D and FC. RGB value is (188,45,252). Sum of RGB (Red+Green+Blue) = 188+45+252=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 45 (17.97% from 255 or 9.28% from 485); Blue value is 252 (98.83% from 255 or 51.96% from 485); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC2DFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2DFC is #43D203. Grayscale: #6E6E6E. Windows color (decimal): -4444676 or 16526780. OLE color: 16526780.
HSL color Cylindrical-coordinate representation of color #BC2DFC: hue angle of 281.45º 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 #BC2DFC is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 45 | 252 | - |
| CMYK | 0.25 | 0.82 | 0 | 0.01 |
| HSL | 281.45º | 0.97% | 0.58% | - |
| HSV(B) | 281.45º | 0.82% | 0.99% | - |
| XYZ | 39.25 | 19.6 | 93.81 | - |
| YUV | 111.36 | 207.38 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 252 | 0.25 | 0.82 | 0 | 0.01 | 281.45 | 0.97 | 0.58 |
| Hex | BC | 2D | FC | 19 | 52 | 0 | 1 | 119 | 61 | 3A |
| Octal | 274 | 55 | 374 | 31 | 122 | 0 | 1 | 431 | 141 | 72 |
| Binary | 10111100 | 101101 | 11111100 | 11001 | 1010010 | 0 | 1 | 100011001 | 1100001 | 111010 |
Color Harmonies of #BC2DFC
Complementary color
Monochromatic Colors of #BC2DFC
Black with #BC2DFC
Text Example
Text Example
White with #BC2DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2DFC; }
p { color: rgb(188,45,252); }
H1.HeaderClassName
{
color: #BC2DFC;
}
.AnyTagClassName
{
color: #BC2DFC;
}
</style>
background-color css
<style>
a { background-color: #BC2DFC; }
a { background-color: rgb(188,45,252); }
div.DivClassName
{
background-color: #BC2DFC;
}
.BgClassName
{
background-color: #BC2DFC;
}
</style>
border-color css
<style>
span { border-color: #BC2DFC; }
span { border-color: rgb(188,45,252); }
td.TdClassName
{
border-color: #BC2DFC;
}
.TagClassName
{
border-color: #BC2DFC;
}
</style>