Shades of Fuchsia #BC55AF
Tints of Fuchsia #BC55AF
RGB
CMYK
RGB Variations
Color information
#BC55AF (or 0xBC55AF) is known color: Fuchsia. HEX triplet: BC, 55 and AF. RGB value is (188,85,175). Sum of RGB (Red+Green+Blue) = 188+85+175=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 85 (33.59% from 255 or 18.97% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BC55AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC55AF is #43AA50. Grayscale: #7D7D7D. Windows color (decimal): -4434513 or 11490748. OLE color: 11490748.
HSL color Cylindrical-coordinate representation of color #BC55AF: hue angle of 307.57º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC55AF is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 85 | 175 | - |
| CMYK | 0 | 0.55 | 0.07 | 0.26 |
| HSL | 307.57º | 0.43% | 0.54% | - |
| HSV(B) | 307.57º | 0.55% | 0.74% | - |
| XYZ | 31.73 | 20.28 | 42.8 | - |
| YUV | 126.06 | 155.62 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 175 | 0 | 0.55 | 0.07 | 0.26 | 307.57 | 0.43 | 0.54 |
| Hex | BC | 55 | AF | 0 | 37 | 7 | 1A | 134 | 2B | 36 |
| Octal | 274 | 125 | 257 | 0 | 67 | 7 | 32 | 464 | 53 | 66 |
| Binary | 10111100 | 1010101 | 10101111 | 0 | 110111 | 111 | 11010 | 100110100 | 101011 | 110110 |
Color Harmonies of #BC55AF
Complementary color
Monochromatic Colors of #BC55AF
Black with #BC55AF
Text Example
Text Example
White with #BC55AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC55AF; }
p { color: rgb(188,85,175); }
H1.HeaderClassName
{
color: #BC55AF;
}
.AnyTagClassName
{
color: #BC55AF;
}
</style>
background-color css
<style>
a { background-color: #BC55AF; }
a { background-color: rgb(188,85,175); }
div.DivClassName
{
background-color: #BC55AF;
}
.BgClassName
{
background-color: #BC55AF;
}
</style>
border-color css
<style>
span { border-color: #BC55AF; }
span { border-color: rgb(188,85,175); }
td.TdClassName
{
border-color: #BC55AF;
}
.TagClassName
{
border-color: #BC55AF;
}
</style>