Shades of Electric Purple #BF18F5
Tints of Electric Purple #BF18F5
RGB
CMYK
RGB Variations
Color information
#BF18F5 (or 0xBF18F5) is known color: Electric Purple. HEX triplet: BF, 18 and F5. RGB value is (191,24,245). Sum of RGB (Red+Green+Blue) = 191+24+245=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 24 (9.77% from 255 or 5.22% from 460); Blue value is 245 (96.09% from 255 or 53.26% from 460); Max value from RGB is 245 - color contains mainly: blue. Hex color #BF18F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF18F5 is #40E70A. Grayscale: #626262. Windows color (decimal): -4253451 or 16062655. OLE color: 16062655.
HSL color Cylindrical-coordinate representation of color #BF18F5: hue angle of 285.34º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF18F5 is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 24 | 245 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.04 |
| HSL | 285.34º | 0.92% | 0.53% | - |
| HSV(B) | 285.34º | 0.9% | 0.96% | - |
| XYZ | 38.29 | 18.32 | 87.9 | - |
| YUV | 99.13 | 210.33 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 24 | 245 | 0.22 | 0.90 | 0 | 0.04 | 285.34 | 0.92 | 0.53 |
| Hex | BF | 18 | F5 | 16 | 5A | 0 | 4 | 11D | 5C | 35 |
| Octal | 277 | 30 | 365 | 26 | 132 | 0 | 4 | 435 | 134 | 65 |
| Binary | 10111111 | 11000 | 11110101 | 10110 | 1011010 | 0 | 100 | 100011101 | 1011100 | 110101 |
Color Harmonies of #BF18F5
Complementary color
Monochromatic Colors of #BF18F5
Black with #BF18F5
Text Example
Text Example
White with #BF18F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF18F5; }
p { color: rgb(191,24,245); }
H1.HeaderClassName
{
color: #BF18F5;
}
.AnyTagClassName
{
color: #BF18F5;
}
</style>
background-color css
<style>
a { background-color: #BF18F5; }
a { background-color: rgb(191,24,245); }
div.DivClassName
{
background-color: #BF18F5;
}
.BgClassName
{
background-color: #BF18F5;
}
</style>
border-color css
<style>
span { border-color: #BF18F5; }
span { border-color: rgb(191,24,245); }
td.TdClassName
{
border-color: #BF18F5;
}
.TagClassName
{
border-color: #BF18F5;
}
</style>