Shades of Fuchsia #BC6FB1
Tints of Fuchsia #BC6FB1
RGB
CMYK
RGB Variations
Color information
#BC6FB1 (or 0xBC6FB1) is known color: Fuchsia. HEX triplet: BC, 6F and B1. RGB value is (188,111,177). Sum of RGB (Red+Green+Blue) = 188+111+177=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 111 (43.75% from 255 or 23.32% from 476); Blue value is 177 (69.53% from 255 or 37.18% from 476); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6FB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6FB1 is #43904E. Grayscale: #8D8D8D. Windows color (decimal): -4427855 or 11628476. OLE color: 11628476.
HSL color Cylindrical-coordinate representation of color #BC6FB1: hue angle of 308.57º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC6FB1 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 111 | 177 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.26 |
| HSL | 308.57º | 0.36% | 0.59% | - |
| HSV(B) | 308.57º | 0.41% | 0.74% | - |
| XYZ | 34.36 | 25.23 | 44.65 | - |
| YUV | 141.55 | 148.01 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 111 | 177 | 0 | 0.41 | 0.06 | 0.26 | 308.57 | 0.36 | 0.59 |
| Hex | BC | 6F | B1 | 0 | 29 | 6 | 1A | 135 | 24 | 3B |
| Octal | 274 | 157 | 261 | 0 | 51 | 6 | 32 | 465 | 44 | 73 |
| Binary | 10111100 | 1101111 | 10110001 | 0 | 101001 | 110 | 11010 | 100110101 | 100100 | 111011 |
Color Harmonies of #BC6FB1
Complementary color
Monochromatic Colors of #BC6FB1
Black with #BC6FB1
Text Example
Text Example
White with #BC6FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6FB1; }
p { color: rgb(188,111,177); }
H1.HeaderClassName
{
color: #BC6FB1;
}
.AnyTagClassName
{
color: #BC6FB1;
}
</style>
background-color css
<style>
a { background-color: #BC6FB1; }
a { background-color: rgb(188,111,177); }
div.DivClassName
{
background-color: #BC6FB1;
}
.BgClassName
{
background-color: #BC6FB1;
}
</style>
border-color css
<style>
span { border-color: #BC6FB1; }
span { border-color: rgb(188,111,177); }
td.TdClassName
{
border-color: #BC6FB1;
}
.TagClassName
{
border-color: #BC6FB1;
}
</style>