Shades of Electric Purple #BC36FF
Tints of Electric Purple #BC36FF
RGB
CMYK
RGB Variations
Color information
#BC36FF (or 0xBC36FF) is known color: Electric Purple. HEX triplet: BC, 36 and FF. RGB value is (188,54,255). Sum of RGB (Red+Green+Blue) = 188+54+255=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 54 (21.48% from 255 or 10.87% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC36FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC36FF is #43C900. Grayscale: #747474. Windows color (decimal): -4442369 or 16725692. OLE color: 16725692.
HSL color Cylindrical-coordinate representation of color #BC36FF: hue angle of 280º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC36FF is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 54 | 255 | - |
| CMYK | 0.26 | 0.79 | 0 | 0 |
| HSL | 280º | 1% | 0.61% | - |
| HSV(B) | 280º | 0.79% | 1% | - |
| XYZ | 40.11 | 20.55 | 96.46 | - |
| YUV | 116.98 | 205.89 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 54 | 255 | 0.26 | 0.79 | 0 | 0 | 280 | 1 | 0.61 |
| Hex | BC | 36 | FF | 1A | 4F | 0 | 0 | 118 | 64 | 3D |
| Octal | 274 | 66 | 377 | 32 | 117 | 0 | 0 | 430 | 144 | 75 |
| Binary | 10111100 | 110110 | 11111111 | 11010 | 1001111 | 0 | 0 | 100011000 | 1100100 | 111101 |
Color Harmonies of #BC36FF
Complementary color
Monochromatic Colors of #BC36FF
Black with #BC36FF
Text Example
Text Example
White with #BC36FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC36FF; }
p { color: rgb(188,54,255); }
H1.HeaderClassName
{
color: #BC36FF;
}
.AnyTagClassName
{
color: #BC36FF;
}
</style>
background-color css
<style>
a { background-color: #BC36FF; }
a { background-color: rgb(188,54,255); }
div.DivClassName
{
background-color: #BC36FF;
}
.BgClassName
{
background-color: #BC36FF;
}
</style>
border-color css
<style>
span { border-color: #BC36FF; }
span { border-color: rgb(188,54,255); }
td.TdClassName
{
border-color: #BC36FF;
}
.TagClassName
{
border-color: #BC36FF;
}
</style>