Shades of Fuchsia #BF2DB6
Tints of Fuchsia #BF2DB6
RGB
CMYK
RGB Variations
Color information
#BF2DB6 (or 0xBF2DB6) is known color: Fuchsia. HEX triplet: BF, 2D and B6. RGB value is (191,45,182). Sum of RGB (Red+Green+Blue) = 191+45+182=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 45 (17.97% from 255 or 10.77% from 418); Blue value is 182 (71.48% from 255 or 43.54% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2DB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2DB6 is #40D249. Grayscale: #676767. Windows color (decimal): -4248138 or 11939263. OLE color: 11939263.
HSL color Cylindrical-coordinate representation of color #BF2DB6: hue angle of 303.7º 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 #BF2DB6 is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 45 | 182 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.25 |
| HSL | 303.7º | 0.62% | 0.46% | - |
| HSV(B) | 303.7º | 0.76% | 0.75% | - |
| XYZ | 30.87 | 16.33 | 45.78 | - |
| YUV | 104.27 | 171.87 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 45 | 182 | 0 | 0.76 | 0.05 | 0.25 | 303.7 | 0.62 | 0.46 |
| Hex | BF | 2D | B6 | 0 | 4C | 5 | 19 | 130 | 3E | 2E |
| Octal | 277 | 55 | 266 | 0 | 114 | 5 | 31 | 460 | 76 | 56 |
| Binary | 10111111 | 101101 | 10110110 | 0 | 1001100 | 101 | 11001 | 100110000 | 111110 | 101110 |
Color Harmonies of #BF2DB6
Complementary color
Monochromatic Colors of #BF2DB6
Black with #BF2DB6
Text Example
Text Example
White with #BF2DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2DB6; }
p { color: rgb(191,45,182); }
H1.HeaderClassName
{
color: #BF2DB6;
}
.AnyTagClassName
{
color: #BF2DB6;
}
</style>
background-color css
<style>
a { background-color: #BF2DB6; }
a { background-color: rgb(191,45,182); }
div.DivClassName
{
background-color: #BF2DB6;
}
.BgClassName
{
background-color: #BF2DB6;
}
</style>
border-color css
<style>
span { border-color: #BF2DB6; }
span { border-color: rgb(191,45,182); }
td.TdClassName
{
border-color: #BF2DB6;
}
.TagClassName
{
border-color: #BF2DB6;
}
</style>