Shades of Electric Purple #BC33FC
Tints of Electric Purple #BC33FC
RGB
CMYK
RGB Variations
Color information
#BC33FC (or 0xBC33FC) is known color: Electric Purple. HEX triplet: BC, 33 and FC. RGB value is (188,51,252). Sum of RGB (Red+Green+Blue) = 188+51+252=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 51 (20.31% from 255 or 10.39% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC33FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC33FC is #43CC03. Grayscale: #727272. Windows color (decimal): -4443140 or 16528316. OLE color: 16528316.
HSL color Cylindrical-coordinate representation of color #BC33FC: hue angle of 280.9º 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 #BC33FC is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 51 | 252 | - |
| CMYK | 0.25 | 0.80 | 0 | 0.01 |
| HSL | 280.9º | 0.97% | 0.59% | - |
| HSV(B) | 280.9º | 0.8% | 0.99% | - |
| XYZ | 39.49 | 20.09 | 93.89 | - |
| YUV | 114.88 | 205.39 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 51 | 252 | 0.25 | 0.80 | 0 | 0.01 | 280.9 | 0.97 | 0.59 |
| Hex | BC | 33 | FC | 19 | 50 | 0 | 1 | 119 | 61 | 3B |
| Octal | 274 | 63 | 374 | 31 | 120 | 0 | 1 | 431 | 141 | 73 |
| Binary | 10111100 | 110011 | 11111100 | 11001 | 1010000 | 0 | 1 | 100011001 | 1100001 | 111011 |
Color Harmonies of #BC33FC
Complementary color
Monochromatic Colors of #BC33FC
Black with #BC33FC
Text Example
Text Example
White with #BC33FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC33FC; }
p { color: rgb(188,51,252); }
H1.HeaderClassName
{
color: #BC33FC;
}
.AnyTagClassName
{
color: #BC33FC;
}
</style>
background-color css
<style>
a { background-color: #BC33FC; }
a { background-color: rgb(188,51,252); }
div.DivClassName
{
background-color: #BC33FC;
}
.BgClassName
{
background-color: #BC33FC;
}
</style>
border-color css
<style>
span { border-color: #BC33FC; }
span { border-color: rgb(188,51,252); }
td.TdClassName
{
border-color: #BC33FC;
}
.TagClassName
{
border-color: #BC33FC;
}
</style>