Shades of Fuchsia #BC6BBC
Tints of Fuchsia #BC6BBC
RGB
CMYK
RGB Variations
Color information
#BC6BBC (or 0xBC6BBC) is known color: Fuchsia. HEX triplet: BC, 6B and BC. RGB value is (188,107,188). Sum of RGB (Red+Green+Blue) = 188+107+188=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 107 (42.19% from 255 or 22.15% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC6BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6BBC is #439443. Grayscale: #8C8C8C. Windows color (decimal): -4428868 or 12348348. OLE color: 12348348.
HSL color Cylindrical-coordinate representation of color #BC6BBC: hue angle of 300º 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 #BC6BBC is Cyan = 0, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 107 | 188 | - |
| CMYK | 0 | 0.43 | 0 | 0.26 |
| HSL | 300º | 0.38% | 0.58% | - |
| HSV(B) | 300º | 0.43% | 0.74% | - |
| XYZ | 35.07 | 24.84 | 50.52 | - |
| YUV | 140.45 | 154.84 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 107 | 188 | 0 | 0.43 | 0 | 0.26 | 300 | 0.38 | 0.58 |
| Hex | BC | 6B | BC | 0 | 2B | 0 | 1A | 12C | 26 | 3A |
| Octal | 274 | 153 | 274 | 0 | 53 | 0 | 32 | 454 | 46 | 72 |
| Binary | 10111100 | 1101011 | 10111100 | 0 | 101011 | 0 | 11010 | 100101100 | 100110 | 111010 |
Color Harmonies of #BC6BBC
Complementary color
Monochromatic Colors of #BC6BBC
Black with #BC6BBC
Text Example
Text Example
White with #BC6BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6BBC; }
p { color: rgb(188,107,188); }
H1.HeaderClassName
{
color: #BC6BBC;
}
.AnyTagClassName
{
color: #BC6BBC;
}
</style>
background-color css
<style>
a { background-color: #BC6BBC; }
a { background-color: rgb(188,107,188); }
div.DivClassName
{
background-color: #BC6BBC;
}
.BgClassName
{
background-color: #BC6BBC;
}
</style>
border-color css
<style>
span { border-color: #BC6BBC; }
span { border-color: rgb(188,107,188); }
td.TdClassName
{
border-color: #BC6BBC;
}
.TagClassName
{
border-color: #BC6BBC;
}
</style>