Shades of Electric Purple #BC0BF5
Tints of Electric Purple #BC0BF5
RGB
CMYK
RGB Variations
Color information
#BC0BF5 (or 0xBC0BF5) is known color: Electric Purple. HEX triplet: BC, 0B and F5. RGB value is (188,11,245). Sum of RGB (Red+Green+Blue) = 188+11+245=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 11 (4.69% from 255 or 2.48% from 444); Blue value is 245 (96.09% from 255 or 55.18% from 444); Max value from RGB is 245 - color contains mainly: blue. Hex color #BC0BF5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC0BF5 is #43F40A. Grayscale: #595959. Windows color (decimal): -4453387 or 16059324. OLE color: 16059324.
HSL color Cylindrical-coordinate representation of color #BC0BF5: hue angle of 285.38º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC0BF5 is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 11 | 245 | - |
| CMYK | 0.23 | 0.96 | 0 | 0.04 |
| HSL | 285.38º | 0.92% | 0.5% | - |
| HSV(B) | 285.38º | 0.96% | 0.96% | - |
| XYZ | 37.34 | 17.52 | 87.8 | - |
| YUV | 90.6 | 215.14 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 11 | 245 | 0.23 | 0.96 | 0 | 0.04 | 285.38 | 0.92 | 0.5 |
| Hex | BC | B | F5 | 17 | 60 | 0 | 4 | 11D | 5C | 32 |
| Octal | 274 | 13 | 365 | 27 | 140 | 0 | 4 | 435 | 134 | 62 |
| Binary | 10111100 | 1011 | 11110101 | 10111 | 1100000 | 0 | 100 | 100011101 | 1011100 | 110010 |
Color Harmonies of #BC0BF5
Complementary color
Monochromatic Colors of #BC0BF5
Black with #BC0BF5
Text Example
Text Example
White with #BC0BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0BF5; }
p { color: rgb(188,11,245); }
H1.HeaderClassName
{
color: #BC0BF5;
}
.AnyTagClassName
{
color: #BC0BF5;
}
</style>
background-color css
<style>
a { background-color: #BC0BF5; }
a { background-color: rgb(188,11,245); }
div.DivClassName
{
background-color: #BC0BF5;
}
.BgClassName
{
background-color: #BC0BF5;
}
</style>
border-color css
<style>
span { border-color: #BC0BF5; }
span { border-color: rgb(188,11,245); }
td.TdClassName
{
border-color: #BC0BF5;
}
.TagClassName
{
border-color: #BC0BF5;
}
</style>