Shades of Electric Purple #BC2AFB
Tints of Electric Purple #BC2AFB
RGB
CMYK
RGB Variations
Color information
#BC2AFB (or 0xBC2AFB) is known color: Electric Purple. HEX triplet: BC, 2A and FB. RGB value is (188,42,251). Sum of RGB (Red+Green+Blue) = 188+42+251=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 42 (16.80% from 255 or 8.73% from 481); Blue value is 251 (98.44% from 255 or 52.18% from 481); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC2AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2AFB is #43D504. Grayscale: #6C6C6C. Windows color (decimal): -4445445 or 16460476. OLE color: 16460476.
HSL color Cylindrical-coordinate representation of color #BC2AFB: hue angle of 281.91º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC2AFB is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 42 | 251 | - |
| CMYK | 0.25 | 0.83 | 0 | 0.02 |
| HSL | 281.91º | 0.96% | 0.57% | - |
| HSV(B) | 281.91º | 0.83% | 0.98% | - |
| XYZ | 38.98 | 19.31 | 92.94 | - |
| YUV | 109.48 | 207.87 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 42 | 251 | 0.25 | 0.83 | 0 | 0.02 | 281.91 | 0.96 | 0.57 |
| Hex | BC | 2A | FB | 19 | 53 | 0 | 2 | 11A | 60 | 39 |
| Octal | 274 | 52 | 373 | 31 | 123 | 0 | 2 | 432 | 140 | 71 |
| Binary | 10111100 | 101010 | 11111011 | 11001 | 1010011 | 0 | 10 | 100011010 | 1100000 | 111001 |
Color Harmonies of #BC2AFB
Complementary color
Monochromatic Colors of #BC2AFB
Black with #BC2AFB
Text Example
Text Example
White with #BC2AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2AFB; }
p { color: rgb(188,42,251); }
H1.HeaderClassName
{
color: #BC2AFB;
}
.AnyTagClassName
{
color: #BC2AFB;
}
</style>
background-color css
<style>
a { background-color: #BC2AFB; }
a { background-color: rgb(188,42,251); }
div.DivClassName
{
background-color: #BC2AFB;
}
.BgClassName
{
background-color: #BC2AFB;
}
</style>
border-color css
<style>
span { border-color: #BC2AFB; }
span { border-color: rgb(188,42,251); }
td.TdClassName
{
border-color: #BC2AFB;
}
.TagClassName
{
border-color: #BC2AFB;
}
</style>