Shades of Fuchsia #BC70AF
Tints of Fuchsia #BC70AF
RGB
CMYK
RGB Variations
Color information
#BC70AF (or 0xBC70AF) is known color: Fuchsia. HEX triplet: BC, 70 and AF. RGB value is (188,112,175). Sum of RGB (Red+Green+Blue) = 188+112+175=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 112 (44.14% from 255 or 23.58% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BC70AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC70AF is #438F50. Grayscale: #8D8D8D. Windows color (decimal): -4427601 or 11497660. OLE color: 11497660.
HSL color Cylindrical-coordinate representation of color #BC70AF: hue angle of 310.26º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC70AF is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 112 | 175 | - |
| CMYK | 0 | 0.40 | 0.07 | 0.26 |
| HSL | 310.26º | 0.36% | 0.59% | - |
| HSV(B) | 310.26º | 0.4% | 0.74% | - |
| XYZ | 34.27 | 25.37 | 43.65 | - |
| YUV | 141.91 | 146.68 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 112 | 175 | 0 | 0.40 | 0.07 | 0.26 | 310.26 | 0.36 | 0.59 |
| Hex | BC | 70 | AF | 0 | 28 | 7 | 1A | 136 | 24 | 3B |
| Octal | 274 | 160 | 257 | 0 | 50 | 7 | 32 | 466 | 44 | 73 |
| Binary | 10111100 | 1110000 | 10101111 | 0 | 101000 | 111 | 11010 | 100110110 | 100100 | 111011 |
Color Harmonies of #BC70AF
Complementary color
Monochromatic Colors of #BC70AF
Black with #BC70AF
Text Example
Text Example
White with #BC70AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC70AF; }
p { color: rgb(188,112,175); }
H1.HeaderClassName
{
color: #BC70AF;
}
.AnyTagClassName
{
color: #BC70AF;
}
</style>
background-color css
<style>
a { background-color: #BC70AF; }
a { background-color: rgb(188,112,175); }
div.DivClassName
{
background-color: #BC70AF;
}
.BgClassName
{
background-color: #BC70AF;
}
</style>
border-color css
<style>
span { border-color: #BC70AF; }
span { border-color: rgb(188,112,175); }
td.TdClassName
{
border-color: #BC70AF;
}
.TagClassName
{
border-color: #BC70AF;
}
</style>