Shades of Fuchsia #BC41AD
Tints of Fuchsia #BC41AD
RGB
CMYK
RGB Variations
Color information
#BC41AD (or 0xBC41AD) is known color: Fuchsia. HEX triplet: BC, 41 and AD. RGB value is (188,65,173). Sum of RGB (Red+Green+Blue) = 188+65+173=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 65 (25.78% from 255 or 15.26% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC41AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC41AD is #43BE52. Grayscale: #717171. Windows color (decimal): -4439635 or 11354556. OLE color: 11354556.
HSL color Cylindrical-coordinate representation of color #BC41AD: hue angle of 307.32º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC41AD is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 65 | 173 | - |
| CMYK | 0 | 0.65 | 0.08 | 0.26 |
| HSL | 307.32º | 0.49% | 0.5% | - |
| HSV(B) | 307.32º | 0.65% | 0.74% | - |
| XYZ | 30.17 | 17.49 | 41.32 | - |
| YUV | 114.09 | 161.25 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 173 | 0 | 0.65 | 0.08 | 0.26 | 307.32 | 0.49 | 0.5 |
| Hex | BC | 41 | AD | 0 | 41 | 8 | 1A | 133 | 31 | 32 |
| Octal | 274 | 101 | 255 | 0 | 101 | 10 | 32 | 463 | 61 | 62 |
| Binary | 10111100 | 1000001 | 10101101 | 0 | 1000001 | 1000 | 11010 | 100110011 | 110001 | 110010 |
Color Harmonies of #BC41AD
Complementary color
Monochromatic Colors of #BC41AD
Black with #BC41AD
Text Example
Text Example
White with #BC41AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC41AD; }
p { color: rgb(188,65,173); }
H1.HeaderClassName
{
color: #BC41AD;
}
.AnyTagClassName
{
color: #BC41AD;
}
</style>
background-color css
<style>
a { background-color: #BC41AD; }
a { background-color: rgb(188,65,173); }
div.DivClassName
{
background-color: #BC41AD;
}
.BgClassName
{
background-color: #BC41AD;
}
</style>
border-color css
<style>
span { border-color: #BC41AD; }
span { border-color: rgb(188,65,173); }
td.TdClassName
{
border-color: #BC41AD;
}
.TagClassName
{
border-color: #BC41AD;
}
</style>