Shades of Electric Purple #BC30F4
Tints of Electric Purple #BC30F4
RGB
CMYK
RGB Variations
Color information
#BC30F4 (or 0xBC30F4) is known color: Electric Purple. HEX triplet: BC, 30 and F4. RGB value is (188,48,244). Sum of RGB (Red+Green+Blue) = 188+48+244=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 48 (19.14% from 255 or 10% from 480); Blue value is 244 (95.70% from 255 or 50.83% from 480); Max value from RGB is 244 - color contains mainly: blue. Hex color #BC30F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC30F4 is #43CF0B. Grayscale: #6F6F6F. Windows color (decimal): -4443916 or 16003260. OLE color: 16003260.
HSL color Cylindrical-coordinate representation of color #BC30F4: hue angle of 282.86º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC30F4 is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 48 | 244 | - |
| CMYK | 0.23 | 0.80 | 0 | 0.04 |
| HSL | 282.86º | 0.9% | 0.57% | - |
| HSV(B) | 282.86º | 0.8% | 0.96% | - |
| XYZ | 38.13 | 19.34 | 87.31 | - |
| YUV | 112.2 | 202.38 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 244 | 0.23 | 0.80 | 0 | 0.04 | 282.86 | 0.9 | 0.57 |
| Hex | BC | 30 | F4 | 17 | 50 | 0 | 4 | 11B | 5A | 39 |
| Octal | 274 | 60 | 364 | 27 | 120 | 0 | 4 | 433 | 132 | 71 |
| Binary | 10111100 | 110000 | 11110100 | 10111 | 1010000 | 0 | 100 | 100011011 | 1011010 | 111001 |
Color Harmonies of #BC30F4
Complementary color
Monochromatic Colors of #BC30F4
Black with #BC30F4
Text Example
Text Example
White with #BC30F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC30F4; }
p { color: rgb(188,48,244); }
H1.HeaderClassName
{
color: #BC30F4;
}
.AnyTagClassName
{
color: #BC30F4;
}
</style>
background-color css
<style>
a { background-color: #BC30F4; }
a { background-color: rgb(188,48,244); }
div.DivClassName
{
background-color: #BC30F4;
}
.BgClassName
{
background-color: #BC30F4;
}
</style>
border-color css
<style>
span { border-color: #BC30F4; }
span { border-color: rgb(188,48,244); }
td.TdClassName
{
border-color: #BC30F4;
}
.TagClassName
{
border-color: #BC30F4;
}
</style>