Shades of Electric Purple #BC32F9
Tints of Electric Purple #BC32F9
RGB
CMYK
RGB Variations
Color information
#BC32F9 (or 0xBC32F9) is known color: Electric Purple. HEX triplet: BC, 32 and F9. RGB value is (188,50,249). Sum of RGB (Red+Green+Blue) = 188+50+249=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 50 (19.92% from 255 or 10.27% from 487); Blue value is 249 (97.66% from 255 or 51.13% from 487); Max value from RGB is 249 - color contains mainly: blue. Hex color #BC32F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC32F9 is #43CD06. Grayscale: #717171. Windows color (decimal): -4443399 or 16331452. OLE color: 16331452.
HSL color Cylindrical-coordinate representation of color #BC32F9: hue angle of 281.61º degrees, saturation: 0.94, 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 #BC32F9 is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 50 | 249 | - |
| CMYK | 0.24 | 0.80 | 0 | 0.02 |
| HSL | 281.61º | 0.94% | 0.59% | - |
| HSV(B) | 281.61º | 0.8% | 0.98% | - |
| XYZ | 38.98 | 19.81 | 91.39 | - |
| YUV | 113.95 | 204.22 | 180.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 249 | 0.24 | 0.80 | 0 | 0.02 | 281.61 | 0.94 | 0.59 |
| Hex | BC | 32 | F9 | 18 | 50 | 0 | 2 | 11A | 5E | 3B |
| Octal | 274 | 62 | 371 | 30 | 120 | 0 | 2 | 432 | 136 | 73 |
| Binary | 10111100 | 110010 | 11111001 | 11000 | 1010000 | 0 | 10 | 100011010 | 1011110 | 111011 |
Color Harmonies of #BC32F9
Complementary color
Monochromatic Colors of #BC32F9
Black with #BC32F9
Text Example
Text Example
White with #BC32F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC32F9; }
p { color: rgb(188,50,249); }
H1.HeaderClassName
{
color: #BC32F9;
}
.AnyTagClassName
{
color: #BC32F9;
}
</style>
background-color css
<style>
a { background-color: #BC32F9; }
a { background-color: rgb(188,50,249); }
div.DivClassName
{
background-color: #BC32F9;
}
.BgClassName
{
background-color: #BC32F9;
}
</style>
border-color css
<style>
span { border-color: #BC32F9; }
span { border-color: rgb(188,50,249); }
td.TdClassName
{
border-color: #BC32F9;
}
.TagClassName
{
border-color: #BC32F9;
}
</style>