Shades of Fuchsia #BC64BC
Tints of Fuchsia #BC64BC
RGB
CMYK
RGB Variations
Color information
#BC64BC (or 0xBC64BC) is known color: Fuchsia. HEX triplet: BC, 64 and BC. RGB value is (188,100,188). Sum of RGB (Red+Green+Blue) = 188+100+188=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 100 (39.45% from 255 or 21.01% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC64BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC64BC is #439B43. Grayscale: #888888. Windows color (decimal): -4430660 or 12346556. OLE color: 12346556.
HSL color Cylindrical-coordinate representation of color #BC64BC: hue angle of 300º 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 #BC64BC is Cyan = 0, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 100 | 188 | - |
| CMYK | 0 | 0.47 | 0 | 0.26 |
| HSL | 300º | 0.4% | 0.56% | - |
| HSV(B) | 300º | 0.47% | 0.74% | - |
| XYZ | 34.37 | 23.44 | 50.29 | - |
| YUV | 136.34 | 157.15 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 100 | 188 | 0 | 0.47 | 0 | 0.26 | 300 | 0.4 | 0.56 |
| Hex | BC | 64 | BC | 0 | 2F | 0 | 1A | 12C | 28 | 38 |
| Octal | 274 | 144 | 274 | 0 | 57 | 0 | 32 | 454 | 50 | 70 |
| Binary | 10111100 | 1100100 | 10111100 | 0 | 101111 | 0 | 11010 | 100101100 | 101000 | 111000 |
Color Harmonies of #BC64BC
Complementary color
Monochromatic Colors of #BC64BC
Black with #BC64BC
Text Example
Text Example
White with #BC64BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC64BC; }
p { color: rgb(188,100,188); }
H1.HeaderClassName
{
color: #BC64BC;
}
.AnyTagClassName
{
color: #BC64BC;
}
</style>
background-color css
<style>
a { background-color: #BC64BC; }
a { background-color: rgb(188,100,188); }
div.DivClassName
{
background-color: #BC64BC;
}
.BgClassName
{
background-color: #BC64BC;
}
</style>
border-color css
<style>
span { border-color: #BC64BC; }
span { border-color: rgb(188,100,188); }
td.TdClassName
{
border-color: #BC64BC;
}
.TagClassName
{
border-color: #BC64BC;
}
</style>