Shades of Electric Purple #BC32FD
Tints of Electric Purple #BC32FD
RGB
CMYK
RGB Variations
Color information
#BC32FD (or 0xBC32FD) is known color: Electric Purple. HEX triplet: BC, 32 and FD. RGB value is (188,50,253). Sum of RGB (Red+Green+Blue) = 188+50+253=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 50 (19.92% from 255 or 10.18% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC32FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC32FD is #43CD02. Grayscale: #717171. Windows color (decimal): -4443395 or 16593596. OLE color: 16593596.
HSL color Cylindrical-coordinate representation of color #BC32FD: hue angle of 280.79º degrees, saturation: 0.98, 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 #BC32FD is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 50 | 253 | - |
| CMYK | 0.26 | 0.80 | 0 | 0.01 |
| HSL | 280.79º | 0.98% | 0.59% | - |
| HSV(B) | 280.79º | 0.8% | 0.99% | - |
| XYZ | 39.61 | 20.06 | 94.71 | - |
| YUV | 114.4 | 206.22 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 253 | 0.26 | 0.80 | 0 | 0.01 | 280.79 | 0.98 | 0.59 |
| Hex | BC | 32 | FD | 1A | 50 | 0 | 1 | 119 | 62 | 3B |
| Octal | 274 | 62 | 375 | 32 | 120 | 0 | 1 | 431 | 142 | 73 |
| Binary | 10111100 | 110010 | 11111101 | 11010 | 1010000 | 0 | 1 | 100011001 | 1100010 | 111011 |
Color Harmonies of #BC32FD
Complementary color
Monochromatic Colors of #BC32FD
Black with #BC32FD
Text Example
Text Example
White with #BC32FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC32FD; }
p { color: rgb(188,50,253); }
H1.HeaderClassName
{
color: #BC32FD;
}
.AnyTagClassName
{
color: #BC32FD;
}
</style>
background-color css
<style>
a { background-color: #BC32FD; }
a { background-color: rgb(188,50,253); }
div.DivClassName
{
background-color: #BC32FD;
}
.BgClassName
{
background-color: #BC32FD;
}
</style>
border-color css
<style>
span { border-color: #BC32FD; }
span { border-color: rgb(188,50,253); }
td.TdClassName
{
border-color: #BC32FD;
}
.TagClassName
{
border-color: #BC32FD;
}
</style>