Shades of Electric Purple #BC0BFB
Tints of Electric Purple #BC0BFB
RGB
CMYK
RGB Variations
Color information
#BC0BFB (or 0xBC0BFB) is known color: Electric Purple. HEX triplet: BC, 0B and FB. RGB value is (188,11,251). Sum of RGB (Red+Green+Blue) = 188+11+251=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 11 (4.69% from 255 or 2.44% from 450); Blue value is 251 (98.44% from 255 or 55.78% from 450); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC0BFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC0BFB is #43F404. Grayscale: #5A5A5A. Windows color (decimal): -4453381 or 16452540. OLE color: 16452540.
HSL color Cylindrical-coordinate representation of color #BC0BFB: hue angle of 284.25º 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 #BC0BFB is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 11 | 251 | - |
| CMYK | 0.25 | 0.96 | 0 | 0.02 |
| HSL | 284.25º | 0.97% | 0.51% | - |
| HSV(B) | 284.25º | 0.96% | 0.98% | - |
| XYZ | 38.27 | 17.9 | 92.7 | - |
| YUV | 91.28 | 218.14 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 11 | 251 | 0.25 | 0.96 | 0 | 0.02 | 284.25 | 0.97 | 0.51 |
| Hex | BC | B | FB | 19 | 60 | 0 | 2 | 11C | 61 | 33 |
| Octal | 274 | 13 | 373 | 31 | 140 | 0 | 2 | 434 | 141 | 63 |
| Binary | 10111100 | 1011 | 11111011 | 11001 | 1100000 | 0 | 10 | 100011100 | 1100001 | 110011 |
Color Harmonies of #BC0BFB
Complementary color
Monochromatic Colors of #BC0BFB
Black with #BC0BFB
Text Example
Text Example
White with #BC0BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0BFB; }
p { color: rgb(188,11,251); }
H1.HeaderClassName
{
color: #BC0BFB;
}
.AnyTagClassName
{
color: #BC0BFB;
}
</style>
background-color css
<style>
a { background-color: #BC0BFB; }
a { background-color: rgb(188,11,251); }
div.DivClassName
{
background-color: #BC0BFB;
}
.BgClassName
{
background-color: #BC0BFB;
}
</style>
border-color css
<style>
span { border-color: #BC0BFB; }
span { border-color: rgb(188,11,251); }
td.TdClassName
{
border-color: #BC0BFB;
}
.TagClassName
{
border-color: #BC0BFB;
}
</style>