Shades of Fuchsia #B145B0
Tints of Fuchsia #B145B0
RGB
CMYK
RGB Variations
Color information
#B145B0 (or 0xB145B0) is known color: Fuchsia. HEX triplet: B1, 45 and B0. RGB value is (177,69,176). Sum of RGB (Red+Green+Blue) = 177+69+176=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 69 (27.34% from 255 or 16.35% from 422); Blue value is 176 (69.14% from 255 or 41.71% from 422); Max value from RGB is 177 - color contains mainly: red. Hex color #B145B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B145B0 is #4EBA4F. Grayscale: #717171. Windows color (decimal): -5159504 or 11552177. OLE color: 11552177.
HSL color Cylindrical-coordinate representation of color #B145B0: hue angle of 300.56º 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 #B145B0 is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 69 | 176 | - |
| CMYK | 0 | 0.61 | 0.01 | 0.31 |
| HSL | 300.56º | 0.44% | 0.48% | - |
| HSV(B) | 300.56º | 0.61% | 0.69% | - |
| XYZ | 28.1 | 16.74 | 42.82 | - |
| YUV | 113.49 | 163.28 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 69 | 176 | 0 | 0.61 | 0.01 | 0.31 | 300.56 | 0.44 | 0.48 |
| Hex | B1 | 45 | B0 | 0 | 3D | 1 | 1F | 12D | 2C | 30 |
| Octal | 261 | 105 | 260 | 0 | 75 | 1 | 37 | 455 | 54 | 60 |
| Binary | 10110001 | 1000101 | 10110000 | 0 | 111101 | 1 | 11111 | 100101101 | 101100 | 110000 |
Color Harmonies of #B145B0
Complementary color
Monochromatic Colors of #B145B0
Black with #B145B0
Text Example
Text Example
White with #B145B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B145B0; }
p { color: rgb(177,69,176); }
H1.HeaderClassName
{
color: #B145B0;
}
.AnyTagClassName
{
color: #B145B0;
}
</style>
background-color css
<style>
a { background-color: #B145B0; }
a { background-color: rgb(177,69,176); }
div.DivClassName
{
background-color: #B145B0;
}
.BgClassName
{
background-color: #B145B0;
}
</style>
border-color css
<style>
span { border-color: #B145B0; }
span { border-color: rgb(177,69,176); }
td.TdClassName
{
border-color: #B145B0;
}
.TagClassName
{
border-color: #B145B0;
}
</style>