Shades of Fuchsia #BC66B2
Tints of Fuchsia #BC66B2
RGB
CMYK
RGB Variations
Color information
#BC66B2 (or 0xBC66B2) is known color: Fuchsia. HEX triplet: BC, 66 and B2. RGB value is (188,102,178). Sum of RGB (Red+Green+Blue) = 188+102+178=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 102 (40.23% from 255 or 21.79% from 468); Blue value is 178 (69.92% from 255 or 38.03% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BC66B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC66B2 is #43994D. Grayscale: #888888. Windows color (decimal): -4430158 or 11691708. OLE color: 11691708.
HSL color Cylindrical-coordinate representation of color #BC66B2: hue angle of 306.98º 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 #BC66B2 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 102 | 178 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.26 |
| HSL | 306.98º | 0.39% | 0.57% | - |
| HSV(B) | 306.98º | 0.46% | 0.74% | - |
| XYZ | 33.53 | 23.41 | 44.87 | - |
| YUV | 136.38 | 151.49 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 178 | 0 | 0.46 | 0.05 | 0.26 | 306.98 | 0.39 | 0.57 |
| Hex | BC | 66 | B2 | 0 | 2E | 5 | 1A | 133 | 27 | 39 |
| Octal | 274 | 146 | 262 | 0 | 56 | 5 | 32 | 463 | 47 | 71 |
| Binary | 10111100 | 1100110 | 10110010 | 0 | 101110 | 101 | 11010 | 100110011 | 100111 | 111001 |
Color Harmonies of #BC66B2
Complementary color
Monochromatic Colors of #BC66B2
Black with #BC66B2
Text Example
Text Example
White with #BC66B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC66B2; }
p { color: rgb(188,102,178); }
H1.HeaderClassName
{
color: #BC66B2;
}
.AnyTagClassName
{
color: #BC66B2;
}
</style>
background-color css
<style>
a { background-color: #BC66B2; }
a { background-color: rgb(188,102,178); }
div.DivClassName
{
background-color: #BC66B2;
}
.BgClassName
{
background-color: #BC66B2;
}
</style>
border-color css
<style>
span { border-color: #BC66B2; }
span { border-color: rgb(188,102,178); }
td.TdClassName
{
border-color: #BC66B2;
}
.TagClassName
{
border-color: #BC66B2;
}
</style>