Shades of Fuchsia #BC47AF
Tints of Fuchsia #BC47AF
RGB
CMYK
RGB Variations
Color information
#BC47AF (or 0xBC47AF) is known color: Fuchsia. HEX triplet: BC, 47 and AF. RGB value is (188,71,175). Sum of RGB (Red+Green+Blue) = 188+71+175=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 71 (28.12% from 255 or 16.36% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BC47AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC47AF is #43B850. Grayscale: #757575. Windows color (decimal): -4438097 or 11487164. OLE color: 11487164.
HSL color Cylindrical-coordinate representation of color #BC47AF: hue angle of 306.67º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC47AF is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 71 | 175 | - |
| CMYK | 0 | 0.62 | 0.07 | 0.26 |
| HSL | 306.67º | 0.47% | 0.51% | - |
| HSV(B) | 306.67º | 0.62% | 0.74% | - |
| XYZ | 30.73 | 18.29 | 42.47 | - |
| YUV | 117.84 | 160.26 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 71 | 175 | 0 | 0.62 | 0.07 | 0.26 | 306.67 | 0.47 | 0.51 |
| Hex | BC | 47 | AF | 0 | 3E | 7 | 1A | 133 | 2F | 33 |
| Octal | 274 | 107 | 257 | 0 | 76 | 7 | 32 | 463 | 57 | 63 |
| Binary | 10111100 | 1000111 | 10101111 | 0 | 111110 | 111 | 11010 | 100110011 | 101111 | 110011 |
Color Harmonies of #BC47AF
Complementary color
Monochromatic Colors of #BC47AF
Black with #BC47AF
Text Example
Text Example
White with #BC47AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC47AF; }
p { color: rgb(188,71,175); }
H1.HeaderClassName
{
color: #BC47AF;
}
.AnyTagClassName
{
color: #BC47AF;
}
</style>
background-color css
<style>
a { background-color: #BC47AF; }
a { background-color: rgb(188,71,175); }
div.DivClassName
{
background-color: #BC47AF;
}
.BgClassName
{
background-color: #BC47AF;
}
</style>
border-color css
<style>
span { border-color: #BC47AF; }
span { border-color: rgb(188,71,175); }
td.TdClassName
{
border-color: #BC47AF;
}
.TagClassName
{
border-color: #BC47AF;
}
</style>