Shades of Electric Purple #BC2CFD
Tints of Electric Purple #BC2CFD
RGB
CMYK
RGB Variations
Color information
#BC2CFD (or 0xBC2CFD) is known color: Electric Purple. HEX triplet: BC, 2C and FD. RGB value is (188,44,253). Sum of RGB (Red+Green+Blue) = 188+44+253=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 44 (17.58% from 255 or 9.07% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC2CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2CFD is #43D302. Grayscale: #6E6E6E. Windows color (decimal): -4444931 or 16592060. OLE color: 16592060.
HSL color Cylindrical-coordinate representation of color #BC2CFD: hue angle of 281.34º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC2CFD is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 44 | 253 | - |
| CMYK | 0.26 | 0.83 | 0 | 0.01 |
| HSL | 281.34º | 0.98% | 0.58% | - |
| HSV(B) | 281.34º | 0.83% | 0.99% | - |
| XYZ | 39.37 | 19.58 | 94.63 | - |
| YUV | 110.88 | 208.21 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 44 | 253 | 0.26 | 0.83 | 0 | 0.01 | 281.34 | 0.98 | 0.58 |
| Hex | BC | 2C | FD | 1A | 53 | 0 | 1 | 119 | 62 | 3A |
| Octal | 274 | 54 | 375 | 32 | 123 | 0 | 1 | 431 | 142 | 72 |
| Binary | 10111100 | 101100 | 11111101 | 11010 | 1010011 | 0 | 1 | 100011001 | 1100010 | 111010 |
Color Harmonies of #BC2CFD
Complementary color
Monochromatic Colors of #BC2CFD
Black with #BC2CFD
Text Example
Text Example
White with #BC2CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2CFD; }
p { color: rgb(188,44,253); }
H1.HeaderClassName
{
color: #BC2CFD;
}
.AnyTagClassName
{
color: #BC2CFD;
}
</style>
background-color css
<style>
a { background-color: #BC2CFD; }
a { background-color: rgb(188,44,253); }
div.DivClassName
{
background-color: #BC2CFD;
}
.BgClassName
{
background-color: #BC2CFD;
}
</style>
border-color css
<style>
span { border-color: #BC2CFD; }
span { border-color: rgb(188,44,253); }
td.TdClassName
{
border-color: #BC2CFD;
}
.TagClassName
{
border-color: #BC2CFD;
}
</style>