Shades of Electric Purple #BC2FFD
Tints of Electric Purple #BC2FFD
RGB
CMYK
RGB Variations
Color information
#BC2FFD (or 0xBC2FFD) is known color: Electric Purple. HEX triplet: BC, 2F and FD. RGB value is (188,47,253). Sum of RGB (Red+Green+Blue) = 188+47+253=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 47 (18.75% from 255 or 9.63% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC2FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2FFD is #43D002. Grayscale: #6F6F6F. Windows color (decimal): -4444163 or 16592828. OLE color: 16592828.
HSL color Cylindrical-coordinate representation of color #BC2FFD: hue angle of 281.07º degrees, saturation: 0.98, 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 #BC2FFD is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 47 | 253 | - |
| CMYK | 0.26 | 0.81 | 0 | 0.01 |
| HSL | 281.07º | 0.98% | 0.59% | - |
| HSV(B) | 281.07º | 0.81% | 0.99% | - |
| XYZ | 39.49 | 19.82 | 94.67 | - |
| YUV | 112.64 | 207.21 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 47 | 253 | 0.26 | 0.81 | 0 | 0.01 | 281.07 | 0.98 | 0.59 |
| Hex | BC | 2F | FD | 1A | 51 | 0 | 1 | 119 | 62 | 3B |
| Octal | 274 | 57 | 375 | 32 | 121 | 0 | 1 | 431 | 142 | 73 |
| Binary | 10111100 | 101111 | 11111101 | 11010 | 1010001 | 0 | 1 | 100011001 | 1100010 | 111011 |
Color Harmonies of #BC2FFD
Complementary color
Monochromatic Colors of #BC2FFD
Black with #BC2FFD
Text Example
Text Example
White with #BC2FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2FFD; }
p { color: rgb(188,47,253); }
H1.HeaderClassName
{
color: #BC2FFD;
}
.AnyTagClassName
{
color: #BC2FFD;
}
</style>
background-color css
<style>
a { background-color: #BC2FFD; }
a { background-color: rgb(188,47,253); }
div.DivClassName
{
background-color: #BC2FFD;
}
.BgClassName
{
background-color: #BC2FFD;
}
</style>
border-color css
<style>
span { border-color: #BC2FFD; }
span { border-color: rgb(188,47,253); }
td.TdClassName
{
border-color: #BC2FFD;
}
.TagClassName
{
border-color: #BC2FFD;
}
</style>