Shades of Electric Purple #BC2BFD
Tints of Electric Purple #BC2BFD
RGB
CMYK
RGB Variations
Color information
#BC2BFD (or 0xBC2BFD) is known color: Electric Purple. HEX triplet: BC, 2B and FD. RGB value is (188,43,253). Sum of RGB (Red+Green+Blue) = 188+43+253=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 43 (17.19% from 255 or 8.88% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC2BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2BFD is #43D402. Grayscale: #6D6D6D. Windows color (decimal): -4445187 or 16591804. OLE color: 16591804.
HSL color Cylindrical-coordinate representation of color #BC2BFD: hue angle of 281.43º 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 #BC2BFD is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 43 | 253 | - |
| CMYK | 0.26 | 0.83 | 0 | 0.01 |
| HSL | 281.43º | 0.98% | 0.58% | - |
| HSV(B) | 281.43º | 0.83% | 0.99% | - |
| XYZ | 39.33 | 19.51 | 94.62 | - |
| YUV | 110.3 | 208.54 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 43 | 253 | 0.26 | 0.83 | 0 | 0.01 | 281.43 | 0.98 | 0.58 |
| Hex | BC | 2B | FD | 1A | 53 | 0 | 1 | 119 | 62 | 3A |
| Octal | 274 | 53 | 375 | 32 | 123 | 0 | 1 | 431 | 142 | 72 |
| Binary | 10111100 | 101011 | 11111101 | 11010 | 1010011 | 0 | 1 | 100011001 | 1100010 | 111010 |
Color Harmonies of #BC2BFD
Complementary color
Monochromatic Colors of #BC2BFD
Black with #BC2BFD
Text Example
Text Example
White with #BC2BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2BFD; }
p { color: rgb(188,43,253); }
H1.HeaderClassName
{
color: #BC2BFD;
}
.AnyTagClassName
{
color: #BC2BFD;
}
</style>
background-color css
<style>
a { background-color: #BC2BFD; }
a { background-color: rgb(188,43,253); }
div.DivClassName
{
background-color: #BC2BFD;
}
.BgClassName
{
background-color: #BC2BFD;
}
</style>
border-color css
<style>
span { border-color: #BC2BFD; }
span { border-color: rgb(188,43,253); }
td.TdClassName
{
border-color: #BC2BFD;
}
.TagClassName
{
border-color: #BC2BFD;
}
</style>