Shades of Fuchsia #BC65AD
Tints of Fuchsia #BC65AD
RGB
CMYK
RGB Variations
Color information
#BC65AD (or 0xBC65AD) is known color: Fuchsia. HEX triplet: BC, 65 and AD. RGB value is (188,101,173). Sum of RGB (Red+Green+Blue) = 188+101+173=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 101 (39.84% from 255 or 21.86% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 188 - color contains mainly: red. Hex color #BC65AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC65AD is #439A52. Grayscale: #878787. Windows color (decimal): -4430419 or 11363772. OLE color: 11363772.
HSL color Cylindrical-coordinate representation of color #BC65AD: hue angle of 310.34º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC65AD is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 101 | 173 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.26 |
| HSL | 310.34º | 0.39% | 0.57% | - |
| HSV(B) | 310.34º | 0.46% | 0.74% | - |
| XYZ | 32.94 | 23.02 | 42.24 | - |
| YUV | 135.22 | 149.32 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 101 | 173 | 0 | 0.46 | 0.08 | 0.26 | 310.34 | 0.39 | 0.57 |
| Hex | BC | 65 | AD | 0 | 2E | 8 | 1A | 136 | 27 | 39 |
| Octal | 274 | 145 | 255 | 0 | 56 | 10 | 32 | 466 | 47 | 71 |
| Binary | 10111100 | 1100101 | 10101101 | 0 | 101110 | 1000 | 11010 | 100110110 | 100111 | 111001 |
Color Harmonies of #BC65AD
Complementary color
Monochromatic Colors of #BC65AD
Black with #BC65AD
Text Example
Text Example
White with #BC65AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC65AD; }
p { color: rgb(188,101,173); }
H1.HeaderClassName
{
color: #BC65AD;
}
.AnyTagClassName
{
color: #BC65AD;
}
</style>
background-color css
<style>
a { background-color: #BC65AD; }
a { background-color: rgb(188,101,173); }
div.DivClassName
{
background-color: #BC65AD;
}
.BgClassName
{
background-color: #BC65AD;
}
</style>
border-color css
<style>
span { border-color: #BC65AD; }
span { border-color: rgb(188,101,173); }
td.TdClassName
{
border-color: #BC65AD;
}
.TagClassName
{
border-color: #BC65AD;
}
</style>