Shades of Fuchsia #B963AB
Tints of Fuchsia #B963AB
RGB
CMYK
RGB Variations
Color information
#B963AB (or 0xB963AB) is known color: Fuchsia. HEX triplet: B9, 63 and AB. RGB value is (185,99,171). Sum of RGB (Red+Green+Blue) = 185+99+171=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 99 (39.06% from 255 or 21.76% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 185 - color contains mainly: red. Hex color #B963AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B963AB is #469C54. Grayscale: #848484. Windows color (decimal): -4627541 or 11232185. OLE color: 11232185.
HSL color Cylindrical-coordinate representation of color #B963AB: hue angle of 309.77º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B963AB is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 99 | 171 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.27 |
| HSL | 309.77º | 0.38% | 0.56% | - |
| HSV(B) | 309.77º | 0.46% | 0.73% | - |
| XYZ | 31.82 | 22.18 | 41.13 | - |
| YUV | 132.92 | 149.49 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 99 | 171 | 0 | 0.46 | 0.08 | 0.27 | 309.77 | 0.38 | 0.56 |
| Hex | B9 | 63 | AB | 0 | 2E | 8 | 1B | 136 | 26 | 38 |
| Octal | 271 | 143 | 253 | 0 | 56 | 10 | 33 | 466 | 46 | 70 |
| Binary | 10111001 | 1100011 | 10101011 | 0 | 101110 | 1000 | 11011 | 100110110 | 100110 | 111000 |
Color Harmonies of #B963AB
Complementary color
Monochromatic Colors of #B963AB
Black with #B963AB
Text Example
Text Example
White with #B963AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B963AB; }
p { color: rgb(185,99,171); }
H1.HeaderClassName
{
color: #B963AB;
}
.AnyTagClassName
{
color: #B963AB;
}
</style>
background-color css
<style>
a { background-color: #B963AB; }
a { background-color: rgb(185,99,171); }
div.DivClassName
{
background-color: #B963AB;
}
.BgClassName
{
background-color: #B963AB;
}
</style>
border-color css
<style>
span { border-color: #B963AB; }
span { border-color: rgb(185,99,171); }
td.TdClassName
{
border-color: #B963AB;
}
.TagClassName
{
border-color: #B963AB;
}
</style>