Shades of Electric Purple #BF1BE8
Tints of Electric Purple #BF1BE8
RGB
CMYK
RGB Variations
Color information
#BF1BE8 (or 0xBF1BE8) is known color: Electric Purple. HEX triplet: BF, 1B and E8. RGB value is (191,27,232). Sum of RGB (Red+Green+Blue) = 191+27+232=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 27 (10.94% from 255 or 6% from 450); Blue value is 232 (91.02% from 255 or 51.56% from 450); Max value from RGB is 232 - color contains mainly: blue. Hex color #BF1BE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF1BE8 is #40E417. Grayscale: #626262. Windows color (decimal): -4252696 or 15211455. OLE color: 15211455.
HSL color Cylindrical-coordinate representation of color #BF1BE8: hue angle of 288º 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 #BF1BE8 is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 27 | 232 | - |
| CMYK | 0.18 | 0.88 | 0 | 0.09 |
| HSL | 288º | 0.82% | 0.51% | - |
| HSV(B) | 288º | 0.88% | 0.91% | - |
| XYZ | 36.44 | 17.69 | 77.84 | - |
| YUV | 99.41 | 202.83 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 27 | 232 | 0.18 | 0.88 | 0 | 0.09 | 288 | 0.82 | 0.51 |
| Hex | BF | 1B | E8 | 12 | 58 | 0 | 9 | 120 | 52 | 33 |
| Octal | 277 | 33 | 350 | 22 | 130 | 0 | 11 | 440 | 122 | 63 |
| Binary | 10111111 | 11011 | 11101000 | 10010 | 1011000 | 0 | 1001 | 100100000 | 1010010 | 110011 |
Color Harmonies of #BF1BE8
Complementary color
Monochromatic Colors of #BF1BE8
Black with #BF1BE8
Text Example
Text Example
White with #BF1BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1BE8; }
p { color: rgb(191,27,232); }
H1.HeaderClassName
{
color: #BF1BE8;
}
.AnyTagClassName
{
color: #BF1BE8;
}
</style>
background-color css
<style>
a { background-color: #BF1BE8; }
a { background-color: rgb(191,27,232); }
div.DivClassName
{
background-color: #BF1BE8;
}
.BgClassName
{
background-color: #BF1BE8;
}
</style>
border-color css
<style>
span { border-color: #BF1BE8; }
span { border-color: rgb(191,27,232); }
td.TdClassName
{
border-color: #BF1BE8;
}
.TagClassName
{
border-color: #BF1BE8;
}
</style>