Shades of Fuchsia #BB6BAC
Tints of Fuchsia #BB6BAC
RGB
CMYK
RGB Variations
Color information
#BB6BAC (or 0xBB6BAC) is known color: Fuchsia. HEX triplet: BB, 6B and AC. RGB value is (187,107,172). Sum of RGB (Red+Green+Blue) = 187+107+172=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 107 (42.19% from 255 or 22.96% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6BAC is #449453. Grayscale: #8A8A8A. Windows color (decimal): -4494420 or 11299771. OLE color: 11299771.
HSL color Cylindrical-coordinate representation of color #BB6BAC: hue angle of 311.25º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB6BAC is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 107 | 172 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.27 |
| HSL | 311.25º | 0.37% | 0.58% | - |
| HSV(B) | 311.25º | 0.43% | 0.73% | - |
| XYZ | 33.2 | 24.06 | 41.92 | - |
| YUV | 138.33 | 147 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 107 | 172 | 0 | 0.43 | 0.08 | 0.27 | 311.25 | 0.37 | 0.58 |
| Hex | BB | 6B | AC | 0 | 2B | 8 | 1B | 137 | 25 | 3A |
| Octal | 273 | 153 | 254 | 0 | 53 | 10 | 33 | 467 | 45 | 72 |
| Binary | 10111011 | 1101011 | 10101100 | 0 | 101011 | 1000 | 11011 | 100110111 | 100101 | 111010 |
Color Harmonies of #BB6BAC
Complementary color
Monochromatic Colors of #BB6BAC
Black with #BB6BAC
Text Example
Text Example
White with #BB6BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6BAC; }
p { color: rgb(187,107,172); }
H1.HeaderClassName
{
color: #BB6BAC;
}
.AnyTagClassName
{
color: #BB6BAC;
}
</style>
background-color css
<style>
a { background-color: #BB6BAC; }
a { background-color: rgb(187,107,172); }
div.DivClassName
{
background-color: #BB6BAC;
}
.BgClassName
{
background-color: #BB6BAC;
}
</style>
border-color css
<style>
span { border-color: #BB6BAC; }
span { border-color: rgb(187,107,172); }
td.TdClassName
{
border-color: #BB6BAC;
}
.TagClassName
{
border-color: #BB6BAC;
}
</style>