Shades of Fuchsia #BC5CAF
Tints of Fuchsia #BC5CAF
RGB
CMYK
RGB Variations
Color information
#BC5CAF (or 0xBC5CAF) is known color: Fuchsia. HEX triplet: BC, 5C and AF. RGB value is (188,92,175). Sum of RGB (Red+Green+Blue) = 188+92+175=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 92 (36.33% from 255 or 20.22% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5CAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5CAF is #43A350. Grayscale: #818181. Windows color (decimal): -4432721 or 11492540. OLE color: 11492540.
HSL color Cylindrical-coordinate representation of color #BC5CAF: hue angle of 308.12º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC5CAF is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 92 | 175 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.26 |
| HSL | 308.13º | 0.42% | 0.55% | - |
| HSV(B) | 308.13º | 0.51% | 0.74% | - |
| XYZ | 32.3 | 21.44 | 42.99 | - |
| YUV | 130.17 | 153.3 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 92 | 175 | 0 | 0.51 | 0.07 | 0.26 | 308.13 | 0.42 | 0.55 |
| Hex | BC | 5C | AF | 0 | 33 | 7 | 1A | 134 | 2A | 37 |
| Octal | 274 | 134 | 257 | 0 | 63 | 7 | 32 | 464 | 52 | 67 |
| Binary | 10111100 | 1011100 | 10101111 | 0 | 110011 | 111 | 11010 | 100110100 | 101010 | 110111 |
Color Harmonies of #BC5CAF
Complementary color
Monochromatic Colors of #BC5CAF
Black with #BC5CAF
Text Example
Text Example
White with #BC5CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5CAF; }
p { color: rgb(188,92,175); }
H1.HeaderClassName
{
color: #BC5CAF;
}
.AnyTagClassName
{
color: #BC5CAF;
}
</style>
background-color css
<style>
a { background-color: #BC5CAF; }
a { background-color: rgb(188,92,175); }
div.DivClassName
{
background-color: #BC5CAF;
}
.BgClassName
{
background-color: #BC5CAF;
}
</style>
border-color css
<style>
span { border-color: #BC5CAF; }
span { border-color: rgb(188,92,175); }
td.TdClassName
{
border-color: #BC5CAF;
}
.TagClassName
{
border-color: #BC5CAF;
}
</style>