Shades of Electric Purple #BC0BFE
Tints of Electric Purple #BC0BFE
RGB
CMYK
RGB Variations
Color information
#BC0BFE (or 0xBC0BFE) is known color: Electric Purple. HEX triplet: BC, 0B and FE. RGB value is (188,11,254). Sum of RGB (Red+Green+Blue) = 188+11+254=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 11 (4.69% from 255 or 2.43% from 453); Blue value is 254 (99.61% from 255 or 56.07% from 453); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC0BFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC0BFE is #43F401. Grayscale: #5A5A5A. Windows color (decimal): -4453378 or 16649148. OLE color: 16649148.
HSL color Cylindrical-coordinate representation of color #BC0BFE: hue angle of 283.7º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC0BFE is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 11 | 254 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.00 |
| HSL | 283.7º | 0.99% | 0.52% | - |
| HSV(B) | 283.7º | 0.96% | 1% | - |
| XYZ | 38.75 | 18.09 | 95.21 | - |
| YUV | 91.63 | 219.64 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 11 | 254 | 0.26 | 0.96 | 0 | 0.00 | 283.7 | 0.99 | 0.52 |
| Hex | BC | B | FE | 1A | 60 | 0 | 0 | 11C | 63 | 34 |
| Octal | 274 | 13 | 376 | 32 | 140 | 0 | 0 | 434 | 143 | 64 |
| Binary | 10111100 | 1011 | 11111110 | 11010 | 1100000 | 0 | 0 | 100011100 | 1100011 | 110100 |
Color Harmonies of #BC0BFE
Complementary color
Monochromatic Colors of #BC0BFE
Black with #BC0BFE
Text Example
Text Example
White with #BC0BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0BFE; }
p { color: rgb(188,11,254); }
H1.HeaderClassName
{
color: #BC0BFE;
}
.AnyTagClassName
{
color: #BC0BFE;
}
</style>
background-color css
<style>
a { background-color: #BC0BFE; }
a { background-color: rgb(188,11,254); }
div.DivClassName
{
background-color: #BC0BFE;
}
.BgClassName
{
background-color: #BC0BFE;
}
</style>
border-color css
<style>
span { border-color: #BC0BFE; }
span { border-color: rgb(188,11,254); }
td.TdClassName
{
border-color: #BC0BFE;
}
.TagClassName
{
border-color: #BC0BFE;
}
</style>