Shades of Fuchsia #BF4AB9
Tints of Fuchsia #BF4AB9
RGB
CMYK
RGB Variations
Color information
#BF4AB9 (or 0xBF4AB9) is known color: Fuchsia. HEX triplet: BF, 4A and B9. RGB value is (191,74,185). Sum of RGB (Red+Green+Blue) = 191+74+185=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 74 (29.30% from 255 or 16.44% from 450); Blue value is 185 (72.66% from 255 or 41.11% from 450); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF4AB9 is #40B546. Grayscale: #797979. Windows color (decimal): -4240711 or 12143295. OLE color: 12143295.
HSL color Cylindrical-coordinate representation of color #BF4AB9: hue angle of 303.08º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF4AB9 is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 74 | 185 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.25 |
| HSL | 303.08º | 0.48% | 0.52% | - |
| HSV(B) | 303.08º | 0.61% | 0.75% | - |
| XYZ | 32.69 | 19.48 | 47.94 | - |
| YUV | 121.64 | 163.76 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 74 | 185 | 0 | 0.61 | 0.03 | 0.25 | 303.08 | 0.48 | 0.52 |
| Hex | BF | 4A | B9 | 0 | 3D | 3 | 19 | 12F | 30 | 34 |
| Octal | 277 | 112 | 271 | 0 | 75 | 3 | 31 | 457 | 60 | 64 |
| Binary | 10111111 | 1001010 | 10111001 | 0 | 111101 | 11 | 11001 | 100101111 | 110000 | 110100 |
Color Harmonies of #BF4AB9
Complementary color
Monochromatic Colors of #BF4AB9
Black with #BF4AB9
Text Example
Text Example
White with #BF4AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4AB9; }
p { color: rgb(191,74,185); }
H1.HeaderClassName
{
color: #BF4AB9;
}
.AnyTagClassName
{
color: #BF4AB9;
}
</style>
background-color css
<style>
a { background-color: #BF4AB9; }
a { background-color: rgb(191,74,185); }
div.DivClassName
{
background-color: #BF4AB9;
}
.BgClassName
{
background-color: #BF4AB9;
}
</style>
border-color css
<style>
span { border-color: #BF4AB9; }
span { border-color: rgb(191,74,185); }
td.TdClassName
{
border-color: #BF4AB9;
}
.TagClassName
{
border-color: #BF4AB9;
}
</style>