Shades of Electric Purple #BC0BEF
Tints of Electric Purple #BC0BEF
RGB
CMYK
RGB Variations
Color information
#BC0BEF (or 0xBC0BEF) is known color: Electric Purple. HEX triplet: BC, 0B and EF. RGB value is (188,11,239). Sum of RGB (Red+Green+Blue) = 188+11+239=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 11 (4.69% from 255 or 2.51% from 438); Blue value is 239 (93.75% from 255 or 54.57% from 438); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC0BEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC0BEF is #43F410. Grayscale: #595959. Windows color (decimal): -4453393 or 15666108. OLE color: 15666108.
HSL color Cylindrical-coordinate representation of color #BC0BEF: hue angle of 286.58º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC0BEF is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 11 | 239 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.06 |
| HSL | 286.58º | 0.91% | 0.49% | - |
| HSV(B) | 286.58º | 0.95% | 0.94% | - |
| XYZ | 36.44 | 17.16 | 83.05 | - |
| YUV | 89.92 | 212.14 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 11 | 239 | 0.21 | 0.95 | 0 | 0.06 | 286.58 | 0.91 | 0.49 |
| Hex | BC | B | EF | 15 | 5F | 0 | 6 | 11F | 5B | 31 |
| Octal | 274 | 13 | 357 | 25 | 137 | 0 | 6 | 437 | 133 | 61 |
| Binary | 10111100 | 1011 | 11101111 | 10101 | 1011111 | 0 | 110 | 100011111 | 1011011 | 110001 |
Color Harmonies of #BC0BEF
Complementary color
Monochromatic Colors of #BC0BEF
Black with #BC0BEF
Text Example
Text Example
White with #BC0BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0BEF; }
p { color: rgb(188,11,239); }
H1.HeaderClassName
{
color: #BC0BEF;
}
.AnyTagClassName
{
color: #BC0BEF;
}
</style>
background-color css
<style>
a { background-color: #BC0BEF; }
a { background-color: rgb(188,11,239); }
div.DivClassName
{
background-color: #BC0BEF;
}
.BgClassName
{
background-color: #BC0BEF;
}
</style>
border-color css
<style>
span { border-color: #BC0BEF; }
span { border-color: rgb(188,11,239); }
td.TdClassName
{
border-color: #BC0BEF;
}
.TagClassName
{
border-color: #BC0BEF;
}
</style>