Shades of Fuchsia #B138AB
Tints of Fuchsia #B138AB
RGB
CMYK
RGB Variations
Color information
#B138AB (or 0xB138AB) is known color: Fuchsia. HEX triplet: B1, 38 and AB. RGB value is (177,56,171). Sum of RGB (Red+Green+Blue) = 177+56+171=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 56 (22.27% from 255 or 13.86% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B138AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B138AB is #4EC754. Grayscale: #686868. Windows color (decimal): -5162837 or 11221169. OLE color: 11221169.
HSL color Cylindrical-coordinate representation of color #B138AB: hue angle of 302.98º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B138AB is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 56 | 171 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.31 |
| HSL | 302.98º | 0.52% | 0.46% | - |
| HSV(B) | 302.98º | 0.68% | 0.69% | - |
| XYZ | 26.9 | 15.12 | 40.03 | - |
| YUV | 105.29 | 165.09 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 56 | 171 | 0 | 0.68 | 0.03 | 0.31 | 302.98 | 0.52 | 0.46 |
| Hex | B1 | 38 | AB | 0 | 44 | 3 | 1F | 12F | 34 | 2E |
| Octal | 261 | 70 | 253 | 0 | 104 | 3 | 37 | 457 | 64 | 56 |
| Binary | 10110001 | 111000 | 10101011 | 0 | 1000100 | 11 | 11111 | 100101111 | 110100 | 101110 |
Color Harmonies of #B138AB
Complementary color
Monochromatic Colors of #B138AB
Black with #B138AB
Text Example
Text Example
White with #B138AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B138AB; }
p { color: rgb(177,56,171); }
H1.HeaderClassName
{
color: #B138AB;
}
.AnyTagClassName
{
color: #B138AB;
}
</style>
background-color css
<style>
a { background-color: #B138AB; }
a { background-color: rgb(177,56,171); }
div.DivClassName
{
background-color: #B138AB;
}
.BgClassName
{
background-color: #B138AB;
}
</style>
border-color css
<style>
span { border-color: #B138AB; }
span { border-color: rgb(177,56,171); }
td.TdClassName
{
border-color: #B138AB;
}
.TagClassName
{
border-color: #B138AB;
}
</style>