Shades of Fuchsia #B141A9
Tints of Fuchsia #B141A9
RGB
CMYK
RGB Variations
Color information
#B141A9 (or 0xB141A9) is known color: Fuchsia. HEX triplet: B1, 41 and A9. RGB value is (177,65,169). Sum of RGB (Red+Green+Blue) = 177+65+169=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 65 (25.78% from 255 or 15.82% from 411); Blue value is 169 (66.41% from 255 or 41.12% from 411); Max value from RGB is 177 - color contains mainly: red. Hex color #B141A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B141A9 is #4EBE56. Grayscale: #6E6E6E. Windows color (decimal): -5160535 or 11092401. OLE color: 11092401.
HSL color Cylindrical-coordinate representation of color #B141A9: hue angle of 304.29º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B141A9 is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 65 | 169 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.31 |
| HSL | 304.29º | 0.46% | 0.47% | - |
| HSV(B) | 304.29º | 0.63% | 0.69% | - |
| XYZ | 27.18 | 15.99 | 39.19 | - |
| YUV | 110.34 | 161.11 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 65 | 169 | 0 | 0.63 | 0.05 | 0.31 | 304.29 | 0.46 | 0.47 |
| Hex | B1 | 41 | A9 | 0 | 3F | 5 | 1F | 130 | 2E | 2F |
| Octal | 261 | 101 | 251 | 0 | 77 | 5 | 37 | 460 | 56 | 57 |
| Binary | 10110001 | 1000001 | 10101001 | 0 | 111111 | 101 | 11111 | 100110000 | 101110 | 101111 |
Color Harmonies of #B141A9
Complementary color
Monochromatic Colors of #B141A9
Black with #B141A9
Text Example
Text Example
White with #B141A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B141A9; }
p { color: rgb(177,65,169); }
H1.HeaderClassName
{
color: #B141A9;
}
.AnyTagClassName
{
color: #B141A9;
}
</style>
background-color css
<style>
a { background-color: #B141A9; }
a { background-color: rgb(177,65,169); }
div.DivClassName
{
background-color: #B141A9;
}
.BgClassName
{
background-color: #B141A9;
}
</style>
border-color css
<style>
span { border-color: #B141A9; }
span { border-color: rgb(177,65,169); }
td.TdClassName
{
border-color: #B141A9;
}
.TagClassName
{
border-color: #B141A9;
}
</style>