Shades of Electric Purple #BC0DF0
Tints of Electric Purple #BC0DF0
RGB
CMYK
RGB Variations
Color information
#BC0DF0 (or 0xBC0DF0) is known color: Electric Purple. HEX triplet: BC, 0D and F0. RGB value is (188,13,240). Sum of RGB (Red+Green+Blue) = 188+13+240=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 13 (5.47% from 255 or 2.95% from 441); Blue value is 240 (94.14% from 255 or 54.42% from 441); Max value from RGB is 240 - color contains mainly: blue. Hex color #BC0DF0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC0DF0 is #43F20F. Grayscale: #5A5A5A. Windows color (decimal): -4452880 or 15732156. OLE color: 15732156.
HSL color Cylindrical-coordinate representation of color #BC0DF0: hue angle of 286.26º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC0DF0 is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 13 | 240 | - |
| CMYK | 0.22 | 0.95 | 0 | 0.06 |
| HSL | 286.26º | 0.9% | 0.5% | - |
| HSV(B) | 286.26º | 0.95% | 0.94% | - |
| XYZ | 36.61 | 17.27 | 83.84 | - |
| YUV | 91.2 | 211.98 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 13 | 240 | 0.22 | 0.95 | 0 | 0.06 | 286.26 | 0.9 | 0.5 |
| Hex | BC | D | F0 | 16 | 5F | 0 | 6 | 11E | 5A | 32 |
| Octal | 274 | 15 | 360 | 26 | 137 | 0 | 6 | 436 | 132 | 62 |
| Binary | 10111100 | 1101 | 11110000 | 10110 | 1011111 | 0 | 110 | 100011110 | 1011010 | 110010 |
Color Harmonies of #BC0DF0
Complementary color
Monochromatic Colors of #BC0DF0
Black with #BC0DF0
Text Example
Text Example
White with #BC0DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0DF0; }
p { color: rgb(188,13,240); }
H1.HeaderClassName
{
color: #BC0DF0;
}
.AnyTagClassName
{
color: #BC0DF0;
}
</style>
background-color css
<style>
a { background-color: #BC0DF0; }
a { background-color: rgb(188,13,240); }
div.DivClassName
{
background-color: #BC0DF0;
}
.BgClassName
{
background-color: #BC0DF0;
}
</style>
border-color css
<style>
span { border-color: #BC0DF0; }
span { border-color: rgb(188,13,240); }
td.TdClassName
{
border-color: #BC0DF0;
}
.TagClassName
{
border-color: #BC0DF0;
}
</style>