Shades of Electric Purple #BC30F6
Tints of Electric Purple #BC30F6
RGB
CMYK
RGB Variations
Color information
#BC30F6 (or 0xBC30F6) is known color: Electric Purple. HEX triplet: BC, 30 and F6. RGB value is (188,48,246). Sum of RGB (Red+Green+Blue) = 188+48+246=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 48 (19.14% from 255 or 9.96% from 482); Blue value is 246 (96.48% from 255 or 51.04% from 482); Max value from RGB is 246 - color contains mainly: blue. Hex color #BC30F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC30F6 is #43CF09. Grayscale: #6F6F6F. Windows color (decimal): -4443914 or 16134332. OLE color: 16134332.
HSL color Cylindrical-coordinate representation of color #BC30F6: hue angle of 282.42º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC30F6 is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 48 | 246 | - |
| CMYK | 0.24 | 0.80 | 0 | 0.04 |
| HSL | 282.42º | 0.92% | 0.58% | - |
| HSV(B) | 282.42º | 0.8% | 0.96% | - |
| XYZ | 38.43 | 19.46 | 88.92 | - |
| YUV | 112.43 | 203.38 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 246 | 0.24 | 0.80 | 0 | 0.04 | 282.42 | 0.92 | 0.58 |
| Hex | BC | 30 | F6 | 18 | 50 | 0 | 4 | 11A | 5C | 3A |
| Octal | 274 | 60 | 366 | 30 | 120 | 0 | 4 | 432 | 134 | 72 |
| Binary | 10111100 | 110000 | 11110110 | 11000 | 1010000 | 0 | 100 | 100011010 | 1011100 | 111010 |
Color Harmonies of #BC30F6
Complementary color
Monochromatic Colors of #BC30F6
Black with #BC30F6
Text Example
Text Example
White with #BC30F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC30F6; }
p { color: rgb(188,48,246); }
H1.HeaderClassName
{
color: #BC30F6;
}
.AnyTagClassName
{
color: #BC30F6;
}
</style>
background-color css
<style>
a { background-color: #BC30F6; }
a { background-color: rgb(188,48,246); }
div.DivClassName
{
background-color: #BC30F6;
}
.BgClassName
{
background-color: #BC30F6;
}
</style>
border-color css
<style>
span { border-color: #BC30F6; }
span { border-color: rgb(188,48,246); }
td.TdClassName
{
border-color: #BC30F6;
}
.TagClassName
{
border-color: #BC30F6;
}
</style>