Shades of Fuchsia #BB4DBF
Tints of Fuchsia #BB4DBF
RGB
CMYK
RGB Variations
Color information
#BB4DBF (or 0xBB4DBF) is known color: Fuchsia. HEX triplet: BB, 4D and BF. RGB value is (187,77,191). Sum of RGB (Red+Green+Blue) = 187+77+191=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 77 (30.47% from 255 or 16.92% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB4DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4DBF is #44B240. Grayscale: #7A7A7A. Windows color (decimal): -4502081 or 12537275. OLE color: 12537275.
HSL color Cylindrical-coordinate representation of color #BB4DBF: hue angle of 297.89º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB4DBF is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 77 | 191 | - |
| CMYK | 0.02 | 0.60 | 0 | 0.25 |
| HSL | 297.89º | 0.47% | 0.53% | - |
| HSV(B) | 297.89º | 0.6% | 0.75% | - |
| XYZ | 32.55 | 19.63 | 51.36 | - |
| YUV | 122.89 | 166.44 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 77 | 191 | 0.02 | 0.60 | 0 | 0.25 | 297.89 | 0.47 | 0.53 |
| Hex | BB | 4D | BF | 2 | 3C | 0 | 19 | 12A | 2F | 35 |
| Octal | 273 | 115 | 277 | 2 | 74 | 0 | 31 | 452 | 57 | 65 |
| Binary | 10111011 | 1001101 | 10111111 | 10 | 111100 | 0 | 11001 | 100101010 | 101111 | 110101 |
Color Harmonies of #BB4DBF
Complementary color
Monochromatic Colors of #BB4DBF
Black with #BB4DBF
Text Example
Text Example
White with #BB4DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4DBF; }
p { color: rgb(187,77,191); }
H1.HeaderClassName
{
color: #BB4DBF;
}
.AnyTagClassName
{
color: #BB4DBF;
}
</style>
background-color css
<style>
a { background-color: #BB4DBF; }
a { background-color: rgb(187,77,191); }
div.DivClassName
{
background-color: #BB4DBF;
}
.BgClassName
{
background-color: #BB4DBF;
}
</style>
border-color css
<style>
span { border-color: #BB4DBF; }
span { border-color: rgb(187,77,191); }
td.TdClassName
{
border-color: #BB4DBF;
}
.TagClassName
{
border-color: #BB4DBF;
}
</style>