Shades of Fuchsia #BC6FB4
Tints of Fuchsia #BC6FB4
RGB
CMYK
RGB Variations
Color information
#BC6FB4 (or 0xBC6FB4) is known color: Fuchsia. HEX triplet: BC, 6F and B4. RGB value is (188,111,180). Sum of RGB (Red+Green+Blue) = 188+111+180=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 111 (43.75% from 255 or 23.17% from 479); Blue value is 180 (70.70% from 255 or 37.58% from 479); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6FB4 is #43904B. Grayscale: #8D8D8D. Windows color (decimal): -4427852 or 11825084. OLE color: 11825084.
HSL color Cylindrical-coordinate representation of color #BC6FB4: hue angle of 306.23º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC6FB4 is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 111 | 180 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.26 |
| HSL | 306.23º | 0.36% | 0.59% | - |
| HSV(B) | 306.23º | 0.41% | 0.74% | - |
| XYZ | 34.66 | 25.36 | 46.25 | - |
| YUV | 141.89 | 149.51 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 111 | 180 | 0 | 0.41 | 0.04 | 0.26 | 306.23 | 0.36 | 0.59 |
| Hex | BC | 6F | B4 | 0 | 29 | 4 | 1A | 132 | 24 | 3B |
| Octal | 274 | 157 | 264 | 0 | 51 | 4 | 32 | 462 | 44 | 73 |
| Binary | 10111100 | 1101111 | 10110100 | 0 | 101001 | 100 | 11010 | 100110010 | 100100 | 111011 |
Color Harmonies of #BC6FB4
Complementary color
Monochromatic Colors of #BC6FB4
Black with #BC6FB4
Text Example
Text Example
White with #BC6FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6FB4; }
p { color: rgb(188,111,180); }
H1.HeaderClassName
{
color: #BC6FB4;
}
.AnyTagClassName
{
color: #BC6FB4;
}
</style>
background-color css
<style>
a { background-color: #BC6FB4; }
a { background-color: rgb(188,111,180); }
div.DivClassName
{
background-color: #BC6FB4;
}
.BgClassName
{
background-color: #BC6FB4;
}
</style>
border-color css
<style>
span { border-color: #BC6FB4; }
span { border-color: rgb(188,111,180); }
td.TdClassName
{
border-color: #BC6FB4;
}
.TagClassName
{
border-color: #BC6FB4;
}
</style>