Shades of Fuchsia #BF2AB9
Tints of Fuchsia #BF2AB9
RGB
CMYK
RGB Variations
Color information
#BF2AB9 (or 0xBF2AB9) is known color: Fuchsia. HEX triplet: BF, 2A and B9. RGB value is (191,42,185). Sum of RGB (Red+Green+Blue) = 191+42+185=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 42 (16.80% from 255 or 10.05% from 418); Blue value is 185 (72.66% from 255 or 44.26% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2AB9 is #40D546. Grayscale: #666666. Windows color (decimal): -4248903 or 12135103. OLE color: 12135103.
HSL color Cylindrical-coordinate representation of color #BF2AB9: hue angle of 302.42º 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 #BF2AB9 is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 42 | 185 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.25 |
| HSL | 302.42º | 0.64% | 0.46% | - |
| HSV(B) | 302.42º | 0.78% | 0.75% | - |
| XYZ | 31.07 | 16.24 | 47.4 | - |
| YUV | 102.85 | 174.36 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 42 | 185 | 0 | 0.78 | 0.03 | 0.25 | 302.42 | 0.64 | 0.46 |
| Hex | BF | 2A | B9 | 0 | 4E | 3 | 19 | 12E | 40 | 2E |
| Octal | 277 | 52 | 271 | 0 | 116 | 3 | 31 | 456 | 100 | 56 |
| Binary | 10111111 | 101010 | 10111001 | 0 | 1001110 | 11 | 11001 | 100101110 | 1000000 | 101110 |
Color Harmonies of #BF2AB9
Complementary color
Monochromatic Colors of #BF2AB9
Black with #BF2AB9
Text Example
Text Example
White with #BF2AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2AB9; }
p { color: rgb(191,42,185); }
H1.HeaderClassName
{
color: #BF2AB9;
}
.AnyTagClassName
{
color: #BF2AB9;
}
</style>
background-color css
<style>
a { background-color: #BF2AB9; }
a { background-color: rgb(191,42,185); }
div.DivClassName
{
background-color: #BF2AB9;
}
.BgClassName
{
background-color: #BF2AB9;
}
</style>
border-color css
<style>
span { border-color: #BF2AB9; }
span { border-color: rgb(191,42,185); }
td.TdClassName
{
border-color: #BF2AB9;
}
.TagClassName
{
border-color: #BF2AB9;
}
</style>