Shades of Electric Purple #BF2DF8
Tints of Electric Purple #BF2DF8
RGB
CMYK
RGB Variations
Color information
#BF2DF8 (or 0xBF2DF8) is known color: Electric Purple. HEX triplet: BF, 2D and F8. RGB value is (191,45,248). Sum of RGB (Red+Green+Blue) = 191+45+248=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 45 (17.97% from 255 or 9.30% from 484); Blue value is 248 (97.27% from 255 or 51.24% from 484); Max value from RGB is 248 - color contains mainly: blue. Hex color #BF2DF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF2DF8 is #40D207. Grayscale: #6F6F6F. Windows color (decimal): -4248072 or 16264639. OLE color: 16264639.
HSL color Cylindrical-coordinate representation of color #BF2DF8: hue angle of 283.15º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF2DF8 is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 45 | 248 | - |
| CMYK | 0.23 | 0.82 | 0 | 0.03 |
| HSL | 283.15º | 0.94% | 0.57% | - |
| HSV(B) | 283.15º | 0.82% | 0.97% | - |
| XYZ | 39.37 | 19.73 | 90.54 | - |
| YUV | 111.8 | 204.87 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 45 | 248 | 0.23 | 0.82 | 0 | 0.03 | 283.15 | 0.94 | 0.57 |
| Hex | BF | 2D | F8 | 17 | 52 | 0 | 3 | 11B | 5E | 39 |
| Octal | 277 | 55 | 370 | 27 | 122 | 0 | 3 | 433 | 136 | 71 |
| Binary | 10111111 | 101101 | 11111000 | 10111 | 1010010 | 0 | 11 | 100011011 | 1011110 | 111001 |
Color Harmonies of #BF2DF8
Complementary color
Monochromatic Colors of #BF2DF8
Black with #BF2DF8
Text Example
Text Example
White with #BF2DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2DF8; }
p { color: rgb(191,45,248); }
H1.HeaderClassName
{
color: #BF2DF8;
}
.AnyTagClassName
{
color: #BF2DF8;
}
</style>
background-color css
<style>
a { background-color: #BF2DF8; }
a { background-color: rgb(191,45,248); }
div.DivClassName
{
background-color: #BF2DF8;
}
.BgClassName
{
background-color: #BF2DF8;
}
</style>
border-color css
<style>
span { border-color: #BF2DF8; }
span { border-color: rgb(191,45,248); }
td.TdClassName
{
border-color: #BF2DF8;
}
.TagClassName
{
border-color: #BF2DF8;
}
</style>