Shades of Fuchsia #BC60AB
Tints of Fuchsia #BC60AB
RGB
CMYK
RGB Variations
Color information
#BC60AB (or 0xBC60AB) is known color: Fuchsia. HEX triplet: BC, 60 and AB. RGB value is (188,96,171). Sum of RGB (Red+Green+Blue) = 188+96+171=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 96 (37.89% from 255 or 21.10% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BC60AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC60AB is #439F54. Grayscale: #838383. Windows color (decimal): -4431701 or 11231420. OLE color: 11231420.
HSL color Cylindrical-coordinate representation of color #BC60AB: hue angle of 311.09º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC60AB is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 96 | 171 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.26 |
| HSL | 311.09º | 0.41% | 0.56% | - |
| HSV(B) | 311.09º | 0.49% | 0.74% | - |
| XYZ | 32.27 | 22 | 41.07 | - |
| YUV | 132.06 | 149.98 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 96 | 171 | 0 | 0.49 | 0.09 | 0.26 | 311.09 | 0.41 | 0.56 |
| Hex | BC | 60 | AB | 0 | 31 | 9 | 1A | 137 | 29 | 38 |
| Octal | 274 | 140 | 253 | 0 | 61 | 11 | 32 | 467 | 51 | 70 |
| Binary | 10111100 | 1100000 | 10101011 | 0 | 110001 | 1001 | 11010 | 100110111 | 101001 | 111000 |
Color Harmonies of #BC60AB
Complementary color
Monochromatic Colors of #BC60AB
Black with #BC60AB
Text Example
Text Example
White with #BC60AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC60AB; }
p { color: rgb(188,96,171); }
H1.HeaderClassName
{
color: #BC60AB;
}
.AnyTagClassName
{
color: #BC60AB;
}
</style>
background-color css
<style>
a { background-color: #BC60AB; }
a { background-color: rgb(188,96,171); }
div.DivClassName
{
background-color: #BC60AB;
}
.BgClassName
{
background-color: #BC60AB;
}
</style>
border-color css
<style>
span { border-color: #BC60AB; }
span { border-color: rgb(188,96,171); }
td.TdClassName
{
border-color: #BC60AB;
}
.TagClassName
{
border-color: #BC60AB;
}
</style>