Shades of Fuchsia #B95AAB
Tints of Fuchsia #B95AAB
RGB
CMYK
RGB Variations
Color information
#B95AAB (or 0xB95AAB) is known color: Fuchsia. HEX triplet: B9, 5A and AB. RGB value is (185,90,171). Sum of RGB (Red+Green+Blue) = 185+90+171=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 90 (35.55% from 255 or 20.18% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 185 - color contains mainly: red. Hex color #B95AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95AAB is #46A554. Grayscale: #7F7F7F. Windows color (decimal): -4629845 or 11229881. OLE color: 11229881.
HSL color Cylindrical-coordinate representation of color #B95AAB: hue angle of 308.84º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B95AAB is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 90 | 171 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.27 |
| HSL | 308.84º | 0.4% | 0.54% | - |
| HSV(B) | 308.84º | 0.51% | 0.73% | - |
| XYZ | 31.01 | 20.57 | 40.86 | - |
| YUV | 127.64 | 152.47 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 90 | 171 | 0 | 0.51 | 0.08 | 0.27 | 308.84 | 0.4 | 0.54 |
| Hex | B9 | 5A | AB | 0 | 33 | 8 | 1B | 135 | 28 | 36 |
| Octal | 271 | 132 | 253 | 0 | 63 | 10 | 33 | 465 | 50 | 66 |
| Binary | 10111001 | 1011010 | 10101011 | 0 | 110011 | 1000 | 11011 | 100110101 | 101000 | 110110 |
Color Harmonies of #B95AAB
Complementary color
Monochromatic Colors of #B95AAB
Black with #B95AAB
Text Example
Text Example
White with #B95AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95AAB; }
p { color: rgb(185,90,171); }
H1.HeaderClassName
{
color: #B95AAB;
}
.AnyTagClassName
{
color: #B95AAB;
}
</style>
background-color css
<style>
a { background-color: #B95AAB; }
a { background-color: rgb(185,90,171); }
div.DivClassName
{
background-color: #B95AAB;
}
.BgClassName
{
background-color: #B95AAB;
}
</style>
border-color css
<style>
span { border-color: #B95AAB; }
span { border-color: rgb(185,90,171); }
td.TdClassName
{
border-color: #B95AAB;
}
.TagClassName
{
border-color: #B95AAB;
}
</style>