Shades of Electric Purple #BC33FB
Tints of Electric Purple #BC33FB
RGB
CMYK
RGB Variations
Color information
#BC33FB (or 0xBC33FB) is known color: Electric Purple. HEX triplet: BC, 33 and FB. RGB value is (188,51,251). Sum of RGB (Red+Green+Blue) = 188+51+251=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 51 (20.31% from 255 or 10.41% from 490); Blue value is 251 (98.44% from 255 or 51.22% from 490); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC33FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC33FB is #43CC04. Grayscale: #727272. Windows color (decimal): -4443141 or 16462780. OLE color: 16462780.
HSL color Cylindrical-coordinate representation of color #BC33FB: hue angle of 281.1º degrees, saturation: 0.96, 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 #BC33FB is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 51 | 251 | - |
| CMYK | 0.25 | 0.80 | 0 | 0.02 |
| HSL | 281.1º | 0.96% | 0.59% | - |
| HSV(B) | 281.1º | 0.8% | 0.98% | - |
| XYZ | 39.34 | 20.02 | 93.06 | - |
| YUV | 114.76 | 204.89 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 51 | 251 | 0.25 | 0.80 | 0 | 0.02 | 281.1 | 0.96 | 0.59 |
| Hex | BC | 33 | FB | 19 | 50 | 0 | 2 | 119 | 60 | 3B |
| Octal | 274 | 63 | 373 | 31 | 120 | 0 | 2 | 431 | 140 | 73 |
| Binary | 10111100 | 110011 | 11111011 | 11001 | 1010000 | 0 | 10 | 100011001 | 1100000 | 111011 |
Color Harmonies of #BC33FB
Complementary color
Monochromatic Colors of #BC33FB
Black with #BC33FB
Text Example
Text Example
White with #BC33FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC33FB; }
p { color: rgb(188,51,251); }
H1.HeaderClassName
{
color: #BC33FB;
}
.AnyTagClassName
{
color: #BC33FB;
}
</style>
background-color css
<style>
a { background-color: #BC33FB; }
a { background-color: rgb(188,51,251); }
div.DivClassName
{
background-color: #BC33FB;
}
.BgClassName
{
background-color: #BC33FB;
}
</style>
border-color css
<style>
span { border-color: #BC33FB; }
span { border-color: rgb(188,51,251); }
td.TdClassName
{
border-color: #BC33FB;
}
.TagClassName
{
border-color: #BC33FB;
}
</style>