Shades of Fuchsia #BB57BD
Tints of Fuchsia #BB57BD
RGB
CMYK
RGB Variations
Color information
#BB57BD (or 0xBB57BD) is known color: Fuchsia. HEX triplet: BB, 57 and BD. RGB value is (187,87,189). Sum of RGB (Red+Green+Blue) = 187+87+189=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 87 (34.38% from 255 or 18.79% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB57BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB57BD is #44A842. Grayscale: #808080. Windows color (decimal): -4499523 or 12408763. OLE color: 12408763.
HSL color Cylindrical-coordinate representation of color #BB57BD: hue angle of 298.82º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BB57BD is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 87 | 189 | - |
| CMYK | 0.01 | 0.54 | 0 | 0.26 |
| HSL | 298.82º | 0.44% | 0.54% | - |
| HSV(B) | 298.82º | 0.54% | 0.74% | - |
| XYZ | 33.09 | 21.06 | 50.46 | - |
| YUV | 128.53 | 162.13 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 87 | 189 | 0.01 | 0.54 | 0 | 0.26 | 298.82 | 0.44 | 0.54 |
| Hex | BB | 57 | BD | 1 | 36 | 0 | 1A | 12B | 2C | 36 |
| Octal | 273 | 127 | 275 | 1 | 66 | 0 | 32 | 453 | 54 | 66 |
| Binary | 10111011 | 1010111 | 10111101 | 1 | 110110 | 0 | 11010 | 100101011 | 101100 | 110110 |
Color Harmonies of #BB57BD
Complementary color
Monochromatic Colors of #BB57BD
Black with #BB57BD
Text Example
Text Example
White with #BB57BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB57BD; }
p { color: rgb(187,87,189); }
H1.HeaderClassName
{
color: #BB57BD;
}
.AnyTagClassName
{
color: #BB57BD;
}
</style>
background-color css
<style>
a { background-color: #BB57BD; }
a { background-color: rgb(187,87,189); }
div.DivClassName
{
background-color: #BB57BD;
}
.BgClassName
{
background-color: #BB57BD;
}
</style>
border-color css
<style>
span { border-color: #BB57BD; }
span { border-color: rgb(187,87,189); }
td.TdClassName
{
border-color: #BB57BD;
}
.TagClassName
{
border-color: #BB57BD;
}
</style>