Shades of Fuchsia #B140AA
Tints of Fuchsia #B140AA
RGB
CMYK
RGB Variations
Color information
#B140AA (or 0xB140AA) is known color: Fuchsia. HEX triplet: B1, 40 and AA. RGB value is (177,64,170). Sum of RGB (Red+Green+Blue) = 177+64+170=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 64 (25.39% from 255 or 15.57% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 177 - color contains mainly: red. Hex color #B140AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B140AA is #4EBF55. Grayscale: #6D6D6D. Windows color (decimal): -5160790 or 11157681. OLE color: 11157681.
HSL color Cylindrical-coordinate representation of color #B140AA: hue angle of 303.72º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B140AA is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 64 | 170 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.31 |
| HSL | 303.72º | 0.47% | 0.47% | - |
| HSV(B) | 303.72º | 0.64% | 0.69% | - |
| XYZ | 27.22 | 15.92 | 39.67 | - |
| YUV | 109.87 | 161.94 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 64 | 170 | 0 | 0.64 | 0.04 | 0.31 | 303.72 | 0.47 | 0.47 |
| Hex | B1 | 40 | AA | 0 | 40 | 4 | 1F | 130 | 2F | 2F |
| Octal | 261 | 100 | 252 | 0 | 100 | 4 | 37 | 460 | 57 | 57 |
| Binary | 10110001 | 1000000 | 10101010 | 0 | 1000000 | 100 | 11111 | 100110000 | 101111 | 101111 |
Color Harmonies of #B140AA
Complementary color
Monochromatic Colors of #B140AA
Black with #B140AA
Text Example
Text Example
White with #B140AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B140AA; }
p { color: rgb(177,64,170); }
H1.HeaderClassName
{
color: #B140AA;
}
.AnyTagClassName
{
color: #B140AA;
}
</style>
background-color css
<style>
a { background-color: #B140AA; }
a { background-color: rgb(177,64,170); }
div.DivClassName
{
background-color: #B140AA;
}
.BgClassName
{
background-color: #B140AA;
}
</style>
border-color css
<style>
span { border-color: #B140AA; }
span { border-color: rgb(177,64,170); }
td.TdClassName
{
border-color: #B140AA;
}
.TagClassName
{
border-color: #B140AA;
}
</style>