Shades of Electric Purple #BC33F9
Tints of Electric Purple #BC33F9
RGB
CMYK
RGB Variations
Color information
#BC33F9 (or 0xBC33F9) is known color: Electric Purple. HEX triplet: BC, 33 and F9. RGB value is (188,51,249). Sum of RGB (Red+Green+Blue) = 188+51+249=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 51 (20.31% from 255 or 10.45% from 488); Blue value is 249 (97.66% from 255 or 51.02% from 488); Max value from RGB is 249 - color contains mainly: blue. Hex color #BC33F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC33F9 is #43CC06. Grayscale: #717171. Windows color (decimal): -4443143 or 16331708. OLE color: 16331708.
HSL color Cylindrical-coordinate representation of color #BC33F9: hue angle of 281.52º 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 #BC33F9 is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 51 | 249 | - |
| CMYK | 0.24 | 0.80 | 0 | 0.02 |
| HSL | 281.52º | 0.94% | 0.59% | - |
| HSV(B) | 281.52º | 0.8% | 0.98% | - |
| XYZ | 39.02 | 19.9 | 91.41 | - |
| YUV | 114.54 | 203.89 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 51 | 249 | 0.24 | 0.80 | 0 | 0.02 | 281.52 | 0.94 | 0.59 |
| Hex | BC | 33 | F9 | 18 | 50 | 0 | 2 | 11A | 5E | 3B |
| Octal | 274 | 63 | 371 | 30 | 120 | 0 | 2 | 432 | 136 | 73 |
| Binary | 10111100 | 110011 | 11111001 | 11000 | 1010000 | 0 | 10 | 100011010 | 1011110 | 111011 |
Color Harmonies of #BC33F9
Complementary color
Monochromatic Colors of #BC33F9
Black with #BC33F9
Text Example
Text Example
White with #BC33F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC33F9; }
p { color: rgb(188,51,249); }
H1.HeaderClassName
{
color: #BC33F9;
}
.AnyTagClassName
{
color: #BC33F9;
}
</style>
background-color css
<style>
a { background-color: #BC33F9; }
a { background-color: rgb(188,51,249); }
div.DivClassName
{
background-color: #BC33F9;
}
.BgClassName
{
background-color: #BC33F9;
}
</style>
border-color css
<style>
span { border-color: #BC33F9; }
span { border-color: rgb(188,51,249); }
td.TdClassName
{
border-color: #BC33F9;
}
.TagClassName
{
border-color: #BC33F9;
}
</style>