Shades of Fuchsia #B144B0
Tints of Fuchsia #B144B0
RGB
CMYK
RGB Variations
Color information
#B144B0 (or 0xB144B0) is known color: Fuchsia. HEX triplet: B1, 44 and B0. RGB value is (177,68,176). Sum of RGB (Red+Green+Blue) = 177+68+176=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 68 (26.95% from 255 or 16.15% from 421); Blue value is 176 (69.14% from 255 or 41.81% from 421); Max value from RGB is 177 - color contains mainly: red. Hex color #B144B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B144B0 is #4EBB4F. Grayscale: #707070. Windows color (decimal): -5159760 or 11551921. OLE color: 11551921.
HSL color Cylindrical-coordinate representation of color #B144B0: hue angle of 300.55º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B144B0 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 68 | 176 | - |
| CMYK | 0 | 0.62 | 0.01 | 0.31 |
| HSL | 300.55º | 0.44% | 0.48% | - |
| HSV(B) | 300.55º | 0.62% | 0.69% | - |
| XYZ | 28.04 | 16.62 | 42.8 | - |
| YUV | 112.9 | 163.61 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 68 | 176 | 0 | 0.62 | 0.01 | 0.31 | 300.55 | 0.44 | 0.48 |
| Hex | B1 | 44 | B0 | 0 | 3E | 1 | 1F | 12D | 2C | 30 |
| Octal | 261 | 104 | 260 | 0 | 76 | 1 | 37 | 455 | 54 | 60 |
| Binary | 10110001 | 1000100 | 10110000 | 0 | 111110 | 1 | 11111 | 100101101 | 101100 | 110000 |
Color Harmonies of #B144B0
Complementary color
Monochromatic Colors of #B144B0
Black with #B144B0
Text Example
Text Example
White with #B144B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B144B0; }
p { color: rgb(177,68,176); }
H1.HeaderClassName
{
color: #B144B0;
}
.AnyTagClassName
{
color: #B144B0;
}
</style>
background-color css
<style>
a { background-color: #B144B0; }
a { background-color: rgb(177,68,176); }
div.DivClassName
{
background-color: #B144B0;
}
.BgClassName
{
background-color: #B144B0;
}
</style>
border-color css
<style>
span { border-color: #B144B0; }
span { border-color: rgb(177,68,176); }
td.TdClassName
{
border-color: #B144B0;
}
.TagClassName
{
border-color: #B144B0;
}
</style>