Shades of Fuchsia #BB68AC
Tints of Fuchsia #BB68AC
RGB
CMYK
RGB Variations
Color information
#BB68AC (or 0xBB68AC) is known color: Fuchsia. HEX triplet: BB, 68 and AC. RGB value is (187,104,172). Sum of RGB (Red+Green+Blue) = 187+104+172=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 104 (41.02% from 255 or 22.46% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 187 - color contains mainly: red. Hex color #BB68AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB68AC is #449753. Grayscale: #888888. Windows color (decimal): -4495188 or 11299003. OLE color: 11299003.
HSL color Cylindrical-coordinate representation of color #BB68AC: hue angle of 310.84º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB68AC is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 104 | 172 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.27 |
| HSL | 310.84º | 0.38% | 0.57% | - |
| HSV(B) | 310.84º | 0.44% | 0.73% | - |
| XYZ | 32.89 | 23.44 | 41.82 | - |
| YUV | 136.57 | 148 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 104 | 172 | 0 | 0.44 | 0.08 | 0.27 | 310.84 | 0.38 | 0.57 |
| Hex | BB | 68 | AC | 0 | 2C | 8 | 1B | 137 | 26 | 39 |
| Octal | 273 | 150 | 254 | 0 | 54 | 10 | 33 | 467 | 46 | 71 |
| Binary | 10111011 | 1101000 | 10101100 | 0 | 101100 | 1000 | 11011 | 100110111 | 100110 | 111001 |
Color Harmonies of #BB68AC
Complementary color
Monochromatic Colors of #BB68AC
Black with #BB68AC
Text Example
Text Example
White with #BB68AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB68AC; }
p { color: rgb(187,104,172); }
H1.HeaderClassName
{
color: #BB68AC;
}
.AnyTagClassName
{
color: #BB68AC;
}
</style>
background-color css
<style>
a { background-color: #BB68AC; }
a { background-color: rgb(187,104,172); }
div.DivClassName
{
background-color: #BB68AC;
}
.BgClassName
{
background-color: #BB68AC;
}
</style>
border-color css
<style>
span { border-color: #BB68AC; }
span { border-color: rgb(187,104,172); }
td.TdClassName
{
border-color: #BB68AC;
}
.TagClassName
{
border-color: #BB68AC;
}
</style>