Shades of Electric Purple #BC0FF9
Tints of Electric Purple #BC0FF9
RGB
CMYK
RGB Variations
Color information
#BC0FF9 (or 0xBC0FF9) is known color: Electric Purple. HEX triplet: BC, 0F and F9. RGB value is (188,15,249). Sum of RGB (Red+Green+Blue) = 188+15+249=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 15 (6.25% from 255 or 3.32% from 452); Blue value is 249 (97.66% from 255 or 55.09% from 452); Max value from RGB is 249 - color contains mainly: blue. Hex color #BC0FF9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC0FF9 is #43F006. Grayscale: #5C5C5C. Windows color (decimal): -4452359 or 16322492. OLE color: 16322492.
HSL color Cylindrical-coordinate representation of color #BC0FF9: hue angle of 284.36º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0FF9 is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 15 | 249 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.02 |
| HSL | 284.36º | 0.95% | 0.52% | - |
| HSV(B) | 284.36º | 0.94% | 0.98% | - |
| XYZ | 38.01 | 17.87 | 91.07 | - |
| YUV | 93.4 | 215.81 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 15 | 249 | 0.24 | 0.94 | 0 | 0.02 | 284.36 | 0.95 | 0.52 |
| Hex | BC | F | F9 | 18 | 5E | 0 | 2 | 11C | 5F | 34 |
| Octal | 274 | 17 | 371 | 30 | 136 | 0 | 2 | 434 | 137 | 64 |
| Binary | 10111100 | 1111 | 11111001 | 11000 | 1011110 | 0 | 10 | 100011100 | 1011111 | 110100 |
Color Harmonies of #BC0FF9
Complementary color
Monochromatic Colors of #BC0FF9
Black with #BC0FF9
Text Example
Text Example
White with #BC0FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0FF9; }
p { color: rgb(188,15,249); }
H1.HeaderClassName
{
color: #BC0FF9;
}
.AnyTagClassName
{
color: #BC0FF9;
}
</style>
background-color css
<style>
a { background-color: #BC0FF9; }
a { background-color: rgb(188,15,249); }
div.DivClassName
{
background-color: #BC0FF9;
}
.BgClassName
{
background-color: #BC0FF9;
}
</style>
border-color css
<style>
span { border-color: #BC0FF9; }
span { border-color: rgb(188,15,249); }
td.TdClassName
{
border-color: #BC0FF9;
}
.TagClassName
{
border-color: #BC0FF9;
}
</style>