Shades of Fuchsia #BF5CAC
Tints of Fuchsia #BF5CAC
RGB
CMYK
RGB Variations
Color information
#BF5CAC (or 0xBF5CAC) is known color: Fuchsia. HEX triplet: BF, 5C and AC. RGB value is (191,92,172). Sum of RGB (Red+Green+Blue) = 191+92+172=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 92 (36.33% from 255 or 20.22% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5CAC is #40A353. Grayscale: #828282. Windows color (decimal): -4236116 or 11295935. OLE color: 11295935.
HSL color Cylindrical-coordinate representation of color #BF5CAC: hue angle of 311.52º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF5CAC is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 92 | 172 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.25 |
| HSL | 311.52º | 0.44% | 0.55% | - |
| HSV(B) | 311.52º | 0.52% | 0.75% | - |
| XYZ | 32.76 | 21.71 | 41.49 | - |
| YUV | 130.72 | 151.3 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 92 | 172 | 0 | 0.52 | 0.10 | 0.25 | 311.52 | 0.44 | 0.55 |
| Hex | BF | 5C | AC | 0 | 34 | A | 19 | 138 | 2C | 37 |
| Octal | 277 | 134 | 254 | 0 | 64 | 12 | 31 | 470 | 54 | 67 |
| Binary | 10111111 | 1011100 | 10101100 | 0 | 110100 | 1010 | 11001 | 100111000 | 101100 | 110111 |
Color Harmonies of #BF5CAC
Complementary color
Monochromatic Colors of #BF5CAC
Black with #BF5CAC
Text Example
Text Example
White with #BF5CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5CAC; }
p { color: rgb(191,92,172); }
H1.HeaderClassName
{
color: #BF5CAC;
}
.AnyTagClassName
{
color: #BF5CAC;
}
</style>
background-color css
<style>
a { background-color: #BF5CAC; }
a { background-color: rgb(191,92,172); }
div.DivClassName
{
background-color: #BF5CAC;
}
.BgClassName
{
background-color: #BF5CAC;
}
</style>
border-color css
<style>
span { border-color: #BF5CAC; }
span { border-color: rgb(191,92,172); }
td.TdClassName
{
border-color: #BF5CAC;
}
.TagClassName
{
border-color: #BF5CAC;
}
</style>