Shades of Electric Purple #BF2AF1
Tints of Electric Purple #BF2AF1
RGB
CMYK
RGB Variations
Color information
#BF2AF1 (or 0xBF2AF1) is known color: Electric Purple. HEX triplet: BF, 2A and F1. RGB value is (191,42,241). Sum of RGB (Red+Green+Blue) = 191+42+241=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 42 (16.80% from 255 or 8.86% from 474); Blue value is 241 (94.53% from 255 or 50.84% from 474); Max value from RGB is 241 - color contains mainly: blue. Hex color #BF2AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF2AF1 is #40D50E. Grayscale: #6C6C6C. Windows color (decimal): -4248847 or 15805119. OLE color: 15805119.
HSL color Cylindrical-coordinate representation of color #BF2AF1: hue angle of 284.92º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF2AF1 is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 42 | 241 | - |
| CMYK | 0.21 | 0.83 | 0 | 0.05 |
| HSL | 284.92º | 0.88% | 0.55% | - |
| HSV(B) | 284.92º | 0.83% | 0.95% | - |
| XYZ | 38.19 | 19.08 | 84.89 | - |
| YUV | 109.24 | 202.36 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 42 | 241 | 0.21 | 0.83 | 0 | 0.05 | 284.92 | 0.88 | 0.55 |
| Hex | BF | 2A | F1 | 15 | 53 | 0 | 5 | 11D | 58 | 37 |
| Octal | 277 | 52 | 361 | 25 | 123 | 0 | 5 | 435 | 130 | 67 |
| Binary | 10111111 | 101010 | 11110001 | 10101 | 1010011 | 0 | 101 | 100011101 | 1011000 | 110111 |
Color Harmonies of #BF2AF1
Complementary color
Monochromatic Colors of #BF2AF1
Black with #BF2AF1
Text Example
Text Example
White with #BF2AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2AF1; }
p { color: rgb(191,42,241); }
H1.HeaderClassName
{
color: #BF2AF1;
}
.AnyTagClassName
{
color: #BF2AF1;
}
</style>
background-color css
<style>
a { background-color: #BF2AF1; }
a { background-color: rgb(191,42,241); }
div.DivClassName
{
background-color: #BF2AF1;
}
.BgClassName
{
background-color: #BF2AF1;
}
</style>
border-color css
<style>
span { border-color: #BF2AF1; }
span { border-color: rgb(191,42,241); }
td.TdClassName
{
border-color: #BF2AF1;
}
.TagClassName
{
border-color: #BF2AF1;
}
</style>