Shades of Electric Purple #BC27F1
Tints of Electric Purple #BC27F1
RGB
CMYK
RGB Variations
Color information
#BC27F1 (or 0xBC27F1) is known color: Electric Purple. HEX triplet: BC, 27 and F1. RGB value is (188,39,241). Sum of RGB (Red+Green+Blue) = 188+39+241=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 39 (15.62% from 255 or 8.33% from 468); Blue value is 241 (94.53% from 255 or 51.50% from 468); Max value from RGB is 241 - color contains mainly: blue. Hex color #BC27F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC27F1 is #43D80E. Grayscale: #696969. Windows color (decimal): -4446223 or 15804348. OLE color: 15804348.
HSL color Cylindrical-coordinate representation of color #BC27F1: hue angle of 284.26º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC27F1 is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 39 | 241 | - |
| CMYK | 0.22 | 0.84 | 0 | 0.05 |
| HSL | 284.26º | 0.88% | 0.55% | - |
| HSV(B) | 284.26º | 0.84% | 0.95% | - |
| XYZ | 37.34 | 18.49 | 84.82 | - |
| YUV | 106.58 | 203.86 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 39 | 241 | 0.22 | 0.84 | 0 | 0.05 | 284.26 | 0.88 | 0.55 |
| Hex | BC | 27 | F1 | 16 | 54 | 0 | 5 | 11C | 58 | 37 |
| Octal | 274 | 47 | 361 | 26 | 124 | 0 | 5 | 434 | 130 | 67 |
| Binary | 10111100 | 100111 | 11110001 | 10110 | 1010100 | 0 | 101 | 100011100 | 1011000 | 110111 |
Color Harmonies of #BC27F1
Complementary color
Monochromatic Colors of #BC27F1
Black with #BC27F1
Text Example
Text Example
White with #BC27F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC27F1; }
p { color: rgb(188,39,241); }
H1.HeaderClassName
{
color: #BC27F1;
}
.AnyTagClassName
{
color: #BC27F1;
}
</style>
background-color css
<style>
a { background-color: #BC27F1; }
a { background-color: rgb(188,39,241); }
div.DivClassName
{
background-color: #BC27F1;
}
.BgClassName
{
background-color: #BC27F1;
}
</style>
border-color css
<style>
span { border-color: #BC27F1; }
span { border-color: rgb(188,39,241); }
td.TdClassName
{
border-color: #BC27F1;
}
.TagClassName
{
border-color: #BC27F1;
}
</style>