Shades of Electric Purple #BC0AFB
Tints of Electric Purple #BC0AFB
RGB
CMYK
RGB Variations
Color information
#BC0AFB (or 0xBC0AFB) is known color: Electric Purple. HEX triplet: BC, 0A and FB. RGB value is (188,10,251). Sum of RGB (Red+Green+Blue) = 188+10+251=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 10 (4.30% from 255 or 2.23% from 449); Blue value is 251 (98.44% from 255 or 55.90% from 449); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC0AFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC0AFB is #43F504. Grayscale: #595959. Windows color (decimal): -4453637 or 16452284. OLE color: 16452284.
HSL color Cylindrical-coordinate representation of color #BC0AFB: hue angle of 284.32º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC0AFB is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 10 | 251 | - |
| CMYK | 0.25 | 0.96 | 0 | 0.02 |
| HSL | 284.32º | 0.97% | 0.51% | - |
| HSV(B) | 284.32º | 0.96% | 0.98% | - |
| XYZ | 38.26 | 17.87 | 92.7 | - |
| YUV | 90.7 | 218.47 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 10 | 251 | 0.25 | 0.96 | 0 | 0.02 | 284.32 | 0.97 | 0.51 |
| Hex | BC | A | FB | 19 | 60 | 0 | 2 | 11C | 61 | 33 |
| Octal | 274 | 12 | 373 | 31 | 140 | 0 | 2 | 434 | 141 | 63 |
| Binary | 10111100 | 1010 | 11111011 | 11001 | 1100000 | 0 | 10 | 100011100 | 1100001 | 110011 |
Color Harmonies of #BC0AFB
Complementary color
Monochromatic Colors of #BC0AFB
Black with #BC0AFB
Text Example
Text Example
White with #BC0AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0AFB; }
p { color: rgb(188,10,251); }
H1.HeaderClassName
{
color: #BC0AFB;
}
.AnyTagClassName
{
color: #BC0AFB;
}
</style>
background-color css
<style>
a { background-color: #BC0AFB; }
a { background-color: rgb(188,10,251); }
div.DivClassName
{
background-color: #BC0AFB;
}
.BgClassName
{
background-color: #BC0AFB;
}
</style>
border-color css
<style>
span { border-color: #BC0AFB; }
span { border-color: rgb(188,10,251); }
td.TdClassName
{
border-color: #BC0AFB;
}
.TagClassName
{
border-color: #BC0AFB;
}
</style>