Shades of Fuchsia #BF2DBE
Tints of Fuchsia #BF2DBE
RGB
CMYK
RGB Variations
Color information
#BF2DBE (or 0xBF2DBE) is known color: Fuchsia. HEX triplet: BF, 2D and BE. RGB value is (191,45,190). Sum of RGB (Red+Green+Blue) = 191+45+190=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 45 (17.97% from 255 or 10.56% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2DBE is #40D241. Grayscale: #686868. Windows color (decimal): -4248130 or 12463551. OLE color: 12463551.
HSL color Cylindrical-coordinate representation of color #BF2DBE: hue angle of 300.41º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF2DBE is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 45 | 190 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.25 |
| HSL | 300.41º | 0.62% | 0.46% | - |
| HSV(B) | 300.41º | 0.76% | 0.75% | - |
| XYZ | 31.72 | 16.67 | 50.26 | - |
| YUV | 105.18 | 175.87 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 45 | 190 | 0 | 0.76 | 0.01 | 0.25 | 300.41 | 0.62 | 0.46 |
| Hex | BF | 2D | BE | 0 | 4C | 1 | 19 | 12C | 3E | 2E |
| Octal | 277 | 55 | 276 | 0 | 114 | 1 | 31 | 454 | 76 | 56 |
| Binary | 10111111 | 101101 | 10111110 | 0 | 1001100 | 1 | 11001 | 100101100 | 111110 | 101110 |
Color Harmonies of #BF2DBE
Complementary color
Monochromatic Colors of #BF2DBE
Black with #BF2DBE
Text Example
Text Example
White with #BF2DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2DBE; }
p { color: rgb(191,45,190); }
H1.HeaderClassName
{
color: #BF2DBE;
}
.AnyTagClassName
{
color: #BF2DBE;
}
</style>
background-color css
<style>
a { background-color: #BF2DBE; }
a { background-color: rgb(191,45,190); }
div.DivClassName
{
background-color: #BF2DBE;
}
.BgClassName
{
background-color: #BF2DBE;
}
</style>
border-color css
<style>
span { border-color: #BF2DBE; }
span { border-color: rgb(191,45,190); }
td.TdClassName
{
border-color: #BF2DBE;
}
.TagClassName
{
border-color: #BF2DBE;
}
</style>