Shades of Fuchsia #BC5BAF
Tints of Fuchsia #BC5BAF
RGB
CMYK
RGB Variations
Color information
#BC5BAF (or 0xBC5BAF) is known color: Fuchsia. HEX triplet: BC, 5B and AF. RGB value is (188,91,175). Sum of RGB (Red+Green+Blue) = 188+91+175=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 91 (35.94% from 255 or 20.04% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5BAF is #43A450. Grayscale: #818181. Windows color (decimal): -4432977 or 11492284. OLE color: 11492284.
HSL color Cylindrical-coordinate representation of color #BC5BAF: hue angle of 308.04º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC5BAF is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 91 | 175 | - |
| CMYK | 0 | 0.52 | 0.07 | 0.26 |
| HSL | 308.04º | 0.42% | 0.55% | - |
| HSV(B) | 308.04º | 0.52% | 0.74% | - |
| XYZ | 32.22 | 21.27 | 42.96 | - |
| YUV | 129.58 | 153.64 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 91 | 175 | 0 | 0.52 | 0.07 | 0.26 | 308.04 | 0.42 | 0.55 |
| Hex | BC | 5B | AF | 0 | 34 | 7 | 1A | 134 | 2A | 37 |
| Octal | 274 | 133 | 257 | 0 | 64 | 7 | 32 | 464 | 52 | 67 |
| Binary | 10111100 | 1011011 | 10101111 | 0 | 110100 | 111 | 11010 | 100110100 | 101010 | 110111 |
Color Harmonies of #BC5BAF
Complementary color
Monochromatic Colors of #BC5BAF
Black with #BC5BAF
Text Example
Text Example
White with #BC5BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5BAF; }
p { color: rgb(188,91,175); }
H1.HeaderClassName
{
color: #BC5BAF;
}
.AnyTagClassName
{
color: #BC5BAF;
}
</style>
background-color css
<style>
a { background-color: #BC5BAF; }
a { background-color: rgb(188,91,175); }
div.DivClassName
{
background-color: #BC5BAF;
}
.BgClassName
{
background-color: #BC5BAF;
}
</style>
border-color css
<style>
span { border-color: #BC5BAF; }
span { border-color: rgb(188,91,175); }
td.TdClassName
{
border-color: #BC5BAF;
}
.TagClassName
{
border-color: #BC5BAF;
}
</style>