Shades of Electric Purple #BF17F2
Tints of Electric Purple #BF17F2
RGB
CMYK
RGB Variations
Color information
#BF17F2 (or 0xBF17F2) is known color: Electric Purple. HEX triplet: BF, 17 and F2. RGB value is (191,23,242). Sum of RGB (Red+Green+Blue) = 191+23+242=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 23 (9.38% from 255 or 5.04% from 456); Blue value is 242 (94.92% from 255 or 53.07% from 456); Max value from RGB is 242 - color contains mainly: blue. Hex color #BF17F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF17F2 is #40E80D. Grayscale: #616161. Windows color (decimal): -4253710 or 15865791. OLE color: 15865791.
HSL color Cylindrical-coordinate representation of color #BF17F2: hue angle of 286.03º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF17F2 is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 23 | 242 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.05 |
| HSL | 286.03º | 0.89% | 0.52% | - |
| HSV(B) | 286.03º | 0.9% | 0.95% | - |
| XYZ | 37.82 | 18.1 | 85.5 | - |
| YUV | 98.2 | 209.16 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 23 | 242 | 0.21 | 0.90 | 0 | 0.05 | 286.03 | 0.89 | 0.52 |
| Hex | BF | 17 | F2 | 15 | 5A | 0 | 5 | 11E | 59 | 34 |
| Octal | 277 | 27 | 362 | 25 | 132 | 0 | 5 | 436 | 131 | 64 |
| Binary | 10111111 | 10111 | 11110010 | 10101 | 1011010 | 0 | 101 | 100011110 | 1011001 | 110100 |
Color Harmonies of #BF17F2
Complementary color
Monochromatic Colors of #BF17F2
Black with #BF17F2
Text Example
Text Example
White with #BF17F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF17F2; }
p { color: rgb(191,23,242); }
H1.HeaderClassName
{
color: #BF17F2;
}
.AnyTagClassName
{
color: #BF17F2;
}
</style>
background-color css
<style>
a { background-color: #BF17F2; }
a { background-color: rgb(191,23,242); }
div.DivClassName
{
background-color: #BF17F2;
}
.BgClassName
{
background-color: #BF17F2;
}
</style>
border-color css
<style>
span { border-color: #BF17F2; }
span { border-color: rgb(191,23,242); }
td.TdClassName
{
border-color: #BF17F2;
}
.TagClassName
{
border-color: #BF17F2;
}
</style>