Shades of Fuchsia #BC66B1
Tints of Fuchsia #BC66B1
RGB
CMYK
RGB Variations
Color information
#BC66B1 (or 0xBC66B1) is known color: Fuchsia. HEX triplet: BC, 66 and B1. RGB value is (188,102,177). Sum of RGB (Red+Green+Blue) = 188+102+177=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 102 (40.23% from 255 or 21.84% from 467); Blue value is 177 (69.53% from 255 or 37.90% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BC66B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC66B1 is #43994E. Grayscale: #888888. Windows color (decimal): -4430159 or 11626172. OLE color: 11626172.
HSL color Cylindrical-coordinate representation of color #BC66B1: hue angle of 307.67º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC66B1 is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 102 | 177 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.26 |
| HSL | 307.67º | 0.39% | 0.57% | - |
| HSV(B) | 307.67º | 0.46% | 0.74% | - |
| XYZ | 33.43 | 23.37 | 44.34 | - |
| YUV | 136.26 | 150.99 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 177 | 0 | 0.46 | 0.06 | 0.26 | 307.67 | 0.39 | 0.57 |
| Hex | BC | 66 | B1 | 0 | 2E | 6 | 1A | 134 | 27 | 39 |
| Octal | 274 | 146 | 261 | 0 | 56 | 6 | 32 | 464 | 47 | 71 |
| Binary | 10111100 | 1100110 | 10110001 | 0 | 101110 | 110 | 11010 | 100110100 | 100111 | 111001 |
Color Harmonies of #BC66B1
Complementary color
Monochromatic Colors of #BC66B1
Black with #BC66B1
Text Example
Text Example
White with #BC66B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC66B1; }
p { color: rgb(188,102,177); }
H1.HeaderClassName
{
color: #BC66B1;
}
.AnyTagClassName
{
color: #BC66B1;
}
</style>
background-color css
<style>
a { background-color: #BC66B1; }
a { background-color: rgb(188,102,177); }
div.DivClassName
{
background-color: #BC66B1;
}
.BgClassName
{
background-color: #BC66B1;
}
</style>
border-color css
<style>
span { border-color: #BC66B1; }
span { border-color: rgb(188,102,177); }
td.TdClassName
{
border-color: #BC66B1;
}
.TagClassName
{
border-color: #BC66B1;
}
</style>