Shades of Fuchsia #BF2AB4
Tints of Fuchsia #BF2AB4
RGB
CMYK
RGB Variations
Color information
#BF2AB4 (or 0xBF2AB4) is known color: Fuchsia. HEX triplet: BF, 2A and B4. RGB value is (191,42,180). Sum of RGB (Red+Green+Blue) = 191+42+180=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 42 (16.80% from 255 or 10.17% from 413); Blue value is 180 (70.70% from 255 or 43.58% from 413); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2AB4 is #40D54B. Grayscale: #656565. Windows color (decimal): -4248908 or 11807423. OLE color: 11807423.
HSL color Cylindrical-coordinate representation of color #BF2AB4: hue angle of 304.43º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BF2AB4 is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 42 | 180 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.25 |
| HSL | 304.43º | 0.64% | 0.46% | - |
| HSV(B) | 304.43º | 0.78% | 0.75% | - |
| XYZ | 30.55 | 16.03 | 44.66 | - |
| YUV | 102.28 | 171.86 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 42 | 180 | 0 | 0.78 | 0.06 | 0.25 | 304.43 | 0.64 | 0.46 |
| Hex | BF | 2A | B4 | 0 | 4E | 6 | 19 | 130 | 40 | 2E |
| Octal | 277 | 52 | 264 | 0 | 116 | 6 | 31 | 460 | 100 | 56 |
| Binary | 10111111 | 101010 | 10110100 | 0 | 1001110 | 110 | 11001 | 100110000 | 1000000 | 101110 |
Color Harmonies of #BF2AB4
Complementary color
Monochromatic Colors of #BF2AB4
Black with #BF2AB4
Text Example
Text Example
White with #BF2AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2AB4; }
p { color: rgb(191,42,180); }
H1.HeaderClassName
{
color: #BF2AB4;
}
.AnyTagClassName
{
color: #BF2AB4;
}
</style>
background-color css
<style>
a { background-color: #BF2AB4; }
a { background-color: rgb(191,42,180); }
div.DivClassName
{
background-color: #BF2AB4;
}
.BgClassName
{
background-color: #BF2AB4;
}
</style>
border-color css
<style>
span { border-color: #BF2AB4; }
span { border-color: rgb(191,42,180); }
td.TdClassName
{
border-color: #BF2AB4;
}
.TagClassName
{
border-color: #BF2AB4;
}
</style>