Shades of Electric Purple #BF03E6
Tints of Electric Purple #BF03E6
RGB
CMYK
RGB Variations
Color information
#BF03E6 (or 0xBF03E6) is known color: Electric Purple. HEX triplet: BF, 03 and E6. RGB value is (191,3,230). Sum of RGB (Red+Green+Blue) = 191+3+230=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 3 (1.56% from 255 or 0.71% from 424); Blue value is 230 (90.23% from 255 or 54.25% from 424); Max value from RGB is 230 - color contains mainly: blue. Hex color #BF03E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF03E6 is #40FC19. Grayscale: #545454. Windows color (decimal): -4258842 or 15074239. OLE color: 15074239.
HSL color Cylindrical-coordinate representation of color #BF03E6: hue angle of 289.69º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF03E6 is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 3 | 230 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.10 |
| HSL | 289.69º | 0.97% | 0.46% | - |
| HSV(B) | 289.69º | 0.99% | 0.9% | - |
| XYZ | 35.8 | 16.85 | 76.23 | - |
| YUV | 85.09 | 209.78 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 3 | 230 | 0.17 | 0.99 | 0 | 0.10 | 289.69 | 0.97 | 0.46 |
| Hex | BF | 3 | E6 | 11 | 63 | 0 | A | 122 | 61 | 2E |
| Octal | 277 | 3 | 346 | 21 | 143 | 0 | 12 | 442 | 141 | 56 |
| Binary | 10111111 | 11 | 11100110 | 10001 | 1100011 | 0 | 1010 | 100100010 | 1100001 | 101110 |
Color Harmonies of #BF03E6
Complementary color
Monochromatic Colors of #BF03E6
Black with #BF03E6
Text Example
Text Example
White with #BF03E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF03E6; }
p { color: rgb(191,3,230); }
H1.HeaderClassName
{
color: #BF03E6;
}
.AnyTagClassName
{
color: #BF03E6;
}
</style>
background-color css
<style>
a { background-color: #BF03E6; }
a { background-color: rgb(191,3,230); }
div.DivClassName
{
background-color: #BF03E6;
}
.BgClassName
{
background-color: #BF03E6;
}
</style>
border-color css
<style>
span { border-color: #BF03E6; }
span { border-color: rgb(191,3,230); }
td.TdClassName
{
border-color: #BF03E6;
}
.TagClassName
{
border-color: #BF03E6;
}
</style>