Shades of Electric Purple #BC32FC
Tints of Electric Purple #BC32FC
RGB
CMYK
RGB Variations
Color information
#BC32FC (or 0xBC32FC) is known color: Electric Purple. HEX triplet: BC, 32 and FC. RGB value is (188,50,252). Sum of RGB (Red+Green+Blue) = 188+50+252=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 50 (19.92% from 255 or 10.20% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC32FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC32FC is #43CD03. Grayscale: #717171. Windows color (decimal): -4443396 or 16528060. OLE color: 16528060.
HSL color Cylindrical-coordinate representation of color #BC32FC: hue angle of 280.99º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC32FC is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 50 | 252 | - |
| CMYK | 0.25 | 0.80 | 0 | 0.01 |
| HSL | 280.99º | 0.97% | 0.59% | - |
| HSV(B) | 280.99º | 0.8% | 0.99% | - |
| XYZ | 39.45 | 20 | 93.88 | - |
| YUV | 114.29 | 205.72 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 252 | 0.25 | 0.80 | 0 | 0.01 | 280.99 | 0.97 | 0.59 |
| Hex | BC | 32 | FC | 19 | 50 | 0 | 1 | 119 | 61 | 3B |
| Octal | 274 | 62 | 374 | 31 | 120 | 0 | 1 | 431 | 141 | 73 |
| Binary | 10111100 | 110010 | 11111100 | 11001 | 1010000 | 0 | 1 | 100011001 | 1100001 | 111011 |
Color Harmonies of #BC32FC
Complementary color
Monochromatic Colors of #BC32FC
Black with #BC32FC
Text Example
Text Example
White with #BC32FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC32FC; }
p { color: rgb(188,50,252); }
H1.HeaderClassName
{
color: #BC32FC;
}
.AnyTagClassName
{
color: #BC32FC;
}
</style>
background-color css
<style>
a { background-color: #BC32FC; }
a { background-color: rgb(188,50,252); }
div.DivClassName
{
background-color: #BC32FC;
}
.BgClassName
{
background-color: #BC32FC;
}
</style>
border-color css
<style>
span { border-color: #BC32FC; }
span { border-color: rgb(188,50,252); }
td.TdClassName
{
border-color: #BC32FC;
}
.TagClassName
{
border-color: #BC32FC;
}
</style>