Shades of Fuchsia #BC67AA
Tints of Fuchsia #BC67AA
RGB
CMYK
RGB Variations
Color information
#BC67AA (or 0xBC67AA) is known color: Fuchsia. HEX triplet: BC, 67 and AA. RGB value is (188,103,170). Sum of RGB (Red+Green+Blue) = 188+103+170=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 103 (40.62% from 255 or 22.34% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BC67AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC67AA is #439855. Grayscale: #878787. Windows color (decimal): -4429910 or 11167676. OLE color: 11167676.
HSL color Cylindrical-coordinate representation of color #BC67AA: hue angle of 312.71º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC67AA is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 103 | 170 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.26 |
| HSL | 312.71º | 0.39% | 0.57% | - |
| HSV(B) | 312.71º | 0.45% | 0.74% | - |
| XYZ | 32.84 | 23.29 | 40.8 | - |
| YUV | 136.05 | 147.16 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 170 | 0 | 0.45 | 0.10 | 0.26 | 312.71 | 0.39 | 0.57 |
| Hex | BC | 67 | AA | 0 | 2D | A | 1A | 139 | 27 | 39 |
| Octal | 274 | 147 | 252 | 0 | 55 | 12 | 32 | 471 | 47 | 71 |
| Binary | 10111100 | 1100111 | 10101010 | 0 | 101101 | 1010 | 11010 | 100111001 | 100111 | 111001 |
Color Harmonies of #BC67AA
Complementary color
Monochromatic Colors of #BC67AA
Black with #BC67AA
Text Example
Text Example
White with #BC67AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC67AA; }
p { color: rgb(188,103,170); }
H1.HeaderClassName
{
color: #BC67AA;
}
.AnyTagClassName
{
color: #BC67AA;
}
</style>
background-color css
<style>
a { background-color: #BC67AA; }
a { background-color: rgb(188,103,170); }
div.DivClassName
{
background-color: #BC67AA;
}
.BgClassName
{
background-color: #BC67AA;
}
</style>
border-color css
<style>
span { border-color: #BC67AA; }
span { border-color: rgb(188,103,170); }
td.TdClassName
{
border-color: #BC67AA;
}
.TagClassName
{
border-color: #BC67AA;
}
</style>