Shades of Fuchsia #BB4DB5
Tints of Fuchsia #BB4DB5
RGB
CMYK
RGB Variations
Color information
#BB4DB5 (or 0xBB4DB5) is known color: Fuchsia. HEX triplet: BB, 4D and B5. RGB value is (187,77,181). Sum of RGB (Red+Green+Blue) = 187+77+181=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 77 (30.47% from 255 or 17.30% from 445); Blue value is 181 (71.09% from 255 or 40.67% from 445); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4DB5 is #44B24A. Grayscale: #797979. Windows color (decimal): -4502091 or 11881915. OLE color: 11881915.
HSL color Cylindrical-coordinate representation of color #BB4DB5: hue angle of 303.27º 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 #BB4DB5 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 77 | 181 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.27 |
| HSL | 303.27º | 0.45% | 0.52% | - |
| HSV(B) | 303.27º | 0.59% | 0.73% | - |
| XYZ | 31.49 | 19.21 | 45.76 | - |
| YUV | 121.75 | 161.44 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 77 | 181 | 0 | 0.59 | 0.03 | 0.27 | 303.27 | 0.45 | 0.52 |
| Hex | BB | 4D | B5 | 0 | 3B | 3 | 1B | 12F | 2D | 34 |
| Octal | 273 | 115 | 265 | 0 | 73 | 3 | 33 | 457 | 55 | 64 |
| Binary | 10111011 | 1001101 | 10110101 | 0 | 111011 | 11 | 11011 | 100101111 | 101101 | 110100 |
Color Harmonies of #BB4DB5
Complementary color
Monochromatic Colors of #BB4DB5
Black with #BB4DB5
Text Example
Text Example
White with #BB4DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4DB5; }
p { color: rgb(187,77,181); }
H1.HeaderClassName
{
color: #BB4DB5;
}
.AnyTagClassName
{
color: #BB4DB5;
}
</style>
background-color css
<style>
a { background-color: #BB4DB5; }
a { background-color: rgb(187,77,181); }
div.DivClassName
{
background-color: #BB4DB5;
}
.BgClassName
{
background-color: #BB4DB5;
}
</style>
border-color css
<style>
span { border-color: #BB4DB5; }
span { border-color: rgb(187,77,181); }
td.TdClassName
{
border-color: #BB4DB5;
}
.TagClassName
{
border-color: #BB4DB5;
}
</style>