Shades of Fuchsia #B141AA
Tints of Fuchsia #B141AA
RGB
CMYK
RGB Variations
Color information
#B141AA (or 0xB141AA) is known color: Fuchsia. HEX triplet: B1, 41 and AA. RGB value is (177,65,170). Sum of RGB (Red+Green+Blue) = 177+65+170=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 65 (25.78% from 255 or 15.78% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B141AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B141AA is #4EBE55. Grayscale: #6E6E6E. Windows color (decimal): -5160534 or 11157937. OLE color: 11157937.
HSL color Cylindrical-coordinate representation of color #B141AA: hue angle of 303.75º 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 #B141AA is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 65 | 170 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.31 |
| HSL | 303.75º | 0.46% | 0.47% | - |
| HSV(B) | 303.75º | 0.63% | 0.69% | - |
| XYZ | 27.28 | 16.03 | 39.69 | - |
| YUV | 110.46 | 161.61 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 65 | 170 | 0 | 0.63 | 0.04 | 0.31 | 303.75 | 0.46 | 0.47 |
| Hex | B1 | 41 | AA | 0 | 3F | 4 | 1F | 130 | 2E | 2F |
| Octal | 261 | 101 | 252 | 0 | 77 | 4 | 37 | 460 | 56 | 57 |
| Binary | 10110001 | 1000001 | 10101010 | 0 | 111111 | 100 | 11111 | 100110000 | 101110 | 101111 |
Color Harmonies of #B141AA
Complementary color
Monochromatic Colors of #B141AA
Black with #B141AA
Text Example
Text Example
White with #B141AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B141AA; }
p { color: rgb(177,65,170); }
H1.HeaderClassName
{
color: #B141AA;
}
.AnyTagClassName
{
color: #B141AA;
}
</style>
background-color css
<style>
a { background-color: #B141AA; }
a { background-color: rgb(177,65,170); }
div.DivClassName
{
background-color: #B141AA;
}
.BgClassName
{
background-color: #B141AA;
}
</style>
border-color css
<style>
span { border-color: #B141AA; }
span { border-color: rgb(177,65,170); }
td.TdClassName
{
border-color: #B141AA;
}
.TagClassName
{
border-color: #B141AA;
}
</style>