Shades of Fuchsia #BC6BC3
Tints of Fuchsia #BC6BC3
RGB
CMYK
RGB Variations
Color information
#BC6BC3 (or 0xBC6BC3) is known color: Fuchsia. HEX triplet: BC, 6B and C3. RGB value is (188,107,195). Sum of RGB (Red+Green+Blue) = 188+107+195=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 107 (42.19% from 255 or 21.84% from 490); Blue value is 195 (76.56% from 255 or 39.80% from 490); Max value from RGB is 195 - color contains mainly: blue. Hex color #BC6BC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6BC3 is #43943C. Grayscale: #8C8C8C. Windows color (decimal): -4428861 or 12807100. OLE color: 12807100.
HSL color Cylindrical-coordinate representation of color #BC6BC3: hue angle of 295.23º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC6BC3 is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 107 | 195 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.24 |
| HSL | 295.23º | 0.42% | 0.59% | - |
| HSV(B) | 295.23º | 0.45% | 0.76% | - |
| XYZ | 35.85 | 25.15 | 54.59 | - |
| YUV | 141.25 | 158.34 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 107 | 195 | 0.04 | 0.45 | 0 | 0.24 | 295.23 | 0.42 | 0.59 |
| Hex | BC | 6B | C3 | 4 | 2D | 0 | 18 | 127 | 2A | 3B |
| Octal | 274 | 153 | 303 | 4 | 55 | 0 | 30 | 447 | 52 | 73 |
| Binary | 10111100 | 1101011 | 11000011 | 100 | 101101 | 0 | 11000 | 100100111 | 101010 | 111011 |
Color Harmonies of #BC6BC3
Complementary color
Monochromatic Colors of #BC6BC3
Black with #BC6BC3
Text Example
Text Example
White with #BC6BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6BC3; }
p { color: rgb(188,107,195); }
H1.HeaderClassName
{
color: #BC6BC3;
}
.AnyTagClassName
{
color: #BC6BC3;
}
</style>
background-color css
<style>
a { background-color: #BC6BC3; }
a { background-color: rgb(188,107,195); }
div.DivClassName
{
background-color: #BC6BC3;
}
.BgClassName
{
background-color: #BC6BC3;
}
</style>
border-color css
<style>
span { border-color: #BC6BC3; }
span { border-color: rgb(188,107,195); }
td.TdClassName
{
border-color: #BC6BC3;
}
.TagClassName
{
border-color: #BC6BC3;
}
</style>