Shades of Fuchsia #BC6DB2
Tints of Fuchsia #BC6DB2
RGB
CMYK
RGB Variations
Color information
#BC6DB2 (or 0xBC6DB2) is known color: Fuchsia. HEX triplet: BC, 6D and B2. RGB value is (188,109,178). Sum of RGB (Red+Green+Blue) = 188+109+178=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 109 (42.97% from 255 or 22.95% from 475); Blue value is 178 (69.92% from 255 or 37.47% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6DB2 is #43924D. Grayscale: #8C8C8C. Windows color (decimal): -4428366 or 11693500. OLE color: 11693500.
HSL color Cylindrical-coordinate representation of color #BC6DB2: hue angle of 307.59º 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 #BC6DB2 is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 109 | 178 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.26 |
| HSL | 307.59º | 0.37% | 0.58% | - |
| HSV(B) | 307.59º | 0.42% | 0.74% | - |
| XYZ | 34.24 | 24.84 | 45.11 | - |
| YUV | 140.49 | 149.17 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 109 | 178 | 0 | 0.42 | 0.05 | 0.26 | 307.59 | 0.37 | 0.58 |
| Hex | BC | 6D | B2 | 0 | 2A | 5 | 1A | 134 | 25 | 3A |
| Octal | 274 | 155 | 262 | 0 | 52 | 5 | 32 | 464 | 45 | 72 |
| Binary | 10111100 | 1101101 | 10110010 | 0 | 101010 | 101 | 11010 | 100110100 | 100101 | 111010 |
Color Harmonies of #BC6DB2
Complementary color
Monochromatic Colors of #BC6DB2
Black with #BC6DB2
Text Example
Text Example
White with #BC6DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6DB2; }
p { color: rgb(188,109,178); }
H1.HeaderClassName
{
color: #BC6DB2;
}
.AnyTagClassName
{
color: #BC6DB2;
}
</style>
background-color css
<style>
a { background-color: #BC6DB2; }
a { background-color: rgb(188,109,178); }
div.DivClassName
{
background-color: #BC6DB2;
}
.BgClassName
{
background-color: #BC6DB2;
}
</style>
border-color css
<style>
span { border-color: #BC6DB2; }
span { border-color: rgb(188,109,178); }
td.TdClassName
{
border-color: #BC6DB2;
}
.TagClassName
{
border-color: #BC6DB2;
}
</style>