Shades of Electric Purple #BC34FF
Tints of Electric Purple #BC34FF
RGB
CMYK
RGB Variations
Color information
#BC34FF (or 0xBC34FF) is known color: Electric Purple. HEX triplet: BC, 34 and FF. RGB value is (188,52,255). Sum of RGB (Red+Green+Blue) = 188+52+255=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 52 (20.70% from 255 or 10.51% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC34FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC34FF is #43CB00. Grayscale: #737373. Windows color (decimal): -4442881 or 16725180. OLE color: 16725180.
HSL color Cylindrical-coordinate representation of color #BC34FF: hue angle of 280.2º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC34FF is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 52 | 255 | - |
| CMYK | 0.26 | 0.80 | 0 | 0 |
| HSL | 280.2º | 1% | 0.6% | - |
| HSV(B) | 280.2º | 0.8% | 1% | - |
| XYZ | 40.02 | 20.37 | 96.43 | - |
| YUV | 115.81 | 206.56 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 52 | 255 | 0.26 | 0.80 | 0 | 0 | 280.2 | 1 | 0.6 |
| Hex | BC | 34 | FF | 1A | 50 | 0 | 0 | 118 | 64 | 3C |
| Octal | 274 | 64 | 377 | 32 | 120 | 0 | 0 | 430 | 144 | 74 |
| Binary | 10111100 | 110100 | 11111111 | 11010 | 1010000 | 0 | 0 | 100011000 | 1100100 | 111100 |
Color Harmonies of #BC34FF
Complementary color
Monochromatic Colors of #BC34FF
Black with #BC34FF
Text Example
Text Example
White with #BC34FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC34FF; }
p { color: rgb(188,52,255); }
H1.HeaderClassName
{
color: #BC34FF;
}
.AnyTagClassName
{
color: #BC34FF;
}
</style>
background-color css
<style>
a { background-color: #BC34FF; }
a { background-color: rgb(188,52,255); }
div.DivClassName
{
background-color: #BC34FF;
}
.BgClassName
{
background-color: #BC34FF;
}
</style>
border-color css
<style>
span { border-color: #BC34FF; }
span { border-color: rgb(188,52,255); }
td.TdClassName
{
border-color: #BC34FF;
}
.TagClassName
{
border-color: #BC34FF;
}
</style>