Shades of Electric Purple #BF1CE6
Tints of Electric Purple #BF1CE6
RGB
CMYK
RGB Variations
Color information
#BF1CE6 (or 0xBF1CE6) is known color: Electric Purple. HEX triplet: BF, 1C and E6. RGB value is (191,28,230). Sum of RGB (Red+Green+Blue) = 191+28+230=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 28 (11.33% from 255 or 6.24% from 449); Blue value is 230 (90.23% from 255 or 51.22% from 449); Max value from RGB is 230 - color contains mainly: blue. Hex color #BF1CE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF1CE6 is #40E319. Grayscale: #636363. Windows color (decimal): -4252442 or 15080639. OLE color: 15080639.
HSL color Cylindrical-coordinate representation of color #BF1CE6: hue angle of 288.42º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF1CE6 is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 28 | 230 | - |
| CMYK | 0.17 | 0.88 | 0 | 0.10 |
| HSL | 288.42º | 0.8% | 0.51% | - |
| HSV(B) | 288.42º | 0.88% | 0.9% | - |
| XYZ | 36.18 | 17.62 | 76.36 | - |
| YUV | 99.77 | 201.5 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 28 | 230 | 0.17 | 0.88 | 0 | 0.10 | 288.42 | 0.8 | 0.51 |
| Hex | BF | 1C | E6 | 11 | 58 | 0 | A | 120 | 50 | 33 |
| Octal | 277 | 34 | 346 | 21 | 130 | 0 | 12 | 440 | 120 | 63 |
| Binary | 10111111 | 11100 | 11100110 | 10001 | 1011000 | 0 | 1010 | 100100000 | 1010000 | 110011 |
Color Harmonies of #BF1CE6
Complementary color
Monochromatic Colors of #BF1CE6
Black with #BF1CE6
Text Example
Text Example
White with #BF1CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1CE6; }
p { color: rgb(191,28,230); }
H1.HeaderClassName
{
color: #BF1CE6;
}
.AnyTagClassName
{
color: #BF1CE6;
}
</style>
background-color css
<style>
a { background-color: #BF1CE6; }
a { background-color: rgb(191,28,230); }
div.DivClassName
{
background-color: #BF1CE6;
}
.BgClassName
{
background-color: #BF1CE6;
}
</style>
border-color css
<style>
span { border-color: #BF1CE6; }
span { border-color: rgb(191,28,230); }
td.TdClassName
{
border-color: #BF1CE6;
}
.TagClassName
{
border-color: #BF1CE6;
}
</style>