Shades of Fuchsia #B143AB
Tints of Fuchsia #B143AB
RGB
CMYK
RGB Variations
Color information
#B143AB (or 0xB143AB) is known color: Fuchsia. HEX triplet: B1, 43 and AB. RGB value is (177,67,171). Sum of RGB (Red+Green+Blue) = 177+67+171=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 67 (26.56% from 255 or 16.14% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 177 - color contains mainly: red. Hex color #B143AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B143AB is #4EBC54. Grayscale: #6F6F6F. Windows color (decimal): -5160021 or 11223985. OLE color: 11223985.
HSL color Cylindrical-coordinate representation of color #B143AB: hue angle of 303.27º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B143AB is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 67 | 171 | - |
| CMYK | 0 | 0.62 | 0.03 | 0.31 |
| HSL | 303.27º | 0.45% | 0.48% | - |
| HSV(B) | 303.27º | 0.62% | 0.69% | - |
| XYZ | 27.49 | 16.3 | 40.23 | - |
| YUV | 111.75 | 161.44 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 67 | 171 | 0 | 0.62 | 0.03 | 0.31 | 303.27 | 0.45 | 0.48 |
| Hex | B1 | 43 | AB | 0 | 3E | 3 | 1F | 12F | 2D | 30 |
| Octal | 261 | 103 | 253 | 0 | 76 | 3 | 37 | 457 | 55 | 60 |
| Binary | 10110001 | 1000011 | 10101011 | 0 | 111110 | 11 | 11111 | 100101111 | 101101 | 110000 |
Color Harmonies of #B143AB
Complementary color
Monochromatic Colors of #B143AB
Black with #B143AB
Text Example
Text Example
White with #B143AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B143AB; }
p { color: rgb(177,67,171); }
H1.HeaderClassName
{
color: #B143AB;
}
.AnyTagClassName
{
color: #B143AB;
}
</style>
background-color css
<style>
a { background-color: #B143AB; }
a { background-color: rgb(177,67,171); }
div.DivClassName
{
background-color: #B143AB;
}
.BgClassName
{
background-color: #B143AB;
}
</style>
border-color css
<style>
span { border-color: #B143AB; }
span { border-color: rgb(177,67,171); }
td.TdClassName
{
border-color: #B143AB;
}
.TagClassName
{
border-color: #B143AB;
}
</style>