Shades of Fuchsia #B145AA
Tints of Fuchsia #B145AA
RGB
CMYK
RGB Variations
Color information
#B145AA (or 0xB145AA) is known color: Fuchsia. HEX triplet: B1, 45 and AA. RGB value is (177,69,170). Sum of RGB (Red+Green+Blue) = 177+69+170=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 69 (27.34% from 255 or 16.59% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 177 - color contains mainly: red. Hex color #B145AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B145AA is #4EBA55. Grayscale: #707070. Windows color (decimal): -5159510 or 11158961. OLE color: 11158961.
HSL color Cylindrical-coordinate representation of color #B145AA: hue angle of 303.89º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B145AA is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 69 | 170 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.31 |
| HSL | 303.89º | 0.44% | 0.48% | - |
| HSV(B) | 303.89º | 0.61% | 0.69% | - |
| XYZ | 27.52 | 16.51 | 39.77 | - |
| YUV | 112.81 | 160.28 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 69 | 170 | 0 | 0.61 | 0.04 | 0.31 | 303.89 | 0.44 | 0.48 |
| Hex | B1 | 45 | AA | 0 | 3D | 4 | 1F | 130 | 2C | 30 |
| Octal | 261 | 105 | 252 | 0 | 75 | 4 | 37 | 460 | 54 | 60 |
| Binary | 10110001 | 1000101 | 10101010 | 0 | 111101 | 100 | 11111 | 100110000 | 101100 | 110000 |
Color Harmonies of #B145AA
Complementary color
Monochromatic Colors of #B145AA
Black with #B145AA
Text Example
Text Example
White with #B145AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B145AA; }
p { color: rgb(177,69,170); }
H1.HeaderClassName
{
color: #B145AA;
}
.AnyTagClassName
{
color: #B145AA;
}
</style>
background-color css
<style>
a { background-color: #B145AA; }
a { background-color: rgb(177,69,170); }
div.DivClassName
{
background-color: #B145AA;
}
.BgClassName
{
background-color: #B145AA;
}
</style>
border-color css
<style>
span { border-color: #B145AA; }
span { border-color: rgb(177,69,170); }
td.TdClassName
{
border-color: #B145AA;
}
.TagClassName
{
border-color: #B145AA;
}
</style>