Shades of Fuchsia #BF2BB0
Tints of Fuchsia #BF2BB0
RGB
CMYK
RGB Variations
Color information
#BF2BB0 (or 0xBF2BB0) is known color: Fuchsia. HEX triplet: BF, 2B and B0. RGB value is (191,43,176). Sum of RGB (Red+Green+Blue) = 191+43+176=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 43 (17.19% from 255 or 10.49% from 410); Blue value is 176 (69.14% from 255 or 42.93% from 410); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2BB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2BB0 is #40D44F. Grayscale: #666666. Windows color (decimal): -4248656 or 11545535. OLE color: 11545535.
HSL color Cylindrical-coordinate representation of color #BF2BB0: hue angle of 306.08º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF2BB0 is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 43 | 176 | - |
| CMYK | 0 | 0.77 | 0.08 | 0.25 |
| HSL | 306.08º | 0.63% | 0.46% | - |
| HSV(B) | 306.08º | 0.77% | 0.75% | - |
| XYZ | 30.19 | 15.94 | 42.56 | - |
| YUV | 102.41 | 169.53 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 43 | 176 | 0 | 0.77 | 0.08 | 0.25 | 306.08 | 0.63 | 0.46 |
| Hex | BF | 2B | B0 | 0 | 4D | 8 | 19 | 132 | 3F | 2E |
| Octal | 277 | 53 | 260 | 0 | 115 | 10 | 31 | 462 | 77 | 56 |
| Binary | 10111111 | 101011 | 10110000 | 0 | 1001101 | 1000 | 11001 | 100110010 | 111111 | 101110 |
Color Harmonies of #BF2BB0
Complementary color
Monochromatic Colors of #BF2BB0
Black with #BF2BB0
Text Example
Text Example
White with #BF2BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2BB0; }
p { color: rgb(191,43,176); }
H1.HeaderClassName
{
color: #BF2BB0;
}
.AnyTagClassName
{
color: #BF2BB0;
}
</style>
background-color css
<style>
a { background-color: #BF2BB0; }
a { background-color: rgb(191,43,176); }
div.DivClassName
{
background-color: #BF2BB0;
}
.BgClassName
{
background-color: #BF2BB0;
}
</style>
border-color css
<style>
span { border-color: #BF2BB0; }
span { border-color: rgb(191,43,176); }
td.TdClassName
{
border-color: #BF2BB0;
}
.TagClassName
{
border-color: #BF2BB0;
}
</style>