Shades of Fuchsia #BC40AF
Tints of Fuchsia #BC40AF
RGB
CMYK
RGB Variations
Color information
#BC40AF (or 0xBC40AF) is known color: Fuchsia. HEX triplet: BC, 40 and AF. RGB value is (188,64,175). Sum of RGB (Red+Green+Blue) = 188+64+175=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 64 (25.39% from 255 or 14.99% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC40AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC40AF is #43BF50. Grayscale: #717171. Windows color (decimal): -4439889 or 11485372. OLE color: 11485372.
HSL color Cylindrical-coordinate representation of color #BC40AF: hue angle of 306.29º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC40AF is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 175 | - |
| CMYK | 0 | 0.66 | 0.07 | 0.26 |
| HSL | 306.29º | 0.49% | 0.49% | - |
| HSV(B) | 306.29º | 0.66% | 0.74% | - |
| XYZ | 30.31 | 17.45 | 42.33 | - |
| YUV | 113.73 | 162.58 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 175 | 0 | 0.66 | 0.07 | 0.26 | 306.29 | 0.49 | 0.49 |
| Hex | BC | 40 | AF | 0 | 42 | 7 | 1A | 132 | 31 | 31 |
| Octal | 274 | 100 | 257 | 0 | 102 | 7 | 32 | 462 | 61 | 61 |
| Binary | 10111100 | 1000000 | 10101111 | 0 | 1000010 | 111 | 11010 | 100110010 | 110001 | 110001 |
Color Harmonies of #BC40AF
Complementary color
Monochromatic Colors of #BC40AF
Black with #BC40AF
Text Example
Text Example
White with #BC40AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC40AF; }
p { color: rgb(188,64,175); }
H1.HeaderClassName
{
color: #BC40AF;
}
.AnyTagClassName
{
color: #BC40AF;
}
</style>
background-color css
<style>
a { background-color: #BC40AF; }
a { background-color: rgb(188,64,175); }
div.DivClassName
{
background-color: #BC40AF;
}
.BgClassName
{
background-color: #BC40AF;
}
</style>
border-color css
<style>
span { border-color: #BC40AF; }
span { border-color: rgb(188,64,175); }
td.TdClassName
{
border-color: #BC40AF;
}
.TagClassName
{
border-color: #BC40AF;
}
</style>