Shades of Fuchsia #BB5BA6
Tints of Fuchsia #BB5BA6
RGB
CMYK
RGB Variations
Color information
#BB5BA6 (or 0xBB5BA6) is known color: Fuchsia. HEX triplet: BB, 5B and A6. RGB value is (187,91,166). Sum of RGB (Red+Green+Blue) = 187+91+166=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 91 (35.94% from 255 or 20.50% from 444); Blue value is 166 (65.23% from 255 or 37.39% from 444); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5BA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5BA6 is #44A459. Grayscale: #808080. Windows color (decimal): -4498522 or 10902459. OLE color: 10902459.
HSL color Cylindrical-coordinate representation of color #BB5BA6: hue angle of 313.12º 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 #BB5BA6 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 91 | 166 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.27 |
| HSL | 313.13º | 0.41% | 0.55% | - |
| HSV(B) | 313.13º | 0.51% | 0.73% | - |
| XYZ | 31.12 | 20.8 | 38.45 | - |
| YUV | 128.25 | 149.3 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 91 | 166 | 0 | 0.51 | 0.11 | 0.27 | 313.13 | 0.41 | 0.55 |
| Hex | BB | 5B | A6 | 0 | 33 | B | 1B | 139 | 29 | 37 |
| Octal | 273 | 133 | 246 | 0 | 63 | 13 | 33 | 471 | 51 | 67 |
| Binary | 10111011 | 1011011 | 10100110 | 0 | 110011 | 1011 | 11011 | 100111001 | 101001 | 110111 |
Color Harmonies of #BB5BA6
Complementary color
Monochromatic Colors of #BB5BA6
Black with #BB5BA6
Text Example
Text Example
White with #BB5BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5BA6; }
p { color: rgb(187,91,166); }
H1.HeaderClassName
{
color: #BB5BA6;
}
.AnyTagClassName
{
color: #BB5BA6;
}
</style>
background-color css
<style>
a { background-color: #BB5BA6; }
a { background-color: rgb(187,91,166); }
div.DivClassName
{
background-color: #BB5BA6;
}
.BgClassName
{
background-color: #BB5BA6;
}
</style>
border-color css
<style>
span { border-color: #BB5BA6; }
span { border-color: rgb(187,91,166); }
td.TdClassName
{
border-color: #BB5BA6;
}
.TagClassName
{
border-color: #BB5BA6;
}
</style>