Shades of Fuchsia #BF5BC1
Tints of Fuchsia #BF5BC1
RGB
CMYK
RGB Variations
Color information
#BF5BC1 (or 0xBF5BC1) is known color: Fuchsia. HEX triplet: BF, 5B and C1. RGB value is (191,91,193). Sum of RGB (Red+Green+Blue) = 191+91+193=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 91 (35.94% from 255 or 19.16% from 475); Blue value is 193 (75.78% from 255 or 40.63% from 475); Max value from RGB is 193 - color contains mainly: blue. Hex color #BF5BC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5BC1 is #40A43E. Grayscale: #848484. Windows color (decimal): -4236351 or 12671935. OLE color: 12671935.
HSL color Cylindrical-coordinate representation of color #BF5BC1: hue angle of 298.82º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF5BC1 is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 91 | 193 | - |
| CMYK | 0.01 | 0.53 | 0 | 0.24 |
| HSL | 298.82º | 0.45% | 0.56% | - |
| HSV(B) | 298.82º | 0.53% | 0.76% | - |
| XYZ | 34.85 | 22.41 | 52.94 | - |
| YUV | 132.53 | 162.13 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 91 | 193 | 0.01 | 0.53 | 0 | 0.24 | 298.82 | 0.45 | 0.56 |
| Hex | BF | 5B | C1 | 1 | 35 | 0 | 18 | 12B | 2D | 38 |
| Octal | 277 | 133 | 301 | 1 | 65 | 0 | 30 | 453 | 55 | 70 |
| Binary | 10111111 | 1011011 | 11000001 | 1 | 110101 | 0 | 11000 | 100101011 | 101101 | 111000 |
Color Harmonies of #BF5BC1
Complementary color
Monochromatic Colors of #BF5BC1
Black with #BF5BC1
Text Example
Text Example
White with #BF5BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5BC1; }
p { color: rgb(191,91,193); }
H1.HeaderClassName
{
color: #BF5BC1;
}
.AnyTagClassName
{
color: #BF5BC1;
}
</style>
background-color css
<style>
a { background-color: #BF5BC1; }
a { background-color: rgb(191,91,193); }
div.DivClassName
{
background-color: #BF5BC1;
}
.BgClassName
{
background-color: #BF5BC1;
}
</style>
border-color css
<style>
span { border-color: #BF5BC1; }
span { border-color: rgb(191,91,193); }
td.TdClassName
{
border-color: #BF5BC1;
}
.TagClassName
{
border-color: #BF5BC1;
}
</style>