Shades of Fuchsia #BC6DB3
Tints of Fuchsia #BC6DB3
RGB
CMYK
RGB Variations
Color information
#BC6DB3 (or 0xBC6DB3) is known color: Fuchsia. HEX triplet: BC, 6D and B3. RGB value is (188,109,179). Sum of RGB (Red+Green+Blue) = 188+109+179=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 109 (42.97% from 255 or 22.90% from 476); Blue value is 179 (70.31% from 255 or 37.61% from 476); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6DB3 is #43924C. Grayscale: #8C8C8C. Windows color (decimal): -4428365 or 11759036. OLE color: 11759036.
HSL color Cylindrical-coordinate representation of color #BC6DB3: hue angle of 306.84º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC6DB3 is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 109 | 179 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.26 |
| HSL | 306.84º | 0.37% | 0.58% | - |
| HSV(B) | 306.84º | 0.42% | 0.74% | - |
| XYZ | 34.34 | 24.88 | 45.64 | - |
| YUV | 140.6 | 149.67 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 109 | 179 | 0 | 0.42 | 0.05 | 0.26 | 306.84 | 0.37 | 0.58 |
| Hex | BC | 6D | B3 | 0 | 2A | 5 | 1A | 133 | 25 | 3A |
| Octal | 274 | 155 | 263 | 0 | 52 | 5 | 32 | 463 | 45 | 72 |
| Binary | 10111100 | 1101101 | 10110011 | 0 | 101010 | 101 | 11010 | 100110011 | 100101 | 111010 |
Color Harmonies of #BC6DB3
Complementary color
Monochromatic Colors of #BC6DB3
Black with #BC6DB3
Text Example
Text Example
White with #BC6DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6DB3; }
p { color: rgb(188,109,179); }
H1.HeaderClassName
{
color: #BC6DB3;
}
.AnyTagClassName
{
color: #BC6DB3;
}
</style>
background-color css
<style>
a { background-color: #BC6DB3; }
a { background-color: rgb(188,109,179); }
div.DivClassName
{
background-color: #BC6DB3;
}
.BgClassName
{
background-color: #BC6DB3;
}
</style>
border-color css
<style>
span { border-color: #BC6DB3; }
span { border-color: rgb(188,109,179); }
td.TdClassName
{
border-color: #BC6DB3;
}
.TagClassName
{
border-color: #BC6DB3;
}
</style>