Shades of Fuchsia #BB57C0
Tints of Fuchsia #BB57C0
RGB
CMYK
RGB Variations
Color information
#BB57C0 (or 0xBB57C0) is known color: Fuchsia. HEX triplet: BB, 57 and C0. RGB value is (187,87,192). Sum of RGB (Red+Green+Blue) = 187+87+192=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 87 (34.38% from 255 or 18.67% from 466); Blue value is 192 (75.39% from 255 or 41.20% from 466); Max value from RGB is 192 - color contains mainly: blue. Hex color #BB57C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB57C0 is #44A83F. Grayscale: #808080. Windows color (decimal): -4499520 or 12605371. OLE color: 12605371.
HSL color Cylindrical-coordinate representation of color #BB57C0: hue angle of 297.14º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB57C0 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 87 | 192 | - |
| CMYK | 0.03 | 0.55 | 0 | 0.25 |
| HSL | 297.14º | 0.45% | 0.55% | - |
| HSV(B) | 297.14º | 0.55% | 0.75% | - |
| XYZ | 33.42 | 21.19 | 52.2 | - |
| YUV | 128.87 | 163.63 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 87 | 192 | 0.03 | 0.55 | 0 | 0.25 | 297.14 | 0.45 | 0.55 |
| Hex | BB | 57 | C0 | 3 | 37 | 0 | 19 | 129 | 2D | 37 |
| Octal | 273 | 127 | 300 | 3 | 67 | 0 | 31 | 451 | 55 | 67 |
| Binary | 10111011 | 1010111 | 11000000 | 11 | 110111 | 0 | 11001 | 100101001 | 101101 | 110111 |
Color Harmonies of #BB57C0
Complementary color
Monochromatic Colors of #BB57C0
Black with #BB57C0
Text Example
Text Example
White with #BB57C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB57C0; }
p { color: rgb(187,87,192); }
H1.HeaderClassName
{
color: #BB57C0;
}
.AnyTagClassName
{
color: #BB57C0;
}
</style>
background-color css
<style>
a { background-color: #BB57C0; }
a { background-color: rgb(187,87,192); }
div.DivClassName
{
background-color: #BB57C0;
}
.BgClassName
{
background-color: #BB57C0;
}
</style>
border-color css
<style>
span { border-color: #BB57C0; }
span { border-color: rgb(187,87,192); }
td.TdClassName
{
border-color: #BB57C0;
}
.TagClassName
{
border-color: #BB57C0;
}
</style>