Shades of Electric Purple #BC0FF5
Tints of Electric Purple #BC0FF5
RGB
CMYK
RGB Variations
Color information
#BC0FF5 (or 0xBC0FF5) is known color: Electric Purple. HEX triplet: BC, 0F and F5. RGB value is (188,15,245). Sum of RGB (Red+Green+Blue) = 188+15+245=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 15 (6.25% from 255 or 3.35% from 448); Blue value is 245 (96.09% from 255 or 54.69% from 448); Max value from RGB is 245 - color contains mainly: blue. Hex color #BC0FF5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC0FF5 is #43F00A. Grayscale: #5C5C5C. Windows color (decimal): -4452363 or 16060348. OLE color: 16060348.
HSL color Cylindrical-coordinate representation of color #BC0FF5: hue angle of 285.13º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0FF5 is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 15 | 245 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.04 |
| HSL | 285.13º | 0.92% | 0.51% | - |
| HSV(B) | 285.13º | 0.94% | 0.96% | - |
| XYZ | 37.39 | 17.63 | 87.82 | - |
| YUV | 92.95 | 213.81 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 15 | 245 | 0.23 | 0.94 | 0 | 0.04 | 285.13 | 0.92 | 0.51 |
| Hex | BC | F | F5 | 17 | 5E | 0 | 4 | 11D | 5C | 33 |
| Octal | 274 | 17 | 365 | 27 | 136 | 0 | 4 | 435 | 134 | 63 |
| Binary | 10111100 | 1111 | 11110101 | 10111 | 1011110 | 0 | 100 | 100011101 | 1011100 | 110011 |
Color Harmonies of #BC0FF5
Complementary color
Monochromatic Colors of #BC0FF5
Black with #BC0FF5
Text Example
Text Example
White with #BC0FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0FF5; }
p { color: rgb(188,15,245); }
H1.HeaderClassName
{
color: #BC0FF5;
}
.AnyTagClassName
{
color: #BC0FF5;
}
</style>
background-color css
<style>
a { background-color: #BC0FF5; }
a { background-color: rgb(188,15,245); }
div.DivClassName
{
background-color: #BC0FF5;
}
.BgClassName
{
background-color: #BC0FF5;
}
</style>
border-color css
<style>
span { border-color: #BC0FF5; }
span { border-color: rgb(188,15,245); }
td.TdClassName
{
border-color: #BC0FF5;
}
.TagClassName
{
border-color: #BC0FF5;
}
</style>