Shades of Fuchsia #BF6AC1
Tints of Fuchsia #BF6AC1
RGB
CMYK
RGB Variations
Color information
#BF6AC1 (or 0xBF6AC1) is known color: Fuchsia. HEX triplet: BF, 6A and C1. RGB value is (191,106,193). Sum of RGB (Red+Green+Blue) = 191+106+193=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 106 (41.80% from 255 or 21.63% from 490); Blue value is 193 (75.78% from 255 or 39.39% from 490); Max value from RGB is 193 - color contains mainly: blue. Hex color #BF6AC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6AC1 is #40953E. Grayscale: #8D8D8D. Windows color (decimal): -4232511 or 12675775. OLE color: 12675775.
HSL color Cylindrical-coordinate representation of color #BF6AC1: hue angle of 298.62º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BF6AC1 is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 106 | 193 | - |
| CMYK | 0.01 | 0.45 | 0 | 0.24 |
| HSL | 298.62º | 0.41% | 0.59% | - |
| HSV(B) | 298.62º | 0.45% | 0.76% | - |
| XYZ | 36.27 | 25.23 | 53.41 | - |
| YUV | 141.33 | 157.16 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 106 | 193 | 0.01 | 0.45 | 0 | 0.24 | 298.62 | 0.41 | 0.59 |
| Hex | BF | 6A | C1 | 1 | 2D | 0 | 18 | 12B | 29 | 3B |
| Octal | 277 | 152 | 301 | 1 | 55 | 0 | 30 | 453 | 51 | 73 |
| Binary | 10111111 | 1101010 | 11000001 | 1 | 101101 | 0 | 11000 | 100101011 | 101001 | 111011 |
Color Harmonies of #BF6AC1
Complementary color
Monochromatic Colors of #BF6AC1
Black with #BF6AC1
Text Example
Text Example
White with #BF6AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6AC1; }
p { color: rgb(191,106,193); }
H1.HeaderClassName
{
color: #BF6AC1;
}
.AnyTagClassName
{
color: #BF6AC1;
}
</style>
background-color css
<style>
a { background-color: #BF6AC1; }
a { background-color: rgb(191,106,193); }
div.DivClassName
{
background-color: #BF6AC1;
}
.BgClassName
{
background-color: #BF6AC1;
}
</style>
border-color css
<style>
span { border-color: #BF6AC1; }
span { border-color: rgb(191,106,193); }
td.TdClassName
{
border-color: #BF6AC1;
}
.TagClassName
{
border-color: #BF6AC1;
}
</style>