Shades of Fuchsia #BC63AF
Tints of Fuchsia #BC63AF
RGB
CMYK
RGB Variations
Color information
#BC63AF (or 0xBC63AF) is known color: Fuchsia. HEX triplet: BC, 63 and AF. RGB value is (188,99,175). Sum of RGB (Red+Green+Blue) = 188+99+175=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 99 (39.06% from 255 or 21.43% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 188 - color contains mainly: red. Hex color #BC63AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC63AF is #439C50. Grayscale: #868686. Windows color (decimal): -4430929 or 11494332. OLE color: 11494332.
HSL color Cylindrical-coordinate representation of color #BC63AF: hue angle of 308.76º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC63AF is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 99 | 175 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.26 |
| HSL | 308.76º | 0.4% | 0.56% | - |
| HSV(B) | 308.76º | 0.47% | 0.74% | - |
| XYZ | 32.94 | 22.71 | 43.2 | - |
| YUV | 134.28 | 150.99 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 99 | 175 | 0 | 0.47 | 0.07 | 0.26 | 308.76 | 0.4 | 0.56 |
| Hex | BC | 63 | AF | 0 | 2F | 7 | 1A | 135 | 28 | 38 |
| Octal | 274 | 143 | 257 | 0 | 57 | 7 | 32 | 465 | 50 | 70 |
| Binary | 10111100 | 1100011 | 10101111 | 0 | 101111 | 111 | 11010 | 100110101 | 101000 | 111000 |
Color Harmonies of #BC63AF
Complementary color
Monochromatic Colors of #BC63AF
Black with #BC63AF
Text Example
Text Example
White with #BC63AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC63AF; }
p { color: rgb(188,99,175); }
H1.HeaderClassName
{
color: #BC63AF;
}
.AnyTagClassName
{
color: #BC63AF;
}
</style>
background-color css
<style>
a { background-color: #BC63AF; }
a { background-color: rgb(188,99,175); }
div.DivClassName
{
background-color: #BC63AF;
}
.BgClassName
{
background-color: #BC63AF;
}
</style>
border-color css
<style>
span { border-color: #BC63AF; }
span { border-color: rgb(188,99,175); }
td.TdClassName
{
border-color: #BC63AF;
}
.TagClassName
{
border-color: #BC63AF;
}
</style>