Shades of Fuchsia #BC64B1
Tints of Fuchsia #BC64B1
RGB
CMYK
RGB Variations
Color information
#BC64B1 (or 0xBC64B1) is known color: Fuchsia. HEX triplet: BC, 64 and B1. RGB value is (188,100,177). Sum of RGB (Red+Green+Blue) = 188+100+177=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 100 (39.45% from 255 or 21.51% from 465); Blue value is 177 (69.53% from 255 or 38.06% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BC64B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC64B1 is #439B4E. Grayscale: #868686. Windows color (decimal): -4430671 or 11625660. OLE color: 11625660.
HSL color Cylindrical-coordinate representation of color #BC64B1: hue angle of 307.5º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC64B1 is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 100 | 177 | - |
| CMYK | 0 | 0.47 | 0.06 | 0.26 |
| HSL | 307.5º | 0.4% | 0.56% | - |
| HSV(B) | 307.5º | 0.47% | 0.74% | - |
| XYZ | 33.23 | 22.98 | 44.28 | - |
| YUV | 135.09 | 151.65 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 100 | 177 | 0 | 0.47 | 0.06 | 0.26 | 307.5 | 0.4 | 0.56 |
| Hex | BC | 64 | B1 | 0 | 2F | 6 | 1A | 134 | 28 | 38 |
| Octal | 274 | 144 | 261 | 0 | 57 | 6 | 32 | 464 | 50 | 70 |
| Binary | 10111100 | 1100100 | 10110001 | 0 | 101111 | 110 | 11010 | 100110100 | 101000 | 111000 |
Color Harmonies of #BC64B1
Complementary color
Monochromatic Colors of #BC64B1
Black with #BC64B1
Text Example
Text Example
White with #BC64B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC64B1; }
p { color: rgb(188,100,177); }
H1.HeaderClassName
{
color: #BC64B1;
}
.AnyTagClassName
{
color: #BC64B1;
}
</style>
background-color css
<style>
a { background-color: #BC64B1; }
a { background-color: rgb(188,100,177); }
div.DivClassName
{
background-color: #BC64B1;
}
.BgClassName
{
background-color: #BC64B1;
}
</style>
border-color css
<style>
span { border-color: #BC64B1; }
span { border-color: rgb(188,100,177); }
td.TdClassName
{
border-color: #BC64B1;
}
.TagClassName
{
border-color: #BC64B1;
}
</style>