Shades of Fuchsia #BB4EBA
Tints of Fuchsia #BB4EBA
RGB
CMYK
RGB Variations
Color information
#BB4EBA (or 0xBB4EBA) is known color: Fuchsia. HEX triplet: BB, 4E and BA. RGB value is (187,78,186). Sum of RGB (Red+Green+Blue) = 187+78+186=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 78 (30.86% from 255 or 17.29% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4EBA is #44B145. Grayscale: #7A7A7A. Windows color (decimal): -4501830 or 12209851. OLE color: 12209851.
HSL color Cylindrical-coordinate representation of color #BB4EBA: hue angle of 300.55º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB4EBA is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 78 | 186 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.27 |
| HSL | 300.55º | 0.44% | 0.52% | - |
| HSV(B) | 300.55º | 0.58% | 0.73% | - |
| XYZ | 32.08 | 19.56 | 48.54 | - |
| YUV | 122.9 | 163.61 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 78 | 186 | 0 | 0.58 | 0.01 | 0.27 | 300.55 | 0.44 | 0.52 |
| Hex | BB | 4E | BA | 0 | 3A | 1 | 1B | 12D | 2C | 34 |
| Octal | 273 | 116 | 272 | 0 | 72 | 1 | 33 | 455 | 54 | 64 |
| Binary | 10111011 | 1001110 | 10111010 | 0 | 111010 | 1 | 11011 | 100101101 | 101100 | 110100 |
Color Harmonies of #BB4EBA
Complementary color
Monochromatic Colors of #BB4EBA
Black with #BB4EBA
Text Example
Text Example
White with #BB4EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4EBA; }
p { color: rgb(187,78,186); }
H1.HeaderClassName
{
color: #BB4EBA;
}
.AnyTagClassName
{
color: #BB4EBA;
}
</style>
background-color css
<style>
a { background-color: #BB4EBA; }
a { background-color: rgb(187,78,186); }
div.DivClassName
{
background-color: #BB4EBA;
}
.BgClassName
{
background-color: #BB4EBA;
}
</style>
border-color css
<style>
span { border-color: #BB4EBA; }
span { border-color: rgb(187,78,186); }
td.TdClassName
{
border-color: #BB4EBA;
}
.TagClassName
{
border-color: #BB4EBA;
}
</style>