Shades of Fuchsia #BC64BB
Tints of Fuchsia #BC64BB
RGB
CMYK
RGB Variations
Color information
#BC64BB (or 0xBC64BB) is known color: Fuchsia. HEX triplet: BC, 64 and BB. RGB value is (188,100,187). Sum of RGB (Red+Green+Blue) = 188+100+187=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 100 (39.45% from 255 or 21.05% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BC64BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC64BB is #439B44. Grayscale: #878787. Windows color (decimal): -4430661 or 12281020. OLE color: 12281020.
HSL color Cylindrical-coordinate representation of color #BC64BB: hue angle of 300.68º 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 #BC64BB is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 100 | 187 | - |
| CMYK | 0 | 0.47 | 0.01 | 0.26 |
| HSL | 300.68º | 0.4% | 0.56% | - |
| HSV(B) | 300.68º | 0.47% | 0.74% | - |
| XYZ | 34.27 | 23.39 | 49.72 | - |
| YUV | 136.23 | 156.65 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 100 | 187 | 0 | 0.47 | 0.01 | 0.26 | 300.68 | 0.4 | 0.56 |
| Hex | BC | 64 | BB | 0 | 2F | 1 | 1A | 12D | 28 | 38 |
| Octal | 274 | 144 | 273 | 0 | 57 | 1 | 32 | 455 | 50 | 70 |
| Binary | 10111100 | 1100100 | 10111011 | 0 | 101111 | 1 | 11010 | 100101101 | 101000 | 111000 |
Color Harmonies of #BC64BB
Complementary color
Monochromatic Colors of #BC64BB
Black with #BC64BB
Text Example
Text Example
White with #BC64BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC64BB; }
p { color: rgb(188,100,187); }
H1.HeaderClassName
{
color: #BC64BB;
}
.AnyTagClassName
{
color: #BC64BB;
}
</style>
background-color css
<style>
a { background-color: #BC64BB; }
a { background-color: rgb(188,100,187); }
div.DivClassName
{
background-color: #BC64BB;
}
.BgClassName
{
background-color: #BC64BB;
}
</style>
border-color css
<style>
span { border-color: #BC64BB; }
span { border-color: rgb(188,100,187); }
td.TdClassName
{
border-color: #BC64BB;
}
.TagClassName
{
border-color: #BC64BB;
}
</style>