Shades of Fuchsia #BB5AB2
Tints of Fuchsia #BB5AB2
RGB
CMYK
RGB Variations
Color information
#BB5AB2 (or 0xBB5AB2) is known color: Fuchsia. HEX triplet: BB, 5A and B2. RGB value is (187,90,178). Sum of RGB (Red+Green+Blue) = 187+90+178=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 90 (35.55% from 255 or 19.78% from 455); Blue value is 178 (69.92% from 255 or 39.12% from 455); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5AB2 is #44A54D. Grayscale: #808080. Windows color (decimal): -4498766 or 11688635. OLE color: 11688635.
HSL color Cylindrical-coordinate representation of color #BB5AB2: hue angle of 305.57º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB5AB2 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 90 | 178 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.27 |
| HSL | 305.57º | 0.42% | 0.54% | - |
| HSV(B) | 305.57º | 0.52% | 0.73% | - |
| XYZ | 32.19 | 21.09 | 44.49 | - |
| YUV | 129.04 | 155.64 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 90 | 178 | 0 | 0.52 | 0.05 | 0.27 | 305.57 | 0.42 | 0.54 |
| Hex | BB | 5A | B2 | 0 | 34 | 5 | 1B | 132 | 2A | 36 |
| Octal | 273 | 132 | 262 | 0 | 64 | 5 | 33 | 462 | 52 | 66 |
| Binary | 10111011 | 1011010 | 10110010 | 0 | 110100 | 101 | 11011 | 100110010 | 101010 | 110110 |
Color Harmonies of #BB5AB2
Complementary color
Monochromatic Colors of #BB5AB2
Black with #BB5AB2
Text Example
Text Example
White with #BB5AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5AB2; }
p { color: rgb(187,90,178); }
H1.HeaderClassName
{
color: #BB5AB2;
}
.AnyTagClassName
{
color: #BB5AB2;
}
</style>
background-color css
<style>
a { background-color: #BB5AB2; }
a { background-color: rgb(187,90,178); }
div.DivClassName
{
background-color: #BB5AB2;
}
.BgClassName
{
background-color: #BB5AB2;
}
</style>
border-color css
<style>
span { border-color: #BB5AB2; }
span { border-color: rgb(187,90,178); }
td.TdClassName
{
border-color: #BB5AB2;
}
.TagClassName
{
border-color: #BB5AB2;
}
</style>