Shades of Fuchsia #BC40AD
Tints of Fuchsia #BC40AD
RGB
CMYK
RGB Variations
Color information
#BC40AD (or 0xBC40AD) is known color: Fuchsia. HEX triplet: BC, 40 and AD. RGB value is (188,64,173). Sum of RGB (Red+Green+Blue) = 188+64+173=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 64 (25.39% from 255 or 15.06% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC40AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC40AD is #43BF52. Grayscale: #717171. Windows color (decimal): -4439891 or 11354300. OLE color: 11354300.
HSL color Cylindrical-coordinate representation of color #BC40AD: hue angle of 307.26º 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 #BC40AD is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 173 | - |
| CMYK | 0 | 0.66 | 0.08 | 0.26 |
| HSL | 307.26º | 0.49% | 0.49% | - |
| HSV(B) | 307.26º | 0.66% | 0.74% | - |
| XYZ | 30.12 | 17.38 | 41.3 | - |
| YUV | 113.5 | 161.58 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 173 | 0 | 0.66 | 0.08 | 0.26 | 307.26 | 0.49 | 0.49 |
| Hex | BC | 40 | AD | 0 | 42 | 8 | 1A | 133 | 31 | 31 |
| Octal | 274 | 100 | 255 | 0 | 102 | 10 | 32 | 463 | 61 | 61 |
| Binary | 10111100 | 1000000 | 10101101 | 0 | 1000010 | 1000 | 11010 | 100110011 | 110001 | 110001 |
Color Harmonies of #BC40AD
Complementary color
Monochromatic Colors of #BC40AD
Black with #BC40AD
Text Example
Text Example
White with #BC40AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC40AD; }
p { color: rgb(188,64,173); }
H1.HeaderClassName
{
color: #BC40AD;
}
.AnyTagClassName
{
color: #BC40AD;
}
</style>
background-color css
<style>
a { background-color: #BC40AD; }
a { background-color: rgb(188,64,173); }
div.DivClassName
{
background-color: #BC40AD;
}
.BgClassName
{
background-color: #BC40AD;
}
</style>
border-color css
<style>
span { border-color: #BC40AD; }
span { border-color: rgb(188,64,173); }
td.TdClassName
{
border-color: #BC40AD;
}
.TagClassName
{
border-color: #BC40AD;
}
</style>