Shades of Electric Purple #BF2DFF
Tints of Electric Purple #BF2DFF
RGB
CMYK
RGB Variations
Color information
#BF2DFF (or 0xBF2DFF) is known color: Electric Purple. HEX triplet: BF, 2D and FF. RGB value is (191,45,255). Sum of RGB (Red+Green+Blue) = 191+45+255=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 45 (17.97% from 255 or 9.16% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF2DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF2DFF is #40D200. Grayscale: #6F6F6F. Windows color (decimal): -4248065 or 16723391. OLE color: 16723391.
HSL color Cylindrical-coordinate representation of color #BF2DFF: hue angle of 281.71º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF2DFF is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 45 | 255 | - |
| CMYK | 0.25 | 0.82 | 0 | 0 |
| HSL | 281.71º | 1% | 0.59% | - |
| HSV(B) | 281.71º | 0.82% | 1% | - |
| XYZ | 40.47 | 20.17 | 96.37 | - |
| YUV | 112.59 | 208.37 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 45 | 255 | 0.25 | 0.82 | 0 | 0 | 281.71 | 1 | 0.59 |
| Hex | BF | 2D | FF | 19 | 52 | 0 | 0 | 11A | 64 | 3B |
| Octal | 277 | 55 | 377 | 31 | 122 | 0 | 0 | 432 | 144 | 73 |
| Binary | 10111111 | 101101 | 11111111 | 11001 | 1010010 | 0 | 0 | 100011010 | 1100100 | 111011 |
Color Harmonies of #BF2DFF
Complementary color
Monochromatic Colors of #BF2DFF
Black with #BF2DFF
Text Example
Text Example
White with #BF2DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2DFF; }
p { color: rgb(191,45,255); }
H1.HeaderClassName
{
color: #BF2DFF;
}
.AnyTagClassName
{
color: #BF2DFF;
}
</style>
background-color css
<style>
a { background-color: #BF2DFF; }
a { background-color: rgb(191,45,255); }
div.DivClassName
{
background-color: #BF2DFF;
}
.BgClassName
{
background-color: #BF2DFF;
}
</style>
border-color css
<style>
span { border-color: #BF2DFF; }
span { border-color: rgb(191,45,255); }
td.TdClassName
{
border-color: #BF2DFF;
}
.TagClassName
{
border-color: #BF2DFF;
}
</style>