Shades of Fuchsia #B144BD
Tints of Fuchsia #B144BD
RGB
CMYK
RGB Variations
Color information
#B144BD (or 0xB144BD) is known color: Fuchsia. HEX triplet: B1, 44 and BD. RGB value is (177,68,189). Sum of RGB (Red+Green+Blue) = 177+68+189=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 68 (26.95% from 255 or 15.67% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 189 - color contains mainly: blue. Hex color #B144BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B144BD is #4EBB42. Grayscale: #727272. Windows color (decimal): -5159747 or 12403889. OLE color: 12403889.
HSL color Cylindrical-coordinate representation of color #B144BD: hue angle of 294.05º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B144BD is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 68 | 189 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.26 |
| HSL | 294.05º | 0.48% | 0.5% | - |
| HSV(B) | 294.05º | 0.64% | 0.74% | - |
| XYZ | 29.38 | 17.16 | 49.91 | - |
| YUV | 114.39 | 170.11 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 68 | 189 | 0.06 | 0.64 | 0 | 0.26 | 294.05 | 0.48 | 0.5 |
| Hex | B1 | 44 | BD | 6 | 40 | 0 | 1A | 126 | 30 | 32 |
| Octal | 261 | 104 | 275 | 6 | 100 | 0 | 32 | 446 | 60 | 62 |
| Binary | 10110001 | 1000100 | 10111101 | 110 | 1000000 | 0 | 11010 | 100100110 | 110000 | 110010 |
Color Harmonies of #B144BD
Complementary color
Monochromatic Colors of #B144BD
Black with #B144BD
Text Example
Text Example
White with #B144BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B144BD; }
p { color: rgb(177,68,189); }
H1.HeaderClassName
{
color: #B144BD;
}
.AnyTagClassName
{
color: #B144BD;
}
</style>
background-color css
<style>
a { background-color: #B144BD; }
a { background-color: rgb(177,68,189); }
div.DivClassName
{
background-color: #B144BD;
}
.BgClassName
{
background-color: #B144BD;
}
</style>
border-color css
<style>
span { border-color: #B144BD; }
span { border-color: rgb(177,68,189); }
td.TdClassName
{
border-color: #B144BD;
}
.TagClassName
{
border-color: #B144BD;
}
</style>