Shades of Fuchsia #BC64BA
Tints of Fuchsia #BC64BA
RGB
CMYK
RGB Variations
Color information
#BC64BA (or 0xBC64BA) is known color: Fuchsia. HEX triplet: BC, 64 and BA. RGB value is (188,100,186). Sum of RGB (Red+Green+Blue) = 188+100+186=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 100 (39.45% from 255 or 21.10% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BC64BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC64BA is #439B45. Grayscale: #878787. Windows color (decimal): -4430662 or 12215484. OLE color: 12215484.
HSL color Cylindrical-coordinate representation of color #BC64BA: hue angle of 301.36º 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 #BC64BA is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 100 | 186 | - |
| CMYK | 0 | 0.47 | 0.01 | 0.26 |
| HSL | 301.36º | 0.4% | 0.56% | - |
| HSV(B) | 301.36º | 0.47% | 0.74% | - |
| XYZ | 34.16 | 23.35 | 49.16 | - |
| YUV | 136.12 | 156.15 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 100 | 186 | 0 | 0.47 | 0.01 | 0.26 | 301.36 | 0.4 | 0.56 |
| Hex | BC | 64 | BA | 0 | 2F | 1 | 1A | 12D | 28 | 38 |
| Octal | 274 | 144 | 272 | 0 | 57 | 1 | 32 | 455 | 50 | 70 |
| Binary | 10111100 | 1100100 | 10111010 | 0 | 101111 | 1 | 11010 | 100101101 | 101000 | 111000 |
Color Harmonies of #BC64BA
Complementary color
Monochromatic Colors of #BC64BA
Black with #BC64BA
Text Example
Text Example
White with #BC64BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC64BA; }
p { color: rgb(188,100,186); }
H1.HeaderClassName
{
color: #BC64BA;
}
.AnyTagClassName
{
color: #BC64BA;
}
</style>
background-color css
<style>
a { background-color: #BC64BA; }
a { background-color: rgb(188,100,186); }
div.DivClassName
{
background-color: #BC64BA;
}
.BgClassName
{
background-color: #BC64BA;
}
</style>
border-color css
<style>
span { border-color: #BC64BA; }
span { border-color: rgb(188,100,186); }
td.TdClassName
{
border-color: #BC64BA;
}
.TagClassName
{
border-color: #BC64BA;
}
</style>