Shades of Fuchsia #BC6FBA
Tints of Fuchsia #BC6FBA
RGB
CMYK
RGB Variations
Color information
#BC6FBA (or 0xBC6FBA) is known color: Fuchsia. HEX triplet: BC, 6F and BA. RGB value is (188,111,186). Sum of RGB (Red+Green+Blue) = 188+111+186=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 111 (43.75% from 255 or 22.89% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6FBA is #439045. Grayscale: #8E8E8E. Windows color (decimal): -4427846 or 12218300. OLE color: 12218300.
HSL color Cylindrical-coordinate representation of color #BC6FBA: hue angle of 301.56º 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 #BC6FBA is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 111 | 186 | - |
| CMYK | 0 | 0.41 | 0.01 | 0.26 |
| HSL | 301.56º | 0.36% | 0.59% | - |
| HSV(B) | 301.56º | 0.41% | 0.74% | - |
| XYZ | 35.29 | 25.61 | 49.54 | - |
| YUV | 142.57 | 152.51 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 111 | 186 | 0 | 0.41 | 0.01 | 0.26 | 301.56 | 0.36 | 0.59 |
| Hex | BC | 6F | BA | 0 | 29 | 1 | 1A | 12E | 24 | 3B |
| Octal | 274 | 157 | 272 | 0 | 51 | 1 | 32 | 456 | 44 | 73 |
| Binary | 10111100 | 1101111 | 10111010 | 0 | 101001 | 1 | 11010 | 100101110 | 100100 | 111011 |
Color Harmonies of #BC6FBA
Complementary color
Monochromatic Colors of #BC6FBA
Black with #BC6FBA
Text Example
Text Example
White with #BC6FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6FBA; }
p { color: rgb(188,111,186); }
H1.HeaderClassName
{
color: #BC6FBA;
}
.AnyTagClassName
{
color: #BC6FBA;
}
</style>
background-color css
<style>
a { background-color: #BC6FBA; }
a { background-color: rgb(188,111,186); }
div.DivClassName
{
background-color: #BC6FBA;
}
.BgClassName
{
background-color: #BC6FBA;
}
</style>
border-color css
<style>
span { border-color: #BC6FBA; }
span { border-color: rgb(188,111,186); }
td.TdClassName
{
border-color: #BC6FBA;
}
.TagClassName
{
border-color: #BC6FBA;
}
</style>