Shades of Fuchsia #BB55BD
Tints of Fuchsia #BB55BD
RGB
CMYK
RGB Variations
Color information
#BB55BD (or 0xBB55BD) is known color: Fuchsia. HEX triplet: BB, 55 and BD. RGB value is (187,85,189). Sum of RGB (Red+Green+Blue) = 187+85+189=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 85 (33.59% from 255 or 18.44% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB55BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB55BD is #44AA42. Grayscale: #7F7F7F. Windows color (decimal): -4500035 or 12408251. OLE color: 12408251.
HSL color Cylindrical-coordinate representation of color #BB55BD: hue angle of 298.85º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB55BD is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 85 | 189 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.26 |
| HSL | 298.85º | 0.44% | 0.54% | - |
| HSV(B) | 298.85º | 0.55% | 0.74% | - |
| XYZ | 32.93 | 20.74 | 50.41 | - |
| YUV | 127.35 | 162.79 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 85 | 189 | 0.01 | 0.55 | 0 | 0.26 | 298.85 | 0.44 | 0.54 |
| Hex | BB | 55 | BD | 1 | 37 | 0 | 1A | 12B | 2C | 36 |
| Octal | 273 | 125 | 275 | 1 | 67 | 0 | 32 | 453 | 54 | 66 |
| Binary | 10111011 | 1010101 | 10111101 | 1 | 110111 | 0 | 11010 | 100101011 | 101100 | 110110 |
Color Harmonies of #BB55BD
Complementary color
Monochromatic Colors of #BB55BD
Black with #BB55BD
Text Example
Text Example
White with #BB55BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB55BD; }
p { color: rgb(187,85,189); }
H1.HeaderClassName
{
color: #BB55BD;
}
.AnyTagClassName
{
color: #BB55BD;
}
</style>
background-color css
<style>
a { background-color: #BB55BD; }
a { background-color: rgb(187,85,189); }
div.DivClassName
{
background-color: #BB55BD;
}
.BgClassName
{
background-color: #BB55BD;
}
</style>
border-color css
<style>
span { border-color: #BB55BD; }
span { border-color: rgb(187,85,189); }
td.TdClassName
{
border-color: #BB55BD;
}
.TagClassName
{
border-color: #BB55BD;
}
</style>