Shades of Fuchsia #B14CBA
Tints of Fuchsia #B14CBA
RGB
CMYK
RGB Variations
Color information
#B14CBA (or 0xB14CBA) is known color: Fuchsia. HEX triplet: B1, 4C and BA. RGB value is (177,76,186). Sum of RGB (Red+Green+Blue) = 177+76+186=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 76 (30.08% from 255 or 17.31% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #B14CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B14CBA is #4EB345. Grayscale: #767676. Windows color (decimal): -5157702 or 12209329. OLE color: 12209329.
HSL color Cylindrical-coordinate representation of color #B14CBA: hue angle of 295.09º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B14CBA is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 76 | 186 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.27 |
| HSL | 295.09º | 0.44% | 0.51% | - |
| HSV(B) | 295.09º | 0.59% | 0.73% | - |
| XYZ | 29.58 | 18.06 | 48.38 | - |
| YUV | 118.74 | 165.96 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 76 | 186 | 0.05 | 0.59 | 0 | 0.27 | 295.09 | 0.44 | 0.51 |
| Hex | B1 | 4C | BA | 5 | 3B | 0 | 1B | 127 | 2C | 33 |
| Octal | 261 | 114 | 272 | 5 | 73 | 0 | 33 | 447 | 54 | 63 |
| Binary | 10110001 | 1001100 | 10111010 | 101 | 111011 | 0 | 11011 | 100100111 | 101100 | 110011 |
Color Harmonies of #B14CBA
Complementary color
Monochromatic Colors of #B14CBA
Black with #B14CBA
Text Example
Text Example
White with #B14CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14CBA; }
p { color: rgb(177,76,186); }
H1.HeaderClassName
{
color: #B14CBA;
}
.AnyTagClassName
{
color: #B14CBA;
}
</style>
background-color css
<style>
a { background-color: #B14CBA; }
a { background-color: rgb(177,76,186); }
div.DivClassName
{
background-color: #B14CBA;
}
.BgClassName
{
background-color: #B14CBA;
}
</style>
border-color css
<style>
span { border-color: #B14CBA; }
span { border-color: rgb(177,76,186); }
td.TdClassName
{
border-color: #B14CBA;
}
.TagClassName
{
border-color: #B14CBA;
}
</style>