Shades of Fuchsia #BC6CB8
Tints of Fuchsia #BC6CB8
RGB
CMYK
RGB Variations
Color information
#BC6CB8 (or 0xBC6CB8) is known color: Fuchsia. HEX triplet: BC, 6C and B8. RGB value is (188,108,184). Sum of RGB (Red+Green+Blue) = 188+108+184=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 108 (42.58% from 255 or 22.5% from 480); Blue value is 184 (72.27% from 255 or 38.33% from 480); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6CB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6CB8 is #439347. Grayscale: #8C8C8C. Windows color (decimal): -4428616 or 12086460. OLE color: 12086460.
HSL color Cylindrical-coordinate representation of color #BC6CB8: hue angle of 303º degrees, saturation: 0.37, 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 #BC6CB8 is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 108 | 184 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.26 |
| HSL | 303º | 0.37% | 0.58% | - |
| HSV(B) | 303º | 0.43% | 0.74% | - |
| XYZ | 34.75 | 24.88 | 48.32 | - |
| YUV | 140.58 | 152.5 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 108 | 184 | 0 | 0.43 | 0.02 | 0.26 | 303 | 0.37 | 0.58 |
| Hex | BC | 6C | B8 | 0 | 2B | 2 | 1A | 12F | 25 | 3A |
| Octal | 274 | 154 | 270 | 0 | 53 | 2 | 32 | 457 | 45 | 72 |
| Binary | 10111100 | 1101100 | 10111000 | 0 | 101011 | 10 | 11010 | 100101111 | 100101 | 111010 |
Color Harmonies of #BC6CB8
Complementary color
Monochromatic Colors of #BC6CB8
Black with #BC6CB8
Text Example
Text Example
White with #BC6CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6CB8; }
p { color: rgb(188,108,184); }
H1.HeaderClassName
{
color: #BC6CB8;
}
.AnyTagClassName
{
color: #BC6CB8;
}
</style>
background-color css
<style>
a { background-color: #BC6CB8; }
a { background-color: rgb(188,108,184); }
div.DivClassName
{
background-color: #BC6CB8;
}
.BgClassName
{
background-color: #BC6CB8;
}
</style>
border-color css
<style>
span { border-color: #BC6CB8; }
span { border-color: rgb(188,108,184); }
td.TdClassName
{
border-color: #BC6CB8;
}
.TagClassName
{
border-color: #BC6CB8;
}
</style>