Shades of Electric Purple #BC09F5
Tints of Electric Purple #BC09F5
RGB
CMYK
RGB Variations
Color information
#BC09F5 (or 0xBC09F5) is known color: Electric Purple. HEX triplet: BC, 09 and F5. RGB value is (188,9,245). Sum of RGB (Red+Green+Blue) = 188+9+245=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 9 (3.91% from 255 or 2.04% from 442); Blue value is 245 (96.09% from 255 or 55.43% from 442); Max value from RGB is 245 - color contains mainly: blue. Hex color #BC09F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC09F5 is #43F60A. Grayscale: #585858. Windows color (decimal): -4453899 or 16058812. OLE color: 16058812.
HSL color Cylindrical-coordinate representation of color #BC09F5: hue angle of 285.51º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC09F5 is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 9 | 245 | - |
| CMYK | 0.23 | 0.96 | 0 | 0.04 |
| HSL | 285.51º | 0.93% | 0.5% | - |
| HSV(B) | 285.51º | 0.96% | 0.96% | - |
| XYZ | 37.32 | 17.48 | 87.79 | - |
| YUV | 89.43 | 215.8 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 9 | 245 | 0.23 | 0.96 | 0 | 0.04 | 285.51 | 0.93 | 0.5 |
| Hex | BC | 9 | F5 | 17 | 60 | 0 | 4 | 11E | 5D | 32 |
| Octal | 274 | 11 | 365 | 27 | 140 | 0 | 4 | 436 | 135 | 62 |
| Binary | 10111100 | 1001 | 11110101 | 10111 | 1100000 | 0 | 100 | 100011110 | 1011101 | 110010 |
Color Harmonies of #BC09F5
Complementary color
Monochromatic Colors of #BC09F5
Black with #BC09F5
Text Example
Text Example
White with #BC09F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC09F5; }
p { color: rgb(188,9,245); }
H1.HeaderClassName
{
color: #BC09F5;
}
.AnyTagClassName
{
color: #BC09F5;
}
</style>
background-color css
<style>
a { background-color: #BC09F5; }
a { background-color: rgb(188,9,245); }
div.DivClassName
{
background-color: #BC09F5;
}
.BgClassName
{
background-color: #BC09F5;
}
</style>
border-color css
<style>
span { border-color: #BC09F5; }
span { border-color: rgb(188,9,245); }
td.TdClassName
{
border-color: #BC09F5;
}
.TagClassName
{
border-color: #BC09F5;
}
</style>