Shades of Electric Purple #BC31FA
Tints of Electric Purple #BC31FA
RGB
CMYK
RGB Variations
Color information
#BC31FA (or 0xBC31FA) is known color: Electric Purple. HEX triplet: BC, 31 and FA. RGB value is (188,49,250). Sum of RGB (Red+Green+Blue) = 188+49+250=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 49 (19.53% from 255 or 10.06% from 487); Blue value is 250 (98.05% from 255 or 51.33% from 487); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC31FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC31FA is #43CE05. Grayscale: #707070. Windows color (decimal): -4443654 or 16396732. OLE color: 16396732.
HSL color Cylindrical-coordinate representation of color #BC31FA: hue angle of 281.49º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC31FA is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 49 | 250 | - |
| CMYK | 0.25 | 0.80 | 0 | 0.02 |
| HSL | 281.49º | 0.95% | 0.59% | - |
| HSV(B) | 281.49º | 0.8% | 0.98% | - |
| XYZ | 39.09 | 19.79 | 92.2 | - |
| YUV | 113.48 | 205.05 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 250 | 0.25 | 0.80 | 0 | 0.02 | 281.49 | 0.95 | 0.59 |
| Hex | BC | 31 | FA | 19 | 50 | 0 | 2 | 119 | 5F | 3B |
| Octal | 274 | 61 | 372 | 31 | 120 | 0 | 2 | 431 | 137 | 73 |
| Binary | 10111100 | 110001 | 11111010 | 11001 | 1010000 | 0 | 10 | 100011001 | 1011111 | 111011 |
Color Harmonies of #BC31FA
Complementary color
Monochromatic Colors of #BC31FA
Black with #BC31FA
Text Example
Text Example
White with #BC31FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC31FA; }
p { color: rgb(188,49,250); }
H1.HeaderClassName
{
color: #BC31FA;
}
.AnyTagClassName
{
color: #BC31FA;
}
</style>
background-color css
<style>
a { background-color: #BC31FA; }
a { background-color: rgb(188,49,250); }
div.DivClassName
{
background-color: #BC31FA;
}
.BgClassName
{
background-color: #BC31FA;
}
</style>
border-color css
<style>
span { border-color: #BC31FA; }
span { border-color: rgb(188,49,250); }
td.TdClassName
{
border-color: #BC31FA;
}
.TagClassName
{
border-color: #BC31FA;
}
</style>