Shades of Fuchsia #BC64B2
Tints of Fuchsia #BC64B2
RGB
CMYK
RGB Variations
Color information
#BC64B2 (or 0xBC64B2) is known color: Fuchsia. HEX triplet: BC, 64 and B2. RGB value is (188,100,178). Sum of RGB (Red+Green+Blue) = 188+100+178=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 100 (39.45% from 255 or 21.46% from 466); Blue value is 178 (69.92% from 255 or 38.20% from 466); Max value from RGB is 188 - color contains mainly: red. Hex color #BC64B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC64B2 is #439B4D. Grayscale: #868686. Windows color (decimal): -4430670 or 11691196. OLE color: 11691196.
HSL color Cylindrical-coordinate representation of color #BC64B2: hue angle of 306.82º 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 #BC64B2 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 100 | 178 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.26 |
| HSL | 306.82º | 0.4% | 0.56% | - |
| HSV(B) | 306.82º | 0.47% | 0.74% | - |
| XYZ | 33.33 | 23.02 | 44.81 | - |
| YUV | 135.2 | 152.15 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 100 | 178 | 0 | 0.47 | 0.05 | 0.26 | 306.82 | 0.4 | 0.56 |
| Hex | BC | 64 | B2 | 0 | 2F | 5 | 1A | 133 | 28 | 38 |
| Octal | 274 | 144 | 262 | 0 | 57 | 5 | 32 | 463 | 50 | 70 |
| Binary | 10111100 | 1100100 | 10110010 | 0 | 101111 | 101 | 11010 | 100110011 | 101000 | 111000 |
Color Harmonies of #BC64B2
Complementary color
Monochromatic Colors of #BC64B2
Black with #BC64B2
Text Example
Text Example
White with #BC64B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC64B2; }
p { color: rgb(188,100,178); }
H1.HeaderClassName
{
color: #BC64B2;
}
.AnyTagClassName
{
color: #BC64B2;
}
</style>
background-color css
<style>
a { background-color: #BC64B2; }
a { background-color: rgb(188,100,178); }
div.DivClassName
{
background-color: #BC64B2;
}
.BgClassName
{
background-color: #BC64B2;
}
</style>
border-color css
<style>
span { border-color: #BC64B2; }
span { border-color: rgb(188,100,178); }
td.TdClassName
{
border-color: #BC64B2;
}
.TagClassName
{
border-color: #BC64B2;
}
</style>