Shades of Fuchsia #BB5AB4
Tints of Fuchsia #BB5AB4
RGB
CMYK
RGB Variations
Color information
#BB5AB4 (or 0xBB5AB4) is known color: Fuchsia. HEX triplet: BB, 5A and B4. RGB value is (187,90,180). Sum of RGB (Red+Green+Blue) = 187+90+180=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 90 (35.55% from 255 or 19.69% from 457); Blue value is 180 (70.70% from 255 or 39.39% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5AB4 is #44A54B. Grayscale: #818181. Windows color (decimal): -4498764 or 11819707. OLE color: 11819707.
HSL color Cylindrical-coordinate representation of color #BB5AB4: hue angle of 304.33º 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 #BB5AB4 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 90 | 180 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.27 |
| HSL | 304.33º | 0.42% | 0.54% | - |
| HSV(B) | 304.33º | 0.52% | 0.73% | - |
| XYZ | 32.39 | 21.17 | 45.56 | - |
| YUV | 129.26 | 156.64 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 90 | 180 | 0 | 0.52 | 0.04 | 0.27 | 304.33 | 0.42 | 0.54 |
| Hex | BB | 5A | B4 | 0 | 34 | 4 | 1B | 130 | 2A | 36 |
| Octal | 273 | 132 | 264 | 0 | 64 | 4 | 33 | 460 | 52 | 66 |
| Binary | 10111011 | 1011010 | 10110100 | 0 | 110100 | 100 | 11011 | 100110000 | 101010 | 110110 |
Color Harmonies of #BB5AB4
Complementary color
Monochromatic Colors of #BB5AB4
Black with #BB5AB4
Text Example
Text Example
White with #BB5AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5AB4; }
p { color: rgb(187,90,180); }
H1.HeaderClassName
{
color: #BB5AB4;
}
.AnyTagClassName
{
color: #BB5AB4;
}
</style>
background-color css
<style>
a { background-color: #BB5AB4; }
a { background-color: rgb(187,90,180); }
div.DivClassName
{
background-color: #BB5AB4;
}
.BgClassName
{
background-color: #BB5AB4;
}
</style>
border-color css
<style>
span { border-color: #BB5AB4; }
span { border-color: rgb(187,90,180); }
td.TdClassName
{
border-color: #BB5AB4;
}
.TagClassName
{
border-color: #BB5AB4;
}
</style>