Shades of Electric Purple #BC1DFB
Tints of Electric Purple #BC1DFB
RGB
CMYK
RGB Variations
Color information
#BC1DFB (or 0xBC1DFB) is known color: Electric Purple. HEX triplet: BC, 1D and FB. RGB value is (188,29,251). Sum of RGB (Red+Green+Blue) = 188+29+251=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 29 (11.72% from 255 or 6.20% from 468); Blue value is 251 (98.44% from 255 or 53.63% from 468); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC1DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1DFB is #43E204. Grayscale: #656565. Windows color (decimal): -4448773 or 16457148. OLE color: 16457148.
HSL color Cylindrical-coordinate representation of color #BC1DFB: hue angle of 282.97º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1DFB is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 29 | 251 | - |
| CMYK | 0.25 | 0.88 | 0 | 0.02 |
| HSL | 282.97º | 0.97% | 0.55% | - |
| HSV(B) | 282.97º | 0.88% | 0.98% | - |
| XYZ | 38.59 | 18.54 | 92.81 | - |
| YUV | 101.85 | 212.18 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 29 | 251 | 0.25 | 0.88 | 0 | 0.02 | 282.97 | 0.97 | 0.55 |
| Hex | BC | 1D | FB | 19 | 58 | 0 | 2 | 11B | 61 | 37 |
| Octal | 274 | 35 | 373 | 31 | 130 | 0 | 2 | 433 | 141 | 67 |
| Binary | 10111100 | 11101 | 11111011 | 11001 | 1011000 | 0 | 10 | 100011011 | 1100001 | 110111 |
Color Harmonies of #BC1DFB
Complementary color
Monochromatic Colors of #BC1DFB
Black with #BC1DFB
Text Example
Text Example
White with #BC1DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1DFB; }
p { color: rgb(188,29,251); }
H1.HeaderClassName
{
color: #BC1DFB;
}
.AnyTagClassName
{
color: #BC1DFB;
}
</style>
background-color css
<style>
a { background-color: #BC1DFB; }
a { background-color: rgb(188,29,251); }
div.DivClassName
{
background-color: #BC1DFB;
}
.BgClassName
{
background-color: #BC1DFB;
}
</style>
border-color css
<style>
span { border-color: #BC1DFB; }
span { border-color: rgb(188,29,251); }
td.TdClassName
{
border-color: #BC1DFB;
}
.TagClassName
{
border-color: #BC1DFB;
}
</style>