Shades of Electric Purple #BC05F9
Tints of Electric Purple #BC05F9
RGB
CMYK
RGB Variations
Color information
#BC05F9 (or 0xBC05F9) is known color: Electric Purple. HEX triplet: BC, 05 and F9. RGB value is (188,5,249). Sum of RGB (Red+Green+Blue) = 188+5+249=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 5 (2.34% from 255 or 1.13% from 442); Blue value is 249 (97.66% from 255 or 56.33% from 442); Max value from RGB is 249 - color contains mainly: blue. Hex color #BC05F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC05F9 is #43FA06. Grayscale: #565656. Windows color (decimal): -4454919 or 16319932. OLE color: 16319932.
HSL color Cylindrical-coordinate representation of color #BC05F9: hue angle of 285º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC05F9 is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 5 | 249 | - |
| CMYK | 0.24 | 0.98 | 0 | 0.02 |
| HSL | 285º | 0.96% | 0.5% | - |
| HSV(B) | 285º | 0.98% | 0.98% | - |
| XYZ | 37.89 | 17.64 | 91.03 | - |
| YUV | 87.53 | 219.13 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 249 | 0.24 | 0.98 | 0 | 0.02 | 285 | 0.96 | 0.5 |
| Hex | BC | 5 | F9 | 18 | 62 | 0 | 2 | 11D | 60 | 32 |
| Octal | 274 | 5 | 371 | 30 | 142 | 0 | 2 | 435 | 140 | 62 |
| Binary | 10111100 | 101 | 11111001 | 11000 | 1100010 | 0 | 10 | 100011101 | 1100000 | 110010 |
Color Harmonies of #BC05F9
Complementary color
Monochromatic Colors of #BC05F9
Black with #BC05F9
Text Example
Text Example
White with #BC05F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC05F9; }
p { color: rgb(188,5,249); }
H1.HeaderClassName
{
color: #BC05F9;
}
.AnyTagClassName
{
color: #BC05F9;
}
</style>
background-color css
<style>
a { background-color: #BC05F9; }
a { background-color: rgb(188,5,249); }
div.DivClassName
{
background-color: #BC05F9;
}
.BgClassName
{
background-color: #BC05F9;
}
</style>
border-color css
<style>
span { border-color: #BC05F9; }
span { border-color: rgb(188,5,249); }
td.TdClassName
{
border-color: #BC05F9;
}
.TagClassName
{
border-color: #BC05F9;
}
</style>