Shades of Fuchsia #B145AC
Tints of Fuchsia #B145AC
RGB
CMYK
RGB Variations
Color information
#B145AC (or 0xB145AC) is known color: Fuchsia. HEX triplet: B1, 45 and AC. RGB value is (177,69,172). Sum of RGB (Red+Green+Blue) = 177+69+172=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 69 (27.34% from 255 or 16.51% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 177 - color contains mainly: red. Hex color #B145AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B145AC is #4EBA53. Grayscale: #707070. Windows color (decimal): -5159508 or 11290033. OLE color: 11290033.
HSL color Cylindrical-coordinate representation of color #B145AC: hue angle of 302.78º 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 #B145AC is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 69 | 172 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.31 |
| HSL | 302.78º | 0.44% | 0.48% | - |
| HSV(B) | 302.78º | 0.61% | 0.69% | - |
| XYZ | 27.71 | 16.58 | 40.77 | - |
| YUV | 113.03 | 161.28 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 69 | 172 | 0 | 0.61 | 0.03 | 0.31 | 302.78 | 0.44 | 0.48 |
| Hex | B1 | 45 | AC | 0 | 3D | 3 | 1F | 12F | 2C | 30 |
| Octal | 261 | 105 | 254 | 0 | 75 | 3 | 37 | 457 | 54 | 60 |
| Binary | 10110001 | 1000101 | 10101100 | 0 | 111101 | 11 | 11111 | 100101111 | 101100 | 110000 |
Color Harmonies of #B145AC
Complementary color
Monochromatic Colors of #B145AC
Black with #B145AC
Text Example
Text Example
White with #B145AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B145AC; }
p { color: rgb(177,69,172); }
H1.HeaderClassName
{
color: #B145AC;
}
.AnyTagClassName
{
color: #B145AC;
}
</style>
background-color css
<style>
a { background-color: #B145AC; }
a { background-color: rgb(177,69,172); }
div.DivClassName
{
background-color: #B145AC;
}
.BgClassName
{
background-color: #B145AC;
}
</style>
border-color css
<style>
span { border-color: #B145AC; }
span { border-color: rgb(177,69,172); }
td.TdClassName
{
border-color: #B145AC;
}
.TagClassName
{
border-color: #B145AC;
}
</style>