Shades of Fuchsia #BC64A8
Tints of Fuchsia #BC64A8
RGB
CMYK
RGB Variations
Color information
#BC64A8 (or 0xBC64A8) is known color: Fuchsia. HEX triplet: BC, 64 and A8. RGB value is (188,100,168). Sum of RGB (Red+Green+Blue) = 188+100+168=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 100 (39.45% from 255 or 21.93% from 456); Blue value is 168 (66.02% from 255 or 36.84% from 456); Max value from RGB is 188 - color contains mainly: red. Hex color #BC64A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC64A8 is #439B57. Grayscale: #858585. Windows color (decimal): -4430680 or 11035836. OLE color: 11035836.
HSL color Cylindrical-coordinate representation of color #BC64A8: hue angle of 313.64º 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 #BC64A8 is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 100 | 168 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.26 |
| HSL | 313.64º | 0.4% | 0.56% | - |
| HSV(B) | 313.64º | 0.47% | 0.74% | - |
| XYZ | 32.36 | 22.63 | 39.71 | - |
| YUV | 134.06 | 147.15 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 100 | 168 | 0 | 0.47 | 0.11 | 0.26 | 313.64 | 0.4 | 0.56 |
| Hex | BC | 64 | A8 | 0 | 2F | B | 1A | 13A | 28 | 38 |
| Octal | 274 | 144 | 250 | 0 | 57 | 13 | 32 | 472 | 50 | 70 |
| Binary | 10111100 | 1100100 | 10101000 | 0 | 101111 | 1011 | 11010 | 100111010 | 101000 | 111000 |
Color Harmonies of #BC64A8
Complementary color
Monochromatic Colors of #BC64A8
Black with #BC64A8
Text Example
Text Example
White with #BC64A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC64A8; }
p { color: rgb(188,100,168); }
H1.HeaderClassName
{
color: #BC64A8;
}
.AnyTagClassName
{
color: #BC64A8;
}
</style>
background-color css
<style>
a { background-color: #BC64A8; }
a { background-color: rgb(188,100,168); }
div.DivClassName
{
background-color: #BC64A8;
}
.BgClassName
{
background-color: #BC64A8;
}
</style>
border-color css
<style>
span { border-color: #BC64A8; }
span { border-color: rgb(188,100,168); }
td.TdClassName
{
border-color: #BC64A8;
}
.TagClassName
{
border-color: #BC64A8;
}
</style>