Shades of Electric Purple #BC2DF0
Tints of Electric Purple #BC2DF0
RGB
CMYK
RGB Variations
Color information
#BC2DF0 (or 0xBC2DF0) is known color: Electric Purple. HEX triplet: BC, 2D and F0. RGB value is (188,45,240). Sum of RGB (Red+Green+Blue) = 188+45+240=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 45 (17.97% from 255 or 9.51% from 473); Blue value is 240 (94.14% from 255 or 50.74% from 473); Max value from RGB is 240 - color contains mainly: blue. Hex color #BC2DF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2DF0 is #43D20F. Grayscale: #6D6D6D. Windows color (decimal): -4444688 or 15740348. OLE color: 15740348.
HSL color Cylindrical-coordinate representation of color #BC2DF0: hue angle of 284º degrees, saturation: 0.87, 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 #BC2DF0 is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 45 | 240 | - |
| CMYK | 0.22 | 0.81 | 0 | 0.06 |
| HSL | 284º | 0.87% | 0.56% | - |
| HSV(B) | 284º | 0.81% | 0.94% | - |
| XYZ | 37.41 | 18.86 | 84.11 | - |
| YUV | 109.99 | 201.38 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 240 | 0.22 | 0.81 | 0 | 0.06 | 284 | 0.87 | 0.56 |
| Hex | BC | 2D | F0 | 16 | 51 | 0 | 6 | 11C | 57 | 38 |
| Octal | 274 | 55 | 360 | 26 | 121 | 0 | 6 | 434 | 127 | 70 |
| Binary | 10111100 | 101101 | 11110000 | 10110 | 1010001 | 0 | 110 | 100011100 | 1010111 | 111000 |
Color Harmonies of #BC2DF0
Complementary color
Monochromatic Colors of #BC2DF0
Black with #BC2DF0
Text Example
Text Example
White with #BC2DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2DF0; }
p { color: rgb(188,45,240); }
H1.HeaderClassName
{
color: #BC2DF0;
}
.AnyTagClassName
{
color: #BC2DF0;
}
</style>
background-color css
<style>
a { background-color: #BC2DF0; }
a { background-color: rgb(188,45,240); }
div.DivClassName
{
background-color: #BC2DF0;
}
.BgClassName
{
background-color: #BC2DF0;
}
</style>
border-color css
<style>
span { border-color: #BC2DF0; }
span { border-color: rgb(188,45,240); }
td.TdClassName
{
border-color: #BC2DF0;
}
.TagClassName
{
border-color: #BC2DF0;
}
</style>