Shades of Electric Purple #BF1BFD
Tints of Electric Purple #BF1BFD
RGB
CMYK
RGB Variations
Color information
#BF1BFD (or 0xBF1BFD) is known color: Electric Purple. HEX triplet: BF, 1B and FD. RGB value is (191,27,253). Sum of RGB (Red+Green+Blue) = 191+27+253=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 27 (10.94% from 255 or 5.73% from 471); Blue value is 253 (99.22% from 255 or 53.72% from 471); Max value from RGB is 253 - color contains mainly: blue. Hex color #BF1BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF1BFD is #40E402. Grayscale: #656565. Windows color (decimal): -4252675 or 16587711. OLE color: 16587711.
HSL color Cylindrical-coordinate representation of color #BF1BFD: hue angle of 283.54º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF1BFD is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 27 | 253 | - |
| CMYK | 0.25 | 0.89 | 0 | 0.01 |
| HSL | 283.54º | 0.98% | 0.55% | - |
| HSV(B) | 283.54º | 0.89% | 0.99% | - |
| XYZ | 39.61 | 18.95 | 94.5 | - |
| YUV | 101.8 | 213.33 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 27 | 253 | 0.25 | 0.89 | 0 | 0.01 | 283.54 | 0.98 | 0.55 |
| Hex | BF | 1B | FD | 19 | 59 | 0 | 1 | 11C | 62 | 37 |
| Octal | 277 | 33 | 375 | 31 | 131 | 0 | 1 | 434 | 142 | 67 |
| Binary | 10111111 | 11011 | 11111101 | 11001 | 1011001 | 0 | 1 | 100011100 | 1100010 | 110111 |
Color Harmonies of #BF1BFD
Complementary color
Monochromatic Colors of #BF1BFD
Black with #BF1BFD
Text Example
Text Example
White with #BF1BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1BFD; }
p { color: rgb(191,27,253); }
H1.HeaderClassName
{
color: #BF1BFD;
}
.AnyTagClassName
{
color: #BF1BFD;
}
</style>
background-color css
<style>
a { background-color: #BF1BFD; }
a { background-color: rgb(191,27,253); }
div.DivClassName
{
background-color: #BF1BFD;
}
.BgClassName
{
background-color: #BF1BFD;
}
</style>
border-color css
<style>
span { border-color: #BF1BFD; }
span { border-color: rgb(191,27,253); }
td.TdClassName
{
border-color: #BF1BFD;
}
.TagClassName
{
border-color: #BF1BFD;
}
</style>