Shades of Fuchsia #BF2EC5
Tints of Fuchsia #BF2EC5
RGB
CMYK
RGB Variations
Color information
#BF2EC5 (or 0xBF2EC5) is known color: Fuchsia. HEX triplet: BF, 2E and C5. RGB value is (191,46,197). Sum of RGB (Red+Green+Blue) = 191+46+197=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 46 (18.36% from 255 or 10.60% from 434); Blue value is 197 (77.34% from 255 or 45.39% from 434); Max value from RGB is 197 - color contains mainly: blue. Hex color #BF2EC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2EC5 is #40D13A. Grayscale: #6A6A6A. Windows color (decimal): -4247867 or 12922559. OLE color: 12922559.
HSL color Cylindrical-coordinate representation of color #BF2EC5: hue angle of 297.62º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF2EC5 is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 46 | 197 | - |
| CMYK | 0.03 | 0.77 | 0 | 0.23 |
| HSL | 297.62º | 0.62% | 0.48% | - |
| HSV(B) | 297.62º | 0.77% | 0.77% | - |
| XYZ | 32.54 | 17.06 | 54.4 | - |
| YUV | 106.57 | 179.04 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 46 | 197 | 0.03 | 0.77 | 0 | 0.23 | 297.62 | 0.62 | 0.48 |
| Hex | BF | 2E | C5 | 3 | 4D | 0 | 17 | 12A | 3E | 30 |
| Octal | 277 | 56 | 305 | 3 | 115 | 0 | 27 | 452 | 76 | 60 |
| Binary | 10111111 | 101110 | 11000101 | 11 | 1001101 | 0 | 10111 | 100101010 | 111110 | 110000 |
Color Harmonies of #BF2EC5
Complementary color
Monochromatic Colors of #BF2EC5
Black with #BF2EC5
Text Example
Text Example
White with #BF2EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2EC5; }
p { color: rgb(191,46,197); }
H1.HeaderClassName
{
color: #BF2EC5;
}
.AnyTagClassName
{
color: #BF2EC5;
}
</style>
background-color css
<style>
a { background-color: #BF2EC5; }
a { background-color: rgb(191,46,197); }
div.DivClassName
{
background-color: #BF2EC5;
}
.BgClassName
{
background-color: #BF2EC5;
}
</style>
border-color css
<style>
span { border-color: #BF2EC5; }
span { border-color: rgb(191,46,197); }
td.TdClassName
{
border-color: #BF2EC5;
}
.TagClassName
{
border-color: #BF2EC5;
}
</style>