Shades of Fuchsia #BF6BB9
Tints of Fuchsia #BF6BB9
RGB
CMYK
RGB Variations
Color information
#BF6BB9 (or 0xBF6BB9) is known color: Fuchsia. HEX triplet: BF, 6B and B9. RGB value is (191,107,185). Sum of RGB (Red+Green+Blue) = 191+107+185=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 107 (42.19% from 255 or 22.15% from 483); Blue value is 185 (72.66% from 255 or 38.30% from 483); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6BB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6BB9 is #409446. Grayscale: #8C8C8C. Windows color (decimal): -4232263 or 12151743. OLE color: 12151743.
HSL color Cylindrical-coordinate representation of color #BF6BB9: hue angle of 304.29º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BF6BB9 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 107 | 185 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.25 |
| HSL | 304.29º | 0.4% | 0.58% | - |
| HSV(B) | 304.29º | 0.44% | 0.75% | - |
| XYZ | 35.5 | 25.09 | 48.87 | - |
| YUV | 141.01 | 152.83 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 107 | 185 | 0 | 0.44 | 0.03 | 0.25 | 304.29 | 0.4 | 0.58 |
| Hex | BF | 6B | B9 | 0 | 2C | 3 | 19 | 130 | 28 | 3A |
| Octal | 277 | 153 | 271 | 0 | 54 | 3 | 31 | 460 | 50 | 72 |
| Binary | 10111111 | 1101011 | 10111001 | 0 | 101100 | 11 | 11001 | 100110000 | 101000 | 111010 |
Color Harmonies of #BF6BB9
Complementary color
Monochromatic Colors of #BF6BB9
Black with #BF6BB9
Text Example
Text Example
White with #BF6BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6BB9; }
p { color: rgb(191,107,185); }
H1.HeaderClassName
{
color: #BF6BB9;
}
.AnyTagClassName
{
color: #BF6BB9;
}
</style>
background-color css
<style>
a { background-color: #BF6BB9; }
a { background-color: rgb(191,107,185); }
div.DivClassName
{
background-color: #BF6BB9;
}
.BgClassName
{
background-color: #BF6BB9;
}
</style>
border-color css
<style>
span { border-color: #BF6BB9; }
span { border-color: rgb(191,107,185); }
td.TdClassName
{
border-color: #BF6BB9;
}
.TagClassName
{
border-color: #BF6BB9;
}
</style>