Shades of Electric Purple #BF09E3
Tints of Electric Purple #BF09E3
RGB
CMYK
RGB Variations
Color information
#BF09E3 (or 0xBF09E3) is known color: Electric Purple. HEX triplet: BF, 09 and E3. RGB value is (191,9,227). Sum of RGB (Red+Green+Blue) = 191+9+227=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 9 (3.91% from 255 or 2.11% from 427); Blue value is 227 (89.06% from 255 or 53.16% from 427); Max value from RGB is 227 - color contains mainly: blue. Hex color #BF09E3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF09E3 is #40F61C. Grayscale: #575757. Windows color (decimal): -4257309 or 14879167. OLE color: 14879167.
HSL color Cylindrical-coordinate representation of color #BF09E3: hue angle of 290.09º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF09E3 is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 9 | 227 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.11 |
| HSL | 290.09º | 0.92% | 0.46% | - |
| HSV(B) | 290.09º | 0.96% | 0.89% | - |
| XYZ | 35.45 | 16.82 | 74.05 | - |
| YUV | 88.27 | 206.3 | 201.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 9 | 227 | 0.16 | 0.96 | 0 | 0.11 | 290.09 | 0.92 | 0.46 |
| Hex | BF | 9 | E3 | 10 | 60 | 0 | B | 122 | 5C | 2E |
| Octal | 277 | 11 | 343 | 20 | 140 | 0 | 13 | 442 | 134 | 56 |
| Binary | 10111111 | 1001 | 11100011 | 10000 | 1100000 | 0 | 1011 | 100100010 | 1011100 | 101110 |
Color Harmonies of #BF09E3
Complementary color
Monochromatic Colors of #BF09E3
Black with #BF09E3
Text Example
Text Example
White with #BF09E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF09E3; }
p { color: rgb(191,9,227); }
H1.HeaderClassName
{
color: #BF09E3;
}
.AnyTagClassName
{
color: #BF09E3;
}
</style>
background-color css
<style>
a { background-color: #BF09E3; }
a { background-color: rgb(191,9,227); }
div.DivClassName
{
background-color: #BF09E3;
}
.BgClassName
{
background-color: #BF09E3;
}
</style>
border-color css
<style>
span { border-color: #BF09E3; }
span { border-color: rgb(191,9,227); }
td.TdClassName
{
border-color: #BF09E3;
}
.TagClassName
{
border-color: #BF09E3;
}
</style>