Shades of Fuchsia #BB4EBB
Tints of Fuchsia #BB4EBB
RGB
CMYK
RGB Variations
Color information
#BB4EBB (or 0xBB4EBB) is known color: Fuchsia. HEX triplet: BB, 4E and BB. RGB value is (187,78,187). Sum of RGB (Red+Green+Blue) = 187+78+187=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 78 (30.86% from 255 or 17.26% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB4EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4EBB is #44B144. Grayscale: #7A7A7A. Windows color (decimal): -4501829 or 12275387. OLE color: 12275387.
HSL color Cylindrical-coordinate representation of color #BB4EBB: hue angle of 300º 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 #BB4EBB is Cyan = 0, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 78 | 187 | - |
| CMYK | 0 | 0.58 | 0 | 0.27 |
| HSL | 300º | 0.44% | 0.52% | - |
| HSV(B) | 300º | 0.58% | 0.73% | - |
| XYZ | 32.19 | 19.6 | 49.1 | - |
| YUV | 123.02 | 164.11 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 78 | 187 | 0 | 0.58 | 0 | 0.27 | 300 | 0.44 | 0.52 |
| Hex | BB | 4E | BB | 0 | 3A | 0 | 1B | 12C | 2C | 34 |
| Octal | 273 | 116 | 273 | 0 | 72 | 0 | 33 | 454 | 54 | 64 |
| Binary | 10111011 | 1001110 | 10111011 | 0 | 111010 | 0 | 11011 | 100101100 | 101100 | 110100 |
Color Harmonies of #BB4EBB
Complementary color
Monochromatic Colors of #BB4EBB
Black with #BB4EBB
Text Example
Text Example
White with #BB4EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4EBB; }
p { color: rgb(187,78,187); }
H1.HeaderClassName
{
color: #BB4EBB;
}
.AnyTagClassName
{
color: #BB4EBB;
}
</style>
background-color css
<style>
a { background-color: #BB4EBB; }
a { background-color: rgb(187,78,187); }
div.DivClassName
{
background-color: #BB4EBB;
}
.BgClassName
{
background-color: #BB4EBB;
}
</style>
border-color css
<style>
span { border-color: #BB4EBB; }
span { border-color: rgb(187,78,187); }
td.TdClassName
{
border-color: #BB4EBB;
}
.TagClassName
{
border-color: #BB4EBB;
}
</style>