Shades of Fuchsia #B141AB
Tints of Fuchsia #B141AB
RGB
CMYK
RGB Variations
Color information
#B141AB (or 0xB141AB) is known color: Fuchsia. HEX triplet: B1, 41 and AB. RGB value is (177,65,171). Sum of RGB (Red+Green+Blue) = 177+65+171=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 65 (25.78% from 255 or 15.74% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 177 - color contains mainly: red. Hex color #B141AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B141AB is #4EBE54. Grayscale: #6E6E6E. Windows color (decimal): -5160533 or 11223473. OLE color: 11223473.
HSL color Cylindrical-coordinate representation of color #B141AB: hue angle of 303.21º 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 #B141AB is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 65 | 171 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.31 |
| HSL | 303.21º | 0.46% | 0.47% | - |
| HSV(B) | 303.21º | 0.63% | 0.69% | - |
| XYZ | 27.37 | 16.07 | 40.19 | - |
| YUV | 110.57 | 162.11 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 65 | 171 | 0 | 0.63 | 0.03 | 0.31 | 303.21 | 0.46 | 0.47 |
| Hex | B1 | 41 | AB | 0 | 3F | 3 | 1F | 12F | 2E | 2F |
| Octal | 261 | 101 | 253 | 0 | 77 | 3 | 37 | 457 | 56 | 57 |
| Binary | 10110001 | 1000001 | 10101011 | 0 | 111111 | 11 | 11111 | 100101111 | 101110 | 101111 |
Color Harmonies of #B141AB
Complementary color
Monochromatic Colors of #B141AB
Black with #B141AB
Text Example
Text Example
White with #B141AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B141AB; }
p { color: rgb(177,65,171); }
H1.HeaderClassName
{
color: #B141AB;
}
.AnyTagClassName
{
color: #B141AB;
}
</style>
background-color css
<style>
a { background-color: #B141AB; }
a { background-color: rgb(177,65,171); }
div.DivClassName
{
background-color: #B141AB;
}
.BgClassName
{
background-color: #B141AB;
}
</style>
border-color css
<style>
span { border-color: #B141AB; }
span { border-color: rgb(177,65,171); }
td.TdClassName
{
border-color: #B141AB;
}
.TagClassName
{
border-color: #B141AB;
}
</style>