Shades of Electric Purple #BF1CE9
Tints of Electric Purple #BF1CE9
RGB
CMYK
RGB Variations
Color information
#BF1CE9 (or 0xBF1CE9) is known color: Electric Purple. HEX triplet: BF, 1C and E9. RGB value is (191,28,233). Sum of RGB (Red+Green+Blue) = 191+28+233=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 28 (11.33% from 255 or 6.19% from 452); Blue value is 233 (91.41% from 255 or 51.55% from 452); Max value from RGB is 233 - color contains mainly: blue. Hex color #BF1CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF1CE9 is #40E316. Grayscale: #636363. Windows color (decimal): -4252439 or 15277247. OLE color: 15277247.
HSL color Cylindrical-coordinate representation of color #BF1CE9: hue angle of 287.71º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF1CE9 is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 28 | 233 | - |
| CMYK | 0.18 | 0.88 | 0 | 0.09 |
| HSL | 287.71º | 0.82% | 0.51% | - |
| HSV(B) | 287.71º | 0.88% | 0.91% | - |
| XYZ | 36.61 | 17.79 | 78.6 | - |
| YUV | 100.11 | 203 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 28 | 233 | 0.18 | 0.88 | 0 | 0.09 | 287.71 | 0.82 | 0.51 |
| Hex | BF | 1C | E9 | 12 | 58 | 0 | 9 | 120 | 52 | 33 |
| Octal | 277 | 34 | 351 | 22 | 130 | 0 | 11 | 440 | 122 | 63 |
| Binary | 10111111 | 11100 | 11101001 | 10010 | 1011000 | 0 | 1001 | 100100000 | 1010010 | 110011 |
Color Harmonies of #BF1CE9
Complementary color
Monochromatic Colors of #BF1CE9
Black with #BF1CE9
Text Example
Text Example
White with #BF1CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1CE9; }
p { color: rgb(191,28,233); }
H1.HeaderClassName
{
color: #BF1CE9;
}
.AnyTagClassName
{
color: #BF1CE9;
}
</style>
background-color css
<style>
a { background-color: #BF1CE9; }
a { background-color: rgb(191,28,233); }
div.DivClassName
{
background-color: #BF1CE9;
}
.BgClassName
{
background-color: #BF1CE9;
}
</style>
border-color css
<style>
span { border-color: #BF1CE9; }
span { border-color: rgb(191,28,233); }
td.TdClassName
{
border-color: #BF1CE9;
}
.TagClassName
{
border-color: #BF1CE9;
}
</style>