Shades of Fuchsia #BF69B1
Tints of Fuchsia #BF69B1
RGB
CMYK
RGB Variations
Color information
#BF69B1 (or 0xBF69B1) is known color: Fuchsia. HEX triplet: BF, 69 and B1. RGB value is (191,105,177). Sum of RGB (Red+Green+Blue) = 191+105+177=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 105 (41.41% from 255 or 22.20% from 473); Blue value is 177 (69.53% from 255 or 37.42% from 473); Max value from RGB is 191 - color contains mainly: red. Hex color #BF69B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF69B1 is #40964E. Grayscale: #8A8A8A. Windows color (decimal): -4232783 or 11626943. OLE color: 11626943.
HSL color Cylindrical-coordinate representation of color #BF69B1: hue angle of 309.77º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BF69B1 is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 105 | 177 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.25 |
| HSL | 309.77º | 0.4% | 0.58% | - |
| HSV(B) | 309.77º | 0.45% | 0.75% | - |
| XYZ | 34.47 | 24.35 | 44.48 | - |
| YUV | 138.92 | 149.49 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 105 | 177 | 0 | 0.45 | 0.07 | 0.25 | 309.77 | 0.4 | 0.58 |
| Hex | BF | 69 | B1 | 0 | 2D | 7 | 19 | 136 | 28 | 3A |
| Octal | 277 | 151 | 261 | 0 | 55 | 7 | 31 | 466 | 50 | 72 |
| Binary | 10111111 | 1101001 | 10110001 | 0 | 101101 | 111 | 11001 | 100110110 | 101000 | 111010 |
Color Harmonies of #BF69B1
Complementary color
Monochromatic Colors of #BF69B1
Black with #BF69B1
Text Example
Text Example
White with #BF69B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF69B1; }
p { color: rgb(191,105,177); }
H1.HeaderClassName
{
color: #BF69B1;
}
.AnyTagClassName
{
color: #BF69B1;
}
</style>
background-color css
<style>
a { background-color: #BF69B1; }
a { background-color: rgb(191,105,177); }
div.DivClassName
{
background-color: #BF69B1;
}
.BgClassName
{
background-color: #BF69B1;
}
</style>
border-color css
<style>
span { border-color: #BF69B1; }
span { border-color: rgb(191,105,177); }
td.TdClassName
{
border-color: #BF69B1;
}
.TagClassName
{
border-color: #BF69B1;
}
</style>