Shades of Electric Purple #BC30F9
Tints of Electric Purple #BC30F9
RGB
CMYK
RGB Variations
Color information
#BC30F9 (or 0xBC30F9) is known color: Electric Purple. HEX triplet: BC, 30 and F9. RGB value is (188,48,249). Sum of RGB (Red+Green+Blue) = 188+48+249=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 48 (19.14% from 255 or 9.90% from 485); Blue value is 249 (97.66% from 255 or 51.34% from 485); Max value from RGB is 249 - color contains mainly: blue. Hex color #BC30F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC30F9 is #43CF06. Grayscale: #707070. Windows color (decimal): -4443911 or 16330940. OLE color: 16330940.
HSL color Cylindrical-coordinate representation of color #BC30F9: hue angle of 281.79º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC30F9 is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 48 | 249 | - |
| CMYK | 0.24 | 0.81 | 0 | 0.02 |
| HSL | 281.79º | 0.94% | 0.58% | - |
| HSV(B) | 281.79º | 0.81% | 0.98% | - |
| XYZ | 38.89 | 19.64 | 91.36 | - |
| YUV | 112.77 | 204.88 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 249 | 0.24 | 0.81 | 0 | 0.02 | 281.79 | 0.94 | 0.58 |
| Hex | BC | 30 | F9 | 18 | 51 | 0 | 2 | 11A | 5E | 3A |
| Octal | 274 | 60 | 371 | 30 | 121 | 0 | 2 | 432 | 136 | 72 |
| Binary | 10111100 | 110000 | 11111001 | 11000 | 1010001 | 0 | 10 | 100011010 | 1011110 | 111010 |
Color Harmonies of #BC30F9
Complementary color
Monochromatic Colors of #BC30F9
Black with #BC30F9
Text Example
Text Example
White with #BC30F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC30F9; }
p { color: rgb(188,48,249); }
H1.HeaderClassName
{
color: #BC30F9;
}
.AnyTagClassName
{
color: #BC30F9;
}
</style>
background-color css
<style>
a { background-color: #BC30F9; }
a { background-color: rgb(188,48,249); }
div.DivClassName
{
background-color: #BC30F9;
}
.BgClassName
{
background-color: #BC30F9;
}
</style>
border-color css
<style>
span { border-color: #BC30F9; }
span { border-color: rgb(188,48,249); }
td.TdClassName
{
border-color: #BC30F9;
}
.TagClassName
{
border-color: #BC30F9;
}
</style>