Shades of Fuchsia #BC65AB
Tints of Fuchsia #BC65AB
RGB
CMYK
RGB Variations
Color information
#BC65AB (or 0xBC65AB) is known color: Fuchsia. HEX triplet: BC, 65 and AB. RGB value is (188,101,171). Sum of RGB (Red+Green+Blue) = 188+101+171=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 101 (39.84% from 255 or 21.96% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 188 - color contains mainly: red. Hex color #BC65AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC65AB is #439A54. Grayscale: #868686. Windows color (decimal): -4430421 or 11232700. OLE color: 11232700.
HSL color Cylindrical-coordinate representation of color #BC65AB: hue angle of 311.72º 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 #BC65AB is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 101 | 171 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.26 |
| HSL | 311.72º | 0.39% | 0.57% | - |
| HSV(B) | 311.72º | 0.46% | 0.74% | - |
| XYZ | 32.74 | 22.94 | 41.23 | - |
| YUV | 134.99 | 148.32 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 101 | 171 | 0 | 0.46 | 0.09 | 0.26 | 311.72 | 0.39 | 0.57 |
| Hex | BC | 65 | AB | 0 | 2E | 9 | 1A | 138 | 27 | 39 |
| Octal | 274 | 145 | 253 | 0 | 56 | 11 | 32 | 470 | 47 | 71 |
| Binary | 10111100 | 1100101 | 10101011 | 0 | 101110 | 1001 | 11010 | 100111000 | 100111 | 111001 |
Color Harmonies of #BC65AB
Complementary color
Monochromatic Colors of #BC65AB
Black with #BC65AB
Text Example
Text Example
White with #BC65AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC65AB; }
p { color: rgb(188,101,171); }
H1.HeaderClassName
{
color: #BC65AB;
}
.AnyTagClassName
{
color: #BC65AB;
}
</style>
background-color css
<style>
a { background-color: #BC65AB; }
a { background-color: rgb(188,101,171); }
div.DivClassName
{
background-color: #BC65AB;
}
.BgClassName
{
background-color: #BC65AB;
}
</style>
border-color css
<style>
span { border-color: #BC65AB; }
span { border-color: rgb(188,101,171); }
td.TdClassName
{
border-color: #BC65AB;
}
.TagClassName
{
border-color: #BC65AB;
}
</style>