Shades of Electric Purple #BC2DEF
Tints of Electric Purple #BC2DEF
RGB
CMYK
RGB Variations
Color information
#BC2DEF (or 0xBC2DEF) is known color: Electric Purple. HEX triplet: BC, 2D and EF. RGB value is (188,45,239). Sum of RGB (Red+Green+Blue) = 188+45+239=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 45 (17.97% from 255 or 9.53% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC2DEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2DEF is #43D210. Grayscale: #6D6D6D. Windows color (decimal): -4444689 or 15674812. OLE color: 15674812.
HSL color Cylindrical-coordinate representation of color #BC2DEF: hue angle of 284.23º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC2DEF is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 45 | 239 | - |
| CMYK | 0.21 | 0.81 | 0 | 0.06 |
| HSL | 284.23º | 0.86% | 0.56% | - |
| HSV(B) | 284.23º | 0.81% | 0.94% | - |
| XYZ | 37.26 | 18.8 | 83.33 | - |
| YUV | 109.87 | 200.88 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 239 | 0.21 | 0.81 | 0 | 0.06 | 284.23 | 0.86 | 0.56 |
| Hex | BC | 2D | EF | 15 | 51 | 0 | 6 | 11C | 56 | 38 |
| Octal | 274 | 55 | 357 | 25 | 121 | 0 | 6 | 434 | 126 | 70 |
| Binary | 10111100 | 101101 | 11101111 | 10101 | 1010001 | 0 | 110 | 100011100 | 1010110 | 111000 |
Color Harmonies of #BC2DEF
Complementary color
Monochromatic Colors of #BC2DEF
Black with #BC2DEF
Text Example
Text Example
White with #BC2DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2DEF; }
p { color: rgb(188,45,239); }
H1.HeaderClassName
{
color: #BC2DEF;
}
.AnyTagClassName
{
color: #BC2DEF;
}
</style>
background-color css
<style>
a { background-color: #BC2DEF; }
a { background-color: rgb(188,45,239); }
div.DivClassName
{
background-color: #BC2DEF;
}
.BgClassName
{
background-color: #BC2DEF;
}
</style>
border-color css
<style>
span { border-color: #BC2DEF; }
span { border-color: rgb(188,45,239); }
td.TdClassName
{
border-color: #BC2DEF;
}
.TagClassName
{
border-color: #BC2DEF;
}
</style>