Shades of Fuchsia #BB4DB7
Tints of Fuchsia #BB4DB7
RGB
CMYK
RGB Variations
Color information
#BB4DB7 (or 0xBB4DB7) is known color: Fuchsia. HEX triplet: BB, 4D and B7. RGB value is (187,77,183). Sum of RGB (Red+Green+Blue) = 187+77+183=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 77 (30.47% from 255 or 17.23% from 447); Blue value is 183 (71.88% from 255 or 40.94% from 447); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4DB7 is #44B248. Grayscale: #797979. Windows color (decimal): -4502089 or 12012987. OLE color: 12012987.
HSL color Cylindrical-coordinate representation of color #BB4DB7: hue angle of 302.18º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB4DB7 is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 77 | 183 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.27 |
| HSL | 302.18º | 0.45% | 0.52% | - |
| HSV(B) | 302.18º | 0.59% | 0.73% | - |
| XYZ | 31.69 | 19.29 | 46.85 | - |
| YUV | 121.97 | 162.44 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 77 | 183 | 0 | 0.59 | 0.02 | 0.27 | 302.18 | 0.45 | 0.52 |
| Hex | BB | 4D | B7 | 0 | 3B | 2 | 1B | 12E | 2D | 34 |
| Octal | 273 | 115 | 267 | 0 | 73 | 2 | 33 | 456 | 55 | 64 |
| Binary | 10111011 | 1001101 | 10110111 | 0 | 111011 | 10 | 11011 | 100101110 | 101101 | 110100 |
Color Harmonies of #BB4DB7
Complementary color
Monochromatic Colors of #BB4DB7
Black with #BB4DB7
Text Example
Text Example
White with #BB4DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4DB7; }
p { color: rgb(187,77,183); }
H1.HeaderClassName
{
color: #BB4DB7;
}
.AnyTagClassName
{
color: #BB4DB7;
}
</style>
background-color css
<style>
a { background-color: #BB4DB7; }
a { background-color: rgb(187,77,183); }
div.DivClassName
{
background-color: #BB4DB7;
}
.BgClassName
{
background-color: #BB4DB7;
}
</style>
border-color css
<style>
span { border-color: #BB4DB7; }
span { border-color: rgb(187,77,183); }
td.TdClassName
{
border-color: #BB4DB7;
}
.TagClassName
{
border-color: #BB4DB7;
}
</style>