Shades of Fuchsia #BF71B1
Tints of Fuchsia #BF71B1
RGB
CMYK
RGB Variations
Color information
#BF71B1 (or 0xBF71B1) is known color: Fuchsia. HEX triplet: BF, 71 and B1. RGB value is (191,113,177). Sum of RGB (Red+Green+Blue) = 191+113+177=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 113 (44.53% from 255 or 23.49% from 481); Blue value is 177 (69.53% from 255 or 36.80% from 481); Max value from RGB is 191 - color contains mainly: red. Hex color #BF71B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF71B1 is #408E4E. Grayscale: #8F8F8F. Windows color (decimal): -4230735 or 11628991. OLE color: 11628991.
HSL color Cylindrical-coordinate representation of color #BF71B1: hue angle of 310.77º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF71B1 is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 113 | 177 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.25 |
| HSL | 310.77º | 0.38% | 0.6% | - |
| HSV(B) | 310.77º | 0.41% | 0.75% | - |
| XYZ | 35.33 | 26.06 | 44.76 | - |
| YUV | 143.62 | 146.84 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 113 | 177 | 0 | 0.41 | 0.07 | 0.25 | 310.77 | 0.38 | 0.6 |
| Hex | BF | 71 | B1 | 0 | 29 | 7 | 19 | 137 | 26 | 3C |
| Octal | 277 | 161 | 261 | 0 | 51 | 7 | 31 | 467 | 46 | 74 |
| Binary | 10111111 | 1110001 | 10110001 | 0 | 101001 | 111 | 11001 | 100110111 | 100110 | 111100 |
Color Harmonies of #BF71B1
Complementary color
Monochromatic Colors of #BF71B1
Black with #BF71B1
Text Example
Text Example
White with #BF71B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF71B1; }
p { color: rgb(191,113,177); }
H1.HeaderClassName
{
color: #BF71B1;
}
.AnyTagClassName
{
color: #BF71B1;
}
</style>
background-color css
<style>
a { background-color: #BF71B1; }
a { background-color: rgb(191,113,177); }
div.DivClassName
{
background-color: #BF71B1;
}
.BgClassName
{
background-color: #BF71B1;
}
</style>
border-color css
<style>
span { border-color: #BF71B1; }
span { border-color: rgb(191,113,177); }
td.TdClassName
{
border-color: #BF71B1;
}
.TagClassName
{
border-color: #BF71B1;
}
</style>