Shades of Fuchsia #BB60AC
Tints of Fuchsia #BB60AC
RGB
CMYK
RGB Variations
Color information
#BB60AC (or 0xBB60AC) is known color: Fuchsia. HEX triplet: BB, 60 and AC. RGB value is (187,96,172). Sum of RGB (Red+Green+Blue) = 187+96+172=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 96 (37.89% from 255 or 21.10% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 187 - color contains mainly: red. Hex color #BB60AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB60AC is #449F53. Grayscale: #838383. Windows color (decimal): -4497236 or 11296955. OLE color: 11296955.
HSL color Cylindrical-coordinate representation of color #BB60AC: hue angle of 309.89º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB60AC is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 96 | 172 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.27 |
| HSL | 309.89º | 0.4% | 0.55% | - |
| HSV(B) | 309.89º | 0.49% | 0.73% | - |
| XYZ | 32.12 | 21.91 | 41.57 | - |
| YUV | 131.87 | 150.65 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 96 | 172 | 0 | 0.49 | 0.08 | 0.27 | 309.89 | 0.4 | 0.55 |
| Hex | BB | 60 | AC | 0 | 31 | 8 | 1B | 136 | 28 | 37 |
| Octal | 273 | 140 | 254 | 0 | 61 | 10 | 33 | 466 | 50 | 67 |
| Binary | 10111011 | 1100000 | 10101100 | 0 | 110001 | 1000 | 11011 | 100110110 | 101000 | 110111 |
Color Harmonies of #BB60AC
Complementary color
Monochromatic Colors of #BB60AC
Black with #BB60AC
Text Example
Text Example
White with #BB60AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB60AC; }
p { color: rgb(187,96,172); }
H1.HeaderClassName
{
color: #BB60AC;
}
.AnyTagClassName
{
color: #BB60AC;
}
</style>
background-color css
<style>
a { background-color: #BB60AC; }
a { background-color: rgb(187,96,172); }
div.DivClassName
{
background-color: #BB60AC;
}
.BgClassName
{
background-color: #BB60AC;
}
</style>
border-color css
<style>
span { border-color: #BB60AC; }
span { border-color: rgb(187,96,172); }
td.TdClassName
{
border-color: #BB60AC;
}
.TagClassName
{
border-color: #BB60AC;
}
</style>