Shades of Electric Purple #BC0DF8
Tints of Electric Purple #BC0DF8
RGB
CMYK
RGB Variations
Color information
#BC0DF8 (or 0xBC0DF8) is known color: Electric Purple. HEX triplet: BC, 0D and F8. RGB value is (188,13,248). Sum of RGB (Red+Green+Blue) = 188+13+248=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 13 (5.47% from 255 or 2.90% from 449); Blue value is 248 (97.27% from 255 or 55.23% from 449); Max value from RGB is 248 - color contains mainly: blue. Hex color #BC0DF8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC0DF8 is #43F207. Grayscale: #5B5B5B. Windows color (decimal): -4452872 or 16256444. OLE color: 16256444.
HSL color Cylindrical-coordinate representation of color #BC0DF8: hue angle of 284.68º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC0DF8 is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 13 | 248 | - |
| CMYK | 0.24 | 0.95 | 0 | 0.03 |
| HSL | 284.68º | 0.94% | 0.51% | - |
| HSV(B) | 284.68º | 0.95% | 0.97% | - |
| XYZ | 37.83 | 17.76 | 90.24 | - |
| YUV | 92.12 | 215.98 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 13 | 248 | 0.24 | 0.95 | 0 | 0.03 | 284.68 | 0.94 | 0.51 |
| Hex | BC | D | F8 | 18 | 5F | 0 | 3 | 11D | 5E | 33 |
| Octal | 274 | 15 | 370 | 30 | 137 | 0 | 3 | 435 | 136 | 63 |
| Binary | 10111100 | 1101 | 11111000 | 11000 | 1011111 | 0 | 11 | 100011101 | 1011110 | 110011 |
Color Harmonies of #BC0DF8
Complementary color
Monochromatic Colors of #BC0DF8
Black with #BC0DF8
Text Example
Text Example
White with #BC0DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0DF8; }
p { color: rgb(188,13,248); }
H1.HeaderClassName
{
color: #BC0DF8;
}
.AnyTagClassName
{
color: #BC0DF8;
}
</style>
background-color css
<style>
a { background-color: #BC0DF8; }
a { background-color: rgb(188,13,248); }
div.DivClassName
{
background-color: #BC0DF8;
}
.BgClassName
{
background-color: #BC0DF8;
}
</style>
border-color css
<style>
span { border-color: #BC0DF8; }
span { border-color: rgb(188,13,248); }
td.TdClassName
{
border-color: #BC0DF8;
}
.TagClassName
{
border-color: #BC0DF8;
}
</style>