Shades of Fuchsia #BC6AB7
Tints of Fuchsia #BC6AB7
RGB
CMYK
RGB Variations
Color information
#BC6AB7 (or 0xBC6AB7) is known color: Fuchsia. HEX triplet: BC, 6A and B7. RGB value is (188,106,183). Sum of RGB (Red+Green+Blue) = 188+106+183=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 106 (41.80% from 255 or 22.22% from 477); Blue value is 183 (71.88% from 255 or 38.36% from 477); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6AB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6AB7 is #439548. Grayscale: #8B8B8B. Windows color (decimal): -4429129 or 12020412. OLE color: 12020412.
HSL color Cylindrical-coordinate representation of color #BC6AB7: hue angle of 303.66º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC6AB7 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 106 | 183 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.26 |
| HSL | 303.66º | 0.38% | 0.58% | - |
| HSV(B) | 303.66º | 0.44% | 0.74% | - |
| XYZ | 34.44 | 24.42 | 47.7 | - |
| YUV | 139.3 | 152.67 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 106 | 183 | 0 | 0.44 | 0.03 | 0.26 | 303.66 | 0.38 | 0.58 |
| Hex | BC | 6A | B7 | 0 | 2C | 3 | 1A | 130 | 26 | 3A |
| Octal | 274 | 152 | 267 | 0 | 54 | 3 | 32 | 460 | 46 | 72 |
| Binary | 10111100 | 1101010 | 10110111 | 0 | 101100 | 11 | 11010 | 100110000 | 100110 | 111010 |
Color Harmonies of #BC6AB7
Complementary color
Monochromatic Colors of #BC6AB7
Black with #BC6AB7
Text Example
Text Example
White with #BC6AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6AB7; }
p { color: rgb(188,106,183); }
H1.HeaderClassName
{
color: #BC6AB7;
}
.AnyTagClassName
{
color: #BC6AB7;
}
</style>
background-color css
<style>
a { background-color: #BC6AB7; }
a { background-color: rgb(188,106,183); }
div.DivClassName
{
background-color: #BC6AB7;
}
.BgClassName
{
background-color: #BC6AB7;
}
</style>
border-color css
<style>
span { border-color: #BC6AB7; }
span { border-color: rgb(188,106,183); }
td.TdClassName
{
border-color: #BC6AB7;
}
.TagClassName
{
border-color: #BC6AB7;
}
</style>