Shades of Fuchsia #BB57B0
Tints of Fuchsia #BB57B0
RGB
CMYK
RGB Variations
Color information
#BB57B0 (or 0xBB57B0) is known color: Fuchsia. HEX triplet: BB, 57 and B0. RGB value is (187,87,176). Sum of RGB (Red+Green+Blue) = 187+87+176=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 87 (34.38% from 255 or 19.33% from 450); Blue value is 176 (69.14% from 255 or 39.11% from 450); Max value from RGB is 187 - color contains mainly: red. Hex color #BB57B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB57B0 is #44A84F. Grayscale: #7E7E7E. Windows color (decimal): -4499536 or 11556795. OLE color: 11556795.
HSL color Cylindrical-coordinate representation of color #BB57B0: hue angle of 306.6º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB57B0 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 87 | 176 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.27 |
| HSL | 306.6º | 0.42% | 0.54% | - |
| HSV(B) | 306.6º | 0.53% | 0.73% | - |
| XYZ | 31.74 | 20.52 | 43.36 | - |
| YUV | 127.05 | 155.63 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 87 | 176 | 0 | 0.53 | 0.06 | 0.27 | 306.6 | 0.42 | 0.54 |
| Hex | BB | 57 | B0 | 0 | 35 | 6 | 1B | 133 | 2A | 36 |
| Octal | 273 | 127 | 260 | 0 | 65 | 6 | 33 | 463 | 52 | 66 |
| Binary | 10111011 | 1010111 | 10110000 | 0 | 110101 | 110 | 11011 | 100110011 | 101010 | 110110 |
Color Harmonies of #BB57B0
Complementary color
Monochromatic Colors of #BB57B0
Black with #BB57B0
Text Example
Text Example
White with #BB57B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB57B0; }
p { color: rgb(187,87,176); }
H1.HeaderClassName
{
color: #BB57B0;
}
.AnyTagClassName
{
color: #BB57B0;
}
</style>
background-color css
<style>
a { background-color: #BB57B0; }
a { background-color: rgb(187,87,176); }
div.DivClassName
{
background-color: #BB57B0;
}
.BgClassName
{
background-color: #BB57B0;
}
</style>
border-color css
<style>
span { border-color: #BB57B0; }
span { border-color: rgb(187,87,176); }
td.TdClassName
{
border-color: #BB57B0;
}
.TagClassName
{
border-color: #BB57B0;
}
</style>