Shades of Electric Purple #BC30FC
Tints of Electric Purple #BC30FC
RGB
CMYK
RGB Variations
Color information
#BC30FC (or 0xBC30FC) is known color: Electric Purple. HEX triplet: BC, 30 and FC. RGB value is (188,48,252). Sum of RGB (Red+Green+Blue) = 188+48+252=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 48 (19.14% from 255 or 9.84% from 488); Blue value is 252 (98.83% from 255 or 51.64% from 488); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC30FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC30FC is #43CF03. Grayscale: #707070. Windows color (decimal): -4443908 or 16527548. OLE color: 16527548.
HSL color Cylindrical-coordinate representation of color #BC30FC: hue angle of 281.18º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC30FC is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 48 | 252 | - |
| CMYK | 0.25 | 0.81 | 0 | 0.01 |
| HSL | 281.18º | 0.97% | 0.59% | - |
| HSV(B) | 281.18º | 0.81% | 0.99% | - |
| XYZ | 39.37 | 19.83 | 93.85 | - |
| YUV | 113.12 | 206.38 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 252 | 0.25 | 0.81 | 0 | 0.01 | 281.18 | 0.97 | 0.59 |
| Hex | BC | 30 | FC | 19 | 51 | 0 | 1 | 119 | 61 | 3B |
| Octal | 274 | 60 | 374 | 31 | 121 | 0 | 1 | 431 | 141 | 73 |
| Binary | 10111100 | 110000 | 11111100 | 11001 | 1010001 | 0 | 1 | 100011001 | 1100001 | 111011 |
Color Harmonies of #BC30FC
Complementary color
Monochromatic Colors of #BC30FC
Black with #BC30FC
Text Example
Text Example
White with #BC30FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC30FC; }
p { color: rgb(188,48,252); }
H1.HeaderClassName
{
color: #BC30FC;
}
.AnyTagClassName
{
color: #BC30FC;
}
</style>
background-color css
<style>
a { background-color: #BC30FC; }
a { background-color: rgb(188,48,252); }
div.DivClassName
{
background-color: #BC30FC;
}
.BgClassName
{
background-color: #BC30FC;
}
</style>
border-color css
<style>
span { border-color: #BC30FC; }
span { border-color: rgb(188,48,252); }
td.TdClassName
{
border-color: #BC30FC;
}
.TagClassName
{
border-color: #BC30FC;
}
</style>