Shades of Fuchsia #BF5BB9
Tints of Fuchsia #BF5BB9
RGB
CMYK
RGB Variations
Color information
#BF5BB9 (or 0xBF5BB9) is known color: Fuchsia. HEX triplet: BF, 5B and B9. RGB value is (191,91,185). Sum of RGB (Red+Green+Blue) = 191+91+185=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 91 (35.94% from 255 or 19.49% from 467); Blue value is 185 (72.66% from 255 or 39.61% from 467); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5BB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5BB9 is #40A446. Grayscale: #838383. Windows color (decimal): -4236359 or 12147647. OLE color: 12147647.
HSL color Cylindrical-coordinate representation of color #BF5BB9: hue angle of 303.6º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF5BB9 is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 91 | 185 | - |
| CMYK | 0 | 0.52 | 0.03 | 0.25 |
| HSL | 303.6º | 0.44% | 0.55% | - |
| HSV(B) | 303.6º | 0.52% | 0.75% | - |
| XYZ | 33.98 | 22.06 | 48.37 | - |
| YUV | 131.62 | 158.13 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 91 | 185 | 0 | 0.52 | 0.03 | 0.25 | 303.6 | 0.44 | 0.55 |
| Hex | BF | 5B | B9 | 0 | 34 | 3 | 19 | 130 | 2C | 37 |
| Octal | 277 | 133 | 271 | 0 | 64 | 3 | 31 | 460 | 54 | 67 |
| Binary | 10111111 | 1011011 | 10111001 | 0 | 110100 | 11 | 11001 | 100110000 | 101100 | 110111 |
Color Harmonies of #BF5BB9
Complementary color
Monochromatic Colors of #BF5BB9
Black with #BF5BB9
Text Example
Text Example
White with #BF5BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5BB9; }
p { color: rgb(191,91,185); }
H1.HeaderClassName
{
color: #BF5BB9;
}
.AnyTagClassName
{
color: #BF5BB9;
}
</style>
background-color css
<style>
a { background-color: #BF5BB9; }
a { background-color: rgb(191,91,185); }
div.DivClassName
{
background-color: #BF5BB9;
}
.BgClassName
{
background-color: #BF5BB9;
}
</style>
border-color css
<style>
span { border-color: #BF5BB9; }
span { border-color: rgb(191,91,185); }
td.TdClassName
{
border-color: #BF5BB9;
}
.TagClassName
{
border-color: #BF5BB9;
}
</style>