Shades of Fuchsia #BB6CAC
Tints of Fuchsia #BB6CAC
RGB
CMYK
RGB Variations
Color information
#BB6CAC (or 0xBB6CAC) is known color: Fuchsia. HEX triplet: BB, 6C and AC. RGB value is (187,108,172). Sum of RGB (Red+Green+Blue) = 187+108+172=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 108 (42.58% from 255 or 23.13% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6CAC is #449353. Grayscale: #8A8A8A. Windows color (decimal): -4494164 or 11300027. OLE color: 11300027.
HSL color Cylindrical-coordinate representation of color #BB6CAC: hue angle of 311.39º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB6CAC is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 108 | 172 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.27 |
| HSL | 311.39º | 0.37% | 0.58% | - |
| HSV(B) | 311.39º | 0.42% | 0.73% | - |
| XYZ | 33.3 | 24.27 | 41.96 | - |
| YUV | 138.92 | 146.67 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 108 | 172 | 0 | 0.42 | 0.08 | 0.27 | 311.39 | 0.37 | 0.58 |
| Hex | BB | 6C | AC | 0 | 2A | 8 | 1B | 137 | 25 | 3A |
| Octal | 273 | 154 | 254 | 0 | 52 | 10 | 33 | 467 | 45 | 72 |
| Binary | 10111011 | 1101100 | 10101100 | 0 | 101010 | 1000 | 11011 | 100110111 | 100101 | 111010 |
Color Harmonies of #BB6CAC
Complementary color
Monochromatic Colors of #BB6CAC
Black with #BB6CAC
Text Example
Text Example
White with #BB6CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6CAC; }
p { color: rgb(187,108,172); }
H1.HeaderClassName
{
color: #BB6CAC;
}
.AnyTagClassName
{
color: #BB6CAC;
}
</style>
background-color css
<style>
a { background-color: #BB6CAC; }
a { background-color: rgb(187,108,172); }
div.DivClassName
{
background-color: #BB6CAC;
}
.BgClassName
{
background-color: #BB6CAC;
}
</style>
border-color css
<style>
span { border-color: #BB6CAC; }
span { border-color: rgb(187,108,172); }
td.TdClassName
{
border-color: #BB6CAC;
}
.TagClassName
{
border-color: #BB6CAC;
}
</style>