Shades of Fuchsia #B144BB
Tints of Fuchsia #B144BB
RGB
CMYK
RGB Variations
Color information
#B144BB (or 0xB144BB) is known color: Fuchsia. HEX triplet: B1, 44 and BB. RGB value is (177,68,187). Sum of RGB (Red+Green+Blue) = 177+68+187=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 68 (26.95% from 255 or 15.74% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 187 - color contains mainly: blue. Hex color #B144BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B144BB is #4EBB44. Grayscale: #717171. Windows color (decimal): -5159749 or 12272817. OLE color: 12272817.
HSL color Cylindrical-coordinate representation of color #B144BB: hue angle of 294.96º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B144BB is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 68 | 187 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.27 |
| HSL | 294.96º | 0.47% | 0.5% | - |
| HSV(B) | 294.96º | 0.64% | 0.73% | - |
| XYZ | 29.17 | 17.07 | 48.77 | - |
| YUV | 114.16 | 169.11 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 68 | 187 | 0.05 | 0.64 | 0 | 0.27 | 294.96 | 0.47 | 0.5 |
| Hex | B1 | 44 | BB | 5 | 40 | 0 | 1B | 127 | 2F | 32 |
| Octal | 261 | 104 | 273 | 5 | 100 | 0 | 33 | 447 | 57 | 62 |
| Binary | 10110001 | 1000100 | 10111011 | 101 | 1000000 | 0 | 11011 | 100100111 | 101111 | 110010 |
Color Harmonies of #B144BB
Complementary color
Monochromatic Colors of #B144BB
Black with #B144BB
Text Example
Text Example
White with #B144BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B144BB; }
p { color: rgb(177,68,187); }
H1.HeaderClassName
{
color: #B144BB;
}
.AnyTagClassName
{
color: #B144BB;
}
</style>
background-color css
<style>
a { background-color: #B144BB; }
a { background-color: rgb(177,68,187); }
div.DivClassName
{
background-color: #B144BB;
}
.BgClassName
{
background-color: #B144BB;
}
</style>
border-color css
<style>
span { border-color: #B144BB; }
span { border-color: rgb(177,68,187); }
td.TdClassName
{
border-color: #B144BB;
}
.TagClassName
{
border-color: #B144BB;
}
</style>