Shades of Fuchsia #BB5CAC
Tints of Fuchsia #BB5CAC
RGB
CMYK
RGB Variations
Color information
#BB5CAC (or 0xBB5CAC) is known color: Fuchsia. HEX triplet: BB, 5C and AC. RGB value is (187,92,172). Sum of RGB (Red+Green+Blue) = 187+92+172=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 92 (36.33% from 255 or 20.40% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5CAC is #44A353. Grayscale: #818181. Windows color (decimal): -4498260 or 11295931. OLE color: 11295931.
HSL color Cylindrical-coordinate representation of color #BB5CAC: hue angle of 309.47º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB5CAC is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 92 | 172 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.27 |
| HSL | 309.47º | 0.41% | 0.55% | - |
| HSV(B) | 309.47º | 0.51% | 0.73% | - |
| XYZ | 31.77 | 21.2 | 41.45 | - |
| YUV | 129.53 | 151.97 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 92 | 172 | 0 | 0.51 | 0.08 | 0.27 | 309.47 | 0.41 | 0.55 |
| Hex | BB | 5C | AC | 0 | 33 | 8 | 1B | 135 | 29 | 37 |
| Octal | 273 | 134 | 254 | 0 | 63 | 10 | 33 | 465 | 51 | 67 |
| Binary | 10111011 | 1011100 | 10101100 | 0 | 110011 | 1000 | 11011 | 100110101 | 101001 | 110111 |
Color Harmonies of #BB5CAC
Complementary color
Monochromatic Colors of #BB5CAC
Black with #BB5CAC
Text Example
Text Example
White with #BB5CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5CAC; }
p { color: rgb(187,92,172); }
H1.HeaderClassName
{
color: #BB5CAC;
}
.AnyTagClassName
{
color: #BB5CAC;
}
</style>
background-color css
<style>
a { background-color: #BB5CAC; }
a { background-color: rgb(187,92,172); }
div.DivClassName
{
background-color: #BB5CAC;
}
.BgClassName
{
background-color: #BB5CAC;
}
</style>
border-color css
<style>
span { border-color: #BB5CAC; }
span { border-color: rgb(187,92,172); }
td.TdClassName
{
border-color: #BB5CAC;
}
.TagClassName
{
border-color: #BB5CAC;
}
</style>