Shades of Electric Purple #BC2CF9
Tints of Electric Purple #BC2CF9
RGB
CMYK
RGB Variations
Color information
#BC2CF9 (or 0xBC2CF9) is known color: Electric Purple. HEX triplet: BC, 2C and F9. RGB value is (188,44,249). Sum of RGB (Red+Green+Blue) = 188+44+249=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 44 (17.58% from 255 or 9.15% from 481); Blue value is 249 (97.66% from 255 or 51.77% from 481); Max value from RGB is 249 - color contains mainly: blue. Hex color #BC2CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2CF9 is #43D306. Grayscale: #6D6D6D. Windows color (decimal): -4444935 or 16329916. OLE color: 16329916.
HSL color Cylindrical-coordinate representation of color #BC2CF9: hue angle of 282.15º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC2CF9 is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 44 | 249 | - |
| CMYK | 0.24 | 0.82 | 0 | 0.02 |
| HSL | 282.15º | 0.94% | 0.57% | - |
| HSV(B) | 282.15º | 0.82% | 0.98% | - |
| XYZ | 38.74 | 19.33 | 91.31 | - |
| YUV | 110.43 | 206.21 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 44 | 249 | 0.24 | 0.82 | 0 | 0.02 | 282.15 | 0.94 | 0.57 |
| Hex | BC | 2C | F9 | 18 | 52 | 0 | 2 | 11A | 5E | 39 |
| Octal | 274 | 54 | 371 | 30 | 122 | 0 | 2 | 432 | 136 | 71 |
| Binary | 10111100 | 101100 | 11111001 | 11000 | 1010010 | 0 | 10 | 100011010 | 1011110 | 111001 |
Color Harmonies of #BC2CF9
Complementary color
Monochromatic Colors of #BC2CF9
Black with #BC2CF9
Text Example
Text Example
White with #BC2CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2CF9; }
p { color: rgb(188,44,249); }
H1.HeaderClassName
{
color: #BC2CF9;
}
.AnyTagClassName
{
color: #BC2CF9;
}
</style>
background-color css
<style>
a { background-color: #BC2CF9; }
a { background-color: rgb(188,44,249); }
div.DivClassName
{
background-color: #BC2CF9;
}
.BgClassName
{
background-color: #BC2CF9;
}
</style>
border-color css
<style>
span { border-color: #BC2CF9; }
span { border-color: rgb(188,44,249); }
td.TdClassName
{
border-color: #BC2CF9;
}
.TagClassName
{
border-color: #BC2CF9;
}
</style>