Shades of Electric Purple #BC08F2
Tints of Electric Purple #BC08F2
RGB
CMYK
RGB Variations
Color information
#BC08F2 (or 0xBC08F2) is known color: Electric Purple. HEX triplet: BC, 08 and F2. RGB value is (188,8,242). Sum of RGB (Red+Green+Blue) = 188+8+242=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 8 (3.52% from 255 or 1.83% from 438); Blue value is 242 (94.92% from 255 or 55.25% from 438); Max value from RGB is 242 - color contains mainly: blue. Hex color #BC08F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC08F2 is #43F70D. Grayscale: #575757. Windows color (decimal): -4454158 or 15861948. OLE color: 15861948.
HSL color Cylindrical-coordinate representation of color #BC08F2: hue angle of 286.15º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC08F2 is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 8 | 242 | - |
| CMYK | 0.22 | 0.97 | 0 | 0.05 |
| HSL | 286.15º | 0.94% | 0.49% | - |
| HSV(B) | 286.15º | 0.97% | 0.95% | - |
| XYZ | 36.85 | 17.28 | 85.4 | - |
| YUV | 88.5 | 214.63 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 8 | 242 | 0.22 | 0.97 | 0 | 0.05 | 286.15 | 0.94 | 0.49 |
| Hex | BC | 8 | F2 | 16 | 61 | 0 | 5 | 11E | 5E | 31 |
| Octal | 274 | 10 | 362 | 26 | 141 | 0 | 5 | 436 | 136 | 61 |
| Binary | 10111100 | 1000 | 11110010 | 10110 | 1100001 | 0 | 101 | 100011110 | 1011110 | 110001 |
Color Harmonies of #BC08F2
Complementary color
Monochromatic Colors of #BC08F2
Black with #BC08F2
Text Example
Text Example
White with #BC08F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC08F2; }
p { color: rgb(188,8,242); }
H1.HeaderClassName
{
color: #BC08F2;
}
.AnyTagClassName
{
color: #BC08F2;
}
</style>
background-color css
<style>
a { background-color: #BC08F2; }
a { background-color: rgb(188,8,242); }
div.DivClassName
{
background-color: #BC08F2;
}
.BgClassName
{
background-color: #BC08F2;
}
</style>
border-color css
<style>
span { border-color: #BC08F2; }
span { border-color: rgb(188,8,242); }
td.TdClassName
{
border-color: #BC08F2;
}
.TagClassName
{
border-color: #BC08F2;
}
</style>