Shades of Fuchsia #B140AF
Tints of Fuchsia #B140AF
RGB
CMYK
RGB Variations
Color information
#B140AF (or 0xB140AF) is known color: Fuchsia. HEX triplet: B1, 40 and AF. RGB value is (177,64,175). Sum of RGB (Red+Green+Blue) = 177+64+175=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 64 (25.39% from 255 or 15.38% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 177 - color contains mainly: red. Hex color #B140AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B140AF is #4EBF50. Grayscale: #6E6E6E. Windows color (decimal): -5160785 or 11485361. OLE color: 11485361.
HSL color Cylindrical-coordinate representation of color #B140AF: hue angle of 301.06º 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 #B140AF is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 64 | 175 | - |
| CMYK | 0 | 0.64 | 0.01 | 0.31 |
| HSL | 301.06º | 0.47% | 0.47% | - |
| HSV(B) | 301.06º | 0.64% | 0.69% | - |
| XYZ | 27.7 | 16.11 | 42.21 | - |
| YUV | 110.44 | 164.44 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 64 | 175 | 0 | 0.64 | 0.01 | 0.31 | 301.06 | 0.47 | 0.47 |
| Hex | B1 | 40 | AF | 0 | 40 | 1 | 1F | 12D | 2F | 2F |
| Octal | 261 | 100 | 257 | 0 | 100 | 1 | 37 | 455 | 57 | 57 |
| Binary | 10110001 | 1000000 | 10101111 | 0 | 1000000 | 1 | 11111 | 100101101 | 101111 | 101111 |
Color Harmonies of #B140AF
Complementary color
Monochromatic Colors of #B140AF
Black with #B140AF
Text Example
Text Example
White with #B140AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B140AF; }
p { color: rgb(177,64,175); }
H1.HeaderClassName
{
color: #B140AF;
}
.AnyTagClassName
{
color: #B140AF;
}
</style>
background-color css
<style>
a { background-color: #B140AF; }
a { background-color: rgb(177,64,175); }
div.DivClassName
{
background-color: #B140AF;
}
.BgClassName
{
background-color: #B140AF;
}
</style>
border-color css
<style>
span { border-color: #B140AF; }
span { border-color: rgb(177,64,175); }
td.TdClassName
{
border-color: #B140AF;
}
.TagClassName
{
border-color: #B140AF;
}
</style>