Shades of Fuchsia #B149BA
Tints of Fuchsia #B149BA
RGB
CMYK
RGB Variations
Color information
#B149BA (or 0xB149BA) is known color: Fuchsia. HEX triplet: B1, 49 and BA. RGB value is (177,73,186). Sum of RGB (Red+Green+Blue) = 177+73+186=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 73 (28.91% from 255 or 16.74% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #B149BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B149BA is #4EB645. Grayscale: #747474. Windows color (decimal): -5158470 or 12208561. OLE color: 12208561.
HSL color Cylindrical-coordinate representation of color #B149BA: hue angle of 295.22º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B149BA is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 73 | 186 | - |
| CMYK | 0.05 | 0.61 | 0 | 0.27 |
| HSL | 295.22º | 0.45% | 0.51% | - |
| HSV(B) | 295.22º | 0.61% | 0.73% | - |
| XYZ | 29.38 | 17.66 | 48.31 | - |
| YUV | 116.98 | 166.96 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 73 | 186 | 0.05 | 0.61 | 0 | 0.27 | 295.22 | 0.45 | 0.51 |
| Hex | B1 | 49 | BA | 5 | 3D | 0 | 1B | 127 | 2D | 33 |
| Octal | 261 | 111 | 272 | 5 | 75 | 0 | 33 | 447 | 55 | 63 |
| Binary | 10110001 | 1001001 | 10111010 | 101 | 111101 | 0 | 11011 | 100100111 | 101101 | 110011 |
Color Harmonies of #B149BA
Complementary color
Monochromatic Colors of #B149BA
Black with #B149BA
Text Example
Text Example
White with #B149BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B149BA; }
p { color: rgb(177,73,186); }
H1.HeaderClassName
{
color: #B149BA;
}
.AnyTagClassName
{
color: #B149BA;
}
</style>
background-color css
<style>
a { background-color: #B149BA; }
a { background-color: rgb(177,73,186); }
div.DivClassName
{
background-color: #B149BA;
}
.BgClassName
{
background-color: #B149BA;
}
</style>
border-color css
<style>
span { border-color: #B149BA; }
span { border-color: rgb(177,73,186); }
td.TdClassName
{
border-color: #B149BA;
}
.TagClassName
{
border-color: #B149BA;
}
</style>