Shades of Electric Purple #BC2AFD
Tints of Electric Purple #BC2AFD
RGB
CMYK
RGB Variations
Color information
#BC2AFD (or 0xBC2AFD) is known color: Electric Purple. HEX triplet: BC, 2A and FD. RGB value is (188,42,253). Sum of RGB (Red+Green+Blue) = 188+42+253=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 42 (16.80% from 255 or 8.70% from 483); Blue value is 253 (99.22% from 255 or 52.38% from 483); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC2AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2AFD is #43D502. Grayscale: #6D6D6D. Windows color (decimal): -4445443 or 16591548. OLE color: 16591548.
HSL color Cylindrical-coordinate representation of color #BC2AFD: hue angle of 281.52º 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 #BC2AFD is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 42 | 253 | - |
| CMYK | 0.26 | 0.83 | 0 | 0.01 |
| HSL | 281.52º | 0.98% | 0.58% | - |
| HSV(B) | 281.52º | 0.83% | 0.99% | - |
| XYZ | 39.3 | 19.44 | 94.61 | - |
| YUV | 109.71 | 208.87 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 42 | 253 | 0.26 | 0.83 | 0 | 0.01 | 281.52 | 0.98 | 0.58 |
| Hex | BC | 2A | FD | 1A | 53 | 0 | 1 | 11A | 62 | 3A |
| Octal | 274 | 52 | 375 | 32 | 123 | 0 | 1 | 432 | 142 | 72 |
| Binary | 10111100 | 101010 | 11111101 | 11010 | 1010011 | 0 | 1 | 100011010 | 1100010 | 111010 |
Color Harmonies of #BC2AFD
Complementary color
Monochromatic Colors of #BC2AFD
Black with #BC2AFD
Text Example
Text Example
White with #BC2AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2AFD; }
p { color: rgb(188,42,253); }
H1.HeaderClassName
{
color: #BC2AFD;
}
.AnyTagClassName
{
color: #BC2AFD;
}
</style>
background-color css
<style>
a { background-color: #BC2AFD; }
a { background-color: rgb(188,42,253); }
div.DivClassName
{
background-color: #BC2AFD;
}
.BgClassName
{
background-color: #BC2AFD;
}
</style>
border-color css
<style>
span { border-color: #BC2AFD; }
span { border-color: rgb(188,42,253); }
td.TdClassName
{
border-color: #BC2AFD;
}
.TagClassName
{
border-color: #BC2AFD;
}
</style>