Shades of Fuchsia #BF61B1
Tints of Fuchsia #BF61B1
RGB
CMYK
RGB Variations
Color information
#BF61B1 (or 0xBF61B1) is known color: Fuchsia. HEX triplet: BF, 61 and B1. RGB value is (191,97,177). Sum of RGB (Red+Green+Blue) = 191+97+177=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 97 (38.28% from 255 or 20.86% from 465); Blue value is 177 (69.53% from 255 or 38.06% from 465); Max value from RGB is 191 - color contains mainly: red. Hex color #BF61B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF61B1 is #409E4E. Grayscale: #868686. Windows color (decimal): -4234831 or 11624895. OLE color: 11624895.
HSL color Cylindrical-coordinate representation of color #BF61B1: hue angle of 308.94º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF61B1 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 97 | 177 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.25 |
| HSL | 308.94º | 0.42% | 0.56% | - |
| HSV(B) | 308.94º | 0.49% | 0.75% | - |
| XYZ | 33.7 | 22.8 | 44.22 | - |
| YUV | 134.23 | 152.14 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 97 | 177 | 0 | 0.49 | 0.07 | 0.25 | 308.94 | 0.42 | 0.56 |
| Hex | BF | 61 | B1 | 0 | 31 | 7 | 19 | 135 | 2A | 38 |
| Octal | 277 | 141 | 261 | 0 | 61 | 7 | 31 | 465 | 52 | 70 |
| Binary | 10111111 | 1100001 | 10110001 | 0 | 110001 | 111 | 11001 | 100110101 | 101010 | 111000 |
Color Harmonies of #BF61B1
Complementary color
Monochromatic Colors of #BF61B1
Black with #BF61B1
Text Example
Text Example
White with #BF61B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF61B1; }
p { color: rgb(191,97,177); }
H1.HeaderClassName
{
color: #BF61B1;
}
.AnyTagClassName
{
color: #BF61B1;
}
</style>
background-color css
<style>
a { background-color: #BF61B1; }
a { background-color: rgb(191,97,177); }
div.DivClassName
{
background-color: #BF61B1;
}
.BgClassName
{
background-color: #BF61B1;
}
</style>
border-color css
<style>
span { border-color: #BF61B1; }
span { border-color: rgb(191,97,177); }
td.TdClassName
{
border-color: #BF61B1;
}
.TagClassName
{
border-color: #BF61B1;
}
</style>