Shades of Electric Purple #BC1BED
Tints of Electric Purple #BC1BED
RGB
CMYK
RGB Variations
Color information
#BC1BED (or 0xBC1BED) is known color: Electric Purple. HEX triplet: BC, 1B and ED. RGB value is (188,27,237). Sum of RGB (Red+Green+Blue) = 188+27+237=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 27 (10.94% from 255 or 5.97% from 452); Blue value is 237 (92.97% from 255 or 52.43% from 452); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC1BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1BED is #43E412. Grayscale: #626262. Windows color (decimal): -4449299 or 15539132. OLE color: 15539132.
HSL color Cylindrical-coordinate representation of color #BC1BED: hue angle of 286º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC1BED is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 27 | 237 | - |
| CMYK | 0.21 | 0.89 | 0 | 0.07 |
| HSL | 286º | 0.85% | 0.52% | - |
| HSV(B) | 286º | 0.89% | 0.93% | - |
| XYZ | 36.42 | 17.59 | 81.6 | - |
| YUV | 99.08 | 205.84 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 27 | 237 | 0.21 | 0.89 | 0 | 0.07 | 286 | 0.85 | 0.52 |
| Hex | BC | 1B | ED | 15 | 59 | 0 | 7 | 11E | 55 | 34 |
| Octal | 274 | 33 | 355 | 25 | 131 | 0 | 7 | 436 | 125 | 64 |
| Binary | 10111100 | 11011 | 11101101 | 10101 | 1011001 | 0 | 111 | 100011110 | 1010101 | 110100 |
Color Harmonies of #BC1BED
Complementary color
Monochromatic Colors of #BC1BED
Black with #BC1BED
Text Example
Text Example
White with #BC1BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1BED; }
p { color: rgb(188,27,237); }
H1.HeaderClassName
{
color: #BC1BED;
}
.AnyTagClassName
{
color: #BC1BED;
}
</style>
background-color css
<style>
a { background-color: #BC1BED; }
a { background-color: rgb(188,27,237); }
div.DivClassName
{
background-color: #BC1BED;
}
.BgClassName
{
background-color: #BC1BED;
}
</style>
border-color css
<style>
span { border-color: #BC1BED; }
span { border-color: rgb(188,27,237); }
td.TdClassName
{
border-color: #BC1BED;
}
.TagClassName
{
border-color: #BC1BED;
}
</style>