Shades of Fuchsia #BB2EBB
Tints of Fuchsia #BB2EBB
RGB
CMYK
RGB Variations
Color information
#BB2EBB (or 0xBB2EBB) is known color: Fuchsia. HEX triplet: BB, 2E and BB. RGB value is (187,46,187). Sum of RGB (Red+Green+Blue) = 187+46+187=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 46 (18.36% from 255 or 10.95% from 420); Blue value is 187 (73.44% from 255 or 44.52% from 420); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB2EBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2EBB is #44D144. Grayscale: #676767. Windows color (decimal): -4510021 or 12267195. OLE color: 12267195.
HSL color Cylindrical-coordinate representation of color #BB2EBB: hue angle of 300º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB2EBB is Cyan = 0, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 46 | 187 | - |
| CMYK | 0 | 0.75 | 0 | 0.27 |
| HSL | 300º | 0.61% | 0.46% | - |
| HSV(B) | 300º | 0.75% | 0.73% | - |
| XYZ | 30.44 | 16.11 | 48.52 | - |
| YUV | 104.23 | 174.71 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 46 | 187 | 0 | 0.75 | 0 | 0.27 | 300 | 0.61 | 0.46 |
| Hex | BB | 2E | BB | 0 | 4B | 0 | 1B | 12C | 3D | 2E |
| Octal | 273 | 56 | 273 | 0 | 113 | 0 | 33 | 454 | 75 | 56 |
| Binary | 10111011 | 101110 | 10111011 | 0 | 1001011 | 0 | 11011 | 100101100 | 111101 | 101110 |
Color Harmonies of #BB2EBB
Complementary color
Monochromatic Colors of #BB2EBB
Black with #BB2EBB
Text Example
Text Example
White with #BB2EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2EBB; }
p { color: rgb(187,46,187); }
H1.HeaderClassName
{
color: #BB2EBB;
}
.AnyTagClassName
{
color: #BB2EBB;
}
</style>
background-color css
<style>
a { background-color: #BB2EBB; }
a { background-color: rgb(187,46,187); }
div.DivClassName
{
background-color: #BB2EBB;
}
.BgClassName
{
background-color: #BB2EBB;
}
</style>
border-color css
<style>
span { border-color: #BB2EBB; }
span { border-color: rgb(187,46,187); }
td.TdClassName
{
border-color: #BB2EBB;
}
.TagClassName
{
border-color: #BB2EBB;
}
</style>