Shades of Electric Purple #BC09F2
Tints of Electric Purple #BC09F2
RGB
CMYK
RGB Variations
Color information
#BC09F2 (or 0xBC09F2) is known color: Electric Purple. HEX triplet: BC, 09 and F2. RGB value is (188,9,242). Sum of RGB (Red+Green+Blue) = 188+9+242=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 9 (3.91% from 255 or 2.05% from 439); Blue value is 242 (94.92% from 255 or 55.13% from 439); Max value from RGB is 242 - color contains mainly: blue. Hex color #BC09F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC09F2 is #43F60D. Grayscale: #585858. Windows color (decimal): -4453902 or 15862204. OLE color: 15862204.
HSL color Cylindrical-coordinate representation of color #BC09F2: hue angle of 286.09º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC09F2 is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 9 | 242 | - |
| CMYK | 0.22 | 0.96 | 0 | 0.05 |
| HSL | 286.09º | 0.93% | 0.49% | - |
| HSV(B) | 286.09º | 0.96% | 0.95% | - |
| XYZ | 36.86 | 17.3 | 85.4 | - |
| YUV | 89.08 | 214.3 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 9 | 242 | 0.22 | 0.96 | 0 | 0.05 | 286.09 | 0.93 | 0.49 |
| Hex | BC | 9 | F2 | 16 | 60 | 0 | 5 | 11E | 5D | 31 |
| Octal | 274 | 11 | 362 | 26 | 140 | 0 | 5 | 436 | 135 | 61 |
| Binary | 10111100 | 1001 | 11110010 | 10110 | 1100000 | 0 | 101 | 100011110 | 1011101 | 110001 |
Color Harmonies of #BC09F2
Complementary color
Monochromatic Colors of #BC09F2
Black with #BC09F2
Text Example
Text Example
White with #BC09F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC09F2; }
p { color: rgb(188,9,242); }
H1.HeaderClassName
{
color: #BC09F2;
}
.AnyTagClassName
{
color: #BC09F2;
}
</style>
background-color css
<style>
a { background-color: #BC09F2; }
a { background-color: rgb(188,9,242); }
div.DivClassName
{
background-color: #BC09F2;
}
.BgClassName
{
background-color: #BC09F2;
}
</style>
border-color css
<style>
span { border-color: #BC09F2; }
span { border-color: rgb(188,9,242); }
td.TdClassName
{
border-color: #BC09F2;
}
.TagClassName
{
border-color: #BC09F2;
}
</style>