Shades of Fuchsia #BB57BB
Tints of Fuchsia #BB57BB
RGB
CMYK
RGB Variations
Color information
#BB57BB (or 0xBB57BB) is known color: Fuchsia. HEX triplet: BB, 57 and BB. RGB value is (187,87,187). Sum of RGB (Red+Green+Blue) = 187+87+187=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 87 (34.38% from 255 or 18.87% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB57BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB57BB is #44A844. Grayscale: #808080. Windows color (decimal): -4499525 or 12277691. OLE color: 12277691.
HSL color Cylindrical-coordinate representation of color #BB57BB: hue angle of 300º 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 #BB57BB is Cyan = 0, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 87 | 187 | - |
| CMYK | 0 | 0.53 | 0 | 0.27 |
| HSL | 300º | 0.42% | 0.54% | - |
| HSV(B) | 300º | 0.53% | 0.73% | - |
| XYZ | 32.87 | 20.97 | 49.33 | - |
| YUV | 128.3 | 161.13 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 87 | 187 | 0 | 0.53 | 0 | 0.27 | 300 | 0.42 | 0.54 |
| Hex | BB | 57 | BB | 0 | 35 | 0 | 1B | 12C | 2A | 36 |
| Octal | 273 | 127 | 273 | 0 | 65 | 0 | 33 | 454 | 52 | 66 |
| Binary | 10111011 | 1010111 | 10111011 | 0 | 110101 | 0 | 11011 | 100101100 | 101010 | 110110 |
Color Harmonies of #BB57BB
Complementary color
Monochromatic Colors of #BB57BB
Black with #BB57BB
Text Example
Text Example
White with #BB57BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB57BB; }
p { color: rgb(187,87,187); }
H1.HeaderClassName
{
color: #BB57BB;
}
.AnyTagClassName
{
color: #BB57BB;
}
</style>
background-color css
<style>
a { background-color: #BB57BB; }
a { background-color: rgb(187,87,187); }
div.DivClassName
{
background-color: #BB57BB;
}
.BgClassName
{
background-color: #BB57BB;
}
</style>
border-color css
<style>
span { border-color: #BB57BB; }
span { border-color: rgb(187,87,187); }
td.TdClassName
{
border-color: #BB57BB;
}
.TagClassName
{
border-color: #BB57BB;
}
</style>