Shades of Fuchsia #BB2FAB
Tints of Fuchsia #BB2FAB
RGB
CMYK
RGB Variations
Color information
#BB2FAB (or 0xBB2FAB) is known color: Fuchsia. HEX triplet: BB, 2F and AB. RGB value is (187,47,171). Sum of RGB (Red+Green+Blue) = 187+47+171=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 47 (18.75% from 255 or 11.60% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2FAB is #44D054. Grayscale: #666666. Windows color (decimal): -4509781 or 11218875. OLE color: 11218875.
HSL color Cylindrical-coordinate representation of color #BB2FAB: hue angle of 306.86º degrees, saturation: 0.6, 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 #BB2FAB is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 47 | 171 | - |
| CMYK | 0 | 0.75 | 0.09 | 0.27 |
| HSL | 306.86º | 0.6% | 0.46% | - |
| HSV(B) | 306.86º | 0.75% | 0.73% | - |
| XYZ | 28.86 | 15.54 | 40.01 | - |
| YUV | 103 | 166.38 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 47 | 171 | 0 | 0.75 | 0.09 | 0.27 | 306.86 | 0.6 | 0.46 |
| Hex | BB | 2F | AB | 0 | 4B | 9 | 1B | 133 | 3C | 2E |
| Octal | 273 | 57 | 253 | 0 | 113 | 11 | 33 | 463 | 74 | 56 |
| Binary | 10111011 | 101111 | 10101011 | 0 | 1001011 | 1001 | 11011 | 100110011 | 111100 | 101110 |
Color Harmonies of #BB2FAB
Complementary color
Monochromatic Colors of #BB2FAB
Black with #BB2FAB
Text Example
Text Example
White with #BB2FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2FAB; }
p { color: rgb(187,47,171); }
H1.HeaderClassName
{
color: #BB2FAB;
}
.AnyTagClassName
{
color: #BB2FAB;
}
</style>
background-color css
<style>
a { background-color: #BB2FAB; }
a { background-color: rgb(187,47,171); }
div.DivClassName
{
background-color: #BB2FAB;
}
.BgClassName
{
background-color: #BB2FAB;
}
</style>
border-color css
<style>
span { border-color: #BB2FAB; }
span { border-color: rgb(187,47,171); }
td.TdClassName
{
border-color: #BB2FAB;
}
.TagClassName
{
border-color: #BB2FAB;
}
</style>