Shades of Electric Purple #BC34FE
Tints of Electric Purple #BC34FE
RGB
CMYK
RGB Variations
Color information
#BC34FE (or 0xBC34FE) is known color: Electric Purple. HEX triplet: BC, 34 and FE. RGB value is (188,52,254). Sum of RGB (Red+Green+Blue) = 188+52+254=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 52 (20.70% from 255 or 10.53% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC34FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC34FE is #43CB01. Grayscale: #737373. Windows color (decimal): -4442882 or 16659644. OLE color: 16659644.
HSL color Cylindrical-coordinate representation of color #BC34FE: hue angle of 280.4º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC34FE is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 52 | 254 | - |
| CMYK | 0.26 | 0.80 | 0 | 0.00 |
| HSL | 280.4º | 0.99% | 0.6% | - |
| HSV(B) | 280.4º | 0.8% | 1% | - |
| XYZ | 39.86 | 20.3 | 95.58 | - |
| YUV | 115.69 | 206.06 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 52 | 254 | 0.26 | 0.80 | 0 | 0.00 | 280.4 | 0.99 | 0.6 |
| Hex | BC | 34 | FE | 1A | 50 | 0 | 0 | 118 | 63 | 3C |
| Octal | 274 | 64 | 376 | 32 | 120 | 0 | 0 | 430 | 143 | 74 |
| Binary | 10111100 | 110100 | 11111110 | 11010 | 1010000 | 0 | 0 | 100011000 | 1100011 | 111100 |
Color Harmonies of #BC34FE
Complementary color
Monochromatic Colors of #BC34FE
Black with #BC34FE
Text Example
Text Example
White with #BC34FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC34FE; }
p { color: rgb(188,52,254); }
H1.HeaderClassName
{
color: #BC34FE;
}
.AnyTagClassName
{
color: #BC34FE;
}
</style>
background-color css
<style>
a { background-color: #BC34FE; }
a { background-color: rgb(188,52,254); }
div.DivClassName
{
background-color: #BC34FE;
}
.BgClassName
{
background-color: #BC34FE;
}
</style>
border-color css
<style>
span { border-color: #BC34FE; }
span { border-color: rgb(188,52,254); }
td.TdClassName
{
border-color: #BC34FE;
}
.TagClassName
{
border-color: #BC34FE;
}
</style>