Shades of Fuchsia #BC60B9
Tints of Fuchsia #BC60B9
RGB
CMYK
RGB Variations
Color information
#BC60B9 (or 0xBC60B9) is known color: Fuchsia. HEX triplet: BC, 60 and B9. RGB value is (188,96,185). Sum of RGB (Red+Green+Blue) = 188+96+185=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 96 (37.89% from 255 or 20.47% from 469); Blue value is 185 (72.66% from 255 or 39.45% from 469); Max value from RGB is 188 - color contains mainly: red. Hex color #BC60B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC60B9 is #439F46. Grayscale: #858585. Windows color (decimal): -4431687 or 12148924. OLE color: 12148924.
HSL color Cylindrical-coordinate representation of color #BC60B9: hue angle of 301.96º 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 #BC60B9 is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 96 | 185 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.26 |
| HSL | 301.96º | 0.41% | 0.56% | - |
| HSV(B) | 301.96º | 0.49% | 0.74% | - |
| XYZ | 33.68 | 22.56 | 48.48 | - |
| YUV | 133.65 | 156.98 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 96 | 185 | 0 | 0.49 | 0.02 | 0.26 | 301.96 | 0.41 | 0.56 |
| Hex | BC | 60 | B9 | 0 | 31 | 2 | 1A | 12E | 29 | 38 |
| Octal | 274 | 140 | 271 | 0 | 61 | 2 | 32 | 456 | 51 | 70 |
| Binary | 10111100 | 1100000 | 10111001 | 0 | 110001 | 10 | 11010 | 100101110 | 101001 | 111000 |
Color Harmonies of #BC60B9
Complementary color
Monochromatic Colors of #BC60B9
Black with #BC60B9
Text Example
Text Example
White with #BC60B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC60B9; }
p { color: rgb(188,96,185); }
H1.HeaderClassName
{
color: #BC60B9;
}
.AnyTagClassName
{
color: #BC60B9;
}
</style>
background-color css
<style>
a { background-color: #BC60B9; }
a { background-color: rgb(188,96,185); }
div.DivClassName
{
background-color: #BC60B9;
}
.BgClassName
{
background-color: #BC60B9;
}
</style>
border-color css
<style>
span { border-color: #BC60B9; }
span { border-color: rgb(188,96,185); }
td.TdClassName
{
border-color: #BC60B9;
}
.TagClassName
{
border-color: #BC60B9;
}
</style>