Shades of Fuchsia #BB4EC6
Tints of Fuchsia #BB4EC6
RGB
CMYK
RGB Variations
Color information
#BB4EC6 (or 0xBB4EC6) is known color: Fuchsia. HEX triplet: BB, 4E and C6. RGB value is (187,78,198). Sum of RGB (Red+Green+Blue) = 187+78+198=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 78 (30.86% from 255 or 16.85% from 463); Blue value is 198 (77.73% from 255 or 42.76% from 463); Max value from RGB is 198 - color contains mainly: blue. Hex color #BB4EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4EC6 is #44B139. Grayscale: #7B7B7B. Windows color (decimal): -4501818 or 12996283. OLE color: 12996283.
HSL color Cylindrical-coordinate representation of color #BB4EC6: hue angle of 294.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB4EC6 is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 78 | 198 | - |
| CMYK | 0.06 | 0.61 | 0 | 0.22 |
| HSL | 294.5º | 0.51% | 0.54% | - |
| HSV(B) | 294.5º | 0.61% | 0.78% | - |
| XYZ | 33.41 | 20.09 | 55.54 | - |
| YUV | 124.27 | 169.61 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 78 | 198 | 0.06 | 0.61 | 0 | 0.22 | 294.5 | 0.51 | 0.54 |
| Hex | BB | 4E | C6 | 6 | 3D | 0 | 16 | 126 | 33 | 36 |
| Octal | 273 | 116 | 306 | 6 | 75 | 0 | 26 | 446 | 63 | 66 |
| Binary | 10111011 | 1001110 | 11000110 | 110 | 111101 | 0 | 10110 | 100100110 | 110011 | 110110 |
Color Harmonies of #BB4EC6
Complementary color
Monochromatic Colors of #BB4EC6
Black with #BB4EC6
Text Example
Text Example
White with #BB4EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4EC6; }
p { color: rgb(187,78,198); }
H1.HeaderClassName
{
color: #BB4EC6;
}
.AnyTagClassName
{
color: #BB4EC6;
}
</style>
background-color css
<style>
a { background-color: #BB4EC6; }
a { background-color: rgb(187,78,198); }
div.DivClassName
{
background-color: #BB4EC6;
}
.BgClassName
{
background-color: #BB4EC6;
}
</style>
border-color css
<style>
span { border-color: #BB4EC6; }
span { border-color: rgb(187,78,198); }
td.TdClassName
{
border-color: #BB4EC6;
}
.TagClassName
{
border-color: #BB4EC6;
}
</style>