Shades of Electric Purple #BC35FF
Tints of Electric Purple #BC35FF
RGB
CMYK
RGB Variations
Color information
#BC35FF (or 0xBC35FF) is known color: Electric Purple. HEX triplet: BC, 35 and FF. RGB value is (188,53,255). Sum of RGB (Red+Green+Blue) = 188+53+255=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 53 (21.09% from 255 or 10.69% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC35FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC35FF is #43CA00. Grayscale: #737373. Windows color (decimal): -4442625 or 16725436. OLE color: 16725436.
HSL color Cylindrical-coordinate representation of color #BC35FF: hue angle of 280.1º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC35FF is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 53 | 255 | - |
| CMYK | 0.26 | 0.79 | 0 | 0 |
| HSL | 280.1º | 1% | 0.6% | - |
| HSV(B) | 280.1º | 0.79% | 1% | - |
| XYZ | 40.06 | 20.46 | 96.44 | - |
| YUV | 116.39 | 206.23 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 53 | 255 | 0.26 | 0.79 | 0 | 0 | 280.1 | 1 | 0.6 |
| Hex | BC | 35 | FF | 1A | 4F | 0 | 0 | 118 | 64 | 3C |
| Octal | 274 | 65 | 377 | 32 | 117 | 0 | 0 | 430 | 144 | 74 |
| Binary | 10111100 | 110101 | 11111111 | 11010 | 1001111 | 0 | 0 | 100011000 | 1100100 | 111100 |
Color Harmonies of #BC35FF
Complementary color
Monochromatic Colors of #BC35FF
Black with #BC35FF
Text Example
Text Example
White with #BC35FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC35FF; }
p { color: rgb(188,53,255); }
H1.HeaderClassName
{
color: #BC35FF;
}
.AnyTagClassName
{
color: #BC35FF;
}
</style>
background-color css
<style>
a { background-color: #BC35FF; }
a { background-color: rgb(188,53,255); }
div.DivClassName
{
background-color: #BC35FF;
}
.BgClassName
{
background-color: #BC35FF;
}
</style>
border-color css
<style>
span { border-color: #BC35FF; }
span { border-color: rgb(188,53,255); }
td.TdClassName
{
border-color: #BC35FF;
}
.TagClassName
{
border-color: #BC35FF;
}
</style>