Shades of Fuchsia #BC6BB9
Tints of Fuchsia #BC6BB9
RGB
CMYK
RGB Variations
Color information
#BC6BB9 (or 0xBC6BB9) is known color: Fuchsia. HEX triplet: BC, 6B and B9. RGB value is (188,107,185). Sum of RGB (Red+Green+Blue) = 188+107+185=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 107 (42.19% from 255 or 22.29% from 480); Blue value is 185 (72.66% from 255 or 38.54% from 480); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6BB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6BB9 is #439446. Grayscale: #8B8B8B. Windows color (decimal): -4428871 or 12151740. OLE color: 12151740.
HSL color Cylindrical-coordinate representation of color #BC6BB9: hue angle of 302.22º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC6BB9 is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 107 | 185 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.26 |
| HSL | 302.22º | 0.38% | 0.58% | - |
| HSV(B) | 302.22º | 0.43% | 0.74% | - |
| XYZ | 34.75 | 24.71 | 48.84 | - |
| YUV | 140.11 | 153.34 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 107 | 185 | 0 | 0.43 | 0.02 | 0.26 | 302.22 | 0.38 | 0.58 |
| Hex | BC | 6B | B9 | 0 | 2B | 2 | 1A | 12E | 26 | 3A |
| Octal | 274 | 153 | 271 | 0 | 53 | 2 | 32 | 456 | 46 | 72 |
| Binary | 10111100 | 1101011 | 10111001 | 0 | 101011 | 10 | 11010 | 100101110 | 100110 | 111010 |
Color Harmonies of #BC6BB9
Complementary color
Monochromatic Colors of #BC6BB9
Black with #BC6BB9
Text Example
Text Example
White with #BC6BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6BB9; }
p { color: rgb(188,107,185); }
H1.HeaderClassName
{
color: #BC6BB9;
}
.AnyTagClassName
{
color: #BC6BB9;
}
</style>
background-color css
<style>
a { background-color: #BC6BB9; }
a { background-color: rgb(188,107,185); }
div.DivClassName
{
background-color: #BC6BB9;
}
.BgClassName
{
background-color: #BC6BB9;
}
</style>
border-color css
<style>
span { border-color: #BC6BB9; }
span { border-color: rgb(188,107,185); }
td.TdClassName
{
border-color: #BC6BB9;
}
.TagClassName
{
border-color: #BC6BB9;
}
</style>