Shades of Fuchsia #BC60A7
Tints of Fuchsia #BC60A7
RGB
CMYK
RGB Variations
Color information
#BC60A7 (or 0xBC60A7) is known color: Fuchsia. HEX triplet: BC, 60 and A7. RGB value is (188,96,167). Sum of RGB (Red+Green+Blue) = 188+96+167=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 96 (37.89% from 255 or 21.29% from 451); Blue value is 167 (65.62% from 255 or 37.03% from 451); Max value from RGB is 188 - color contains mainly: red. Hex color #BC60A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC60A7 is #439F58. Grayscale: #838383. Windows color (decimal): -4431705 or 10969276. OLE color: 10969276.
HSL color Cylindrical-coordinate representation of color #BC60A7: hue angle of 313.7º 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 #BC60A7 is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 96 | 167 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.26 |
| HSL | 313.7º | 0.41% | 0.56% | - |
| HSV(B) | 313.7º | 0.49% | 0.74% | - |
| XYZ | 31.9 | 21.85 | 39.09 | - |
| YUV | 131.6 | 147.98 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 96 | 167 | 0 | 0.49 | 0.11 | 0.26 | 313.7 | 0.41 | 0.56 |
| Hex | BC | 60 | A7 | 0 | 31 | B | 1A | 13A | 29 | 38 |
| Octal | 274 | 140 | 247 | 0 | 61 | 13 | 32 | 472 | 51 | 70 |
| Binary | 10111100 | 1100000 | 10100111 | 0 | 110001 | 1011 | 11010 | 100111010 | 101001 | 111000 |
Color Harmonies of #BC60A7
Complementary color
Monochromatic Colors of #BC60A7
Black with #BC60A7
Text Example
Text Example
White with #BC60A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC60A7; }
p { color: rgb(188,96,167); }
H1.HeaderClassName
{
color: #BC60A7;
}
.AnyTagClassName
{
color: #BC60A7;
}
</style>
background-color css
<style>
a { background-color: #BC60A7; }
a { background-color: rgb(188,96,167); }
div.DivClassName
{
background-color: #BC60A7;
}
.BgClassName
{
background-color: #BC60A7;
}
</style>
border-color css
<style>
span { border-color: #BC60A7; }
span { border-color: rgb(188,96,167); }
td.TdClassName
{
border-color: #BC60A7;
}
.TagClassName
{
border-color: #BC60A7;
}
</style>