Shades of Electric Purple #BF2AF2
Tints of Electric Purple #BF2AF2
RGB
CMYK
RGB Variations
Color information
#BF2AF2 (or 0xBF2AF2) is known color: Electric Purple. HEX triplet: BF, 2A and F2. RGB value is (191,42,242). Sum of RGB (Red+Green+Blue) = 191+42+242=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 42 (16.80% from 255 or 8.84% from 475); Blue value is 242 (94.92% from 255 or 50.95% from 475); Max value from RGB is 242 - color contains mainly: blue. Hex color #BF2AF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF2AF2 is #40D50D. Grayscale: #6C6C6C. Windows color (decimal): -4248846 or 15870655. OLE color: 15870655.
HSL color Cylindrical-coordinate representation of color #BF2AF2: hue angle of 284.7º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF2AF2 is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 42 | 242 | - |
| CMYK | 0.21 | 0.83 | 0 | 0.05 |
| HSL | 284.7º | 0.88% | 0.56% | - |
| HSV(B) | 284.7º | 0.83% | 0.95% | - |
| XYZ | 38.34 | 19.14 | 85.68 | - |
| YUV | 109.35 | 202.86 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 42 | 242 | 0.21 | 0.83 | 0 | 0.05 | 284.7 | 0.88 | 0.56 |
| Hex | BF | 2A | F2 | 15 | 53 | 0 | 5 | 11D | 58 | 38 |
| Octal | 277 | 52 | 362 | 25 | 123 | 0 | 5 | 435 | 130 | 70 |
| Binary | 10111111 | 101010 | 11110010 | 10101 | 1010011 | 0 | 101 | 100011101 | 1011000 | 111000 |
Color Harmonies of #BF2AF2
Complementary color
Monochromatic Colors of #BF2AF2
Black with #BF2AF2
Text Example
Text Example
White with #BF2AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2AF2; }
p { color: rgb(191,42,242); }
H1.HeaderClassName
{
color: #BF2AF2;
}
.AnyTagClassName
{
color: #BF2AF2;
}
</style>
background-color css
<style>
a { background-color: #BF2AF2; }
a { background-color: rgb(191,42,242); }
div.DivClassName
{
background-color: #BF2AF2;
}
.BgClassName
{
background-color: #BF2AF2;
}
</style>
border-color css
<style>
span { border-color: #BF2AF2; }
span { border-color: rgb(191,42,242); }
td.TdClassName
{
border-color: #BF2AF2;
}
.TagClassName
{
border-color: #BF2AF2;
}
</style>