Shades of Fuchsia #B861AB
Tints of Fuchsia #B861AB
RGB
CMYK
RGB Variations
Color information
#B861AB (or 0xB861AB) is known color: Fuchsia. HEX triplet: B8, 61 and AB. RGB value is (184,97,171). Sum of RGB (Red+Green+Blue) = 184+97+171=452 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.71% from 452); Green value is 97 (38.28% from 255 or 21.46% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 184 - color contains mainly: red. Hex color #B861AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B861AB is #479E54. Grayscale: #838383. Windows color (decimal): -4693589 or 11231672. OLE color: 11231672.
HSL color Cylindrical-coordinate representation of color #B861AB: hue angle of 308.97º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B861AB is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 97 | 171 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.28 |
| HSL | 308.97º | 0.38% | 0.55% | - |
| HSV(B) | 308.97º | 0.47% | 0.72% | - |
| XYZ | 31.39 | 21.68 | 41.06 | - |
| YUV | 131.45 | 150.32 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 97 | 171 | 0 | 0.47 | 0.07 | 0.28 | 308.97 | 0.38 | 0.55 |
| Hex | B8 | 61 | AB | 0 | 2F | 7 | 1C | 135 | 26 | 37 |
| Octal | 270 | 141 | 253 | 0 | 57 | 7 | 34 | 465 | 46 | 67 |
| Binary | 10111000 | 1100001 | 10101011 | 0 | 101111 | 111 | 11100 | 100110101 | 100110 | 110111 |
Color Harmonies of #B861AB
Complementary color
Monochromatic Colors of #B861AB
Black with #B861AB
Text Example
Text Example
White with #B861AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B861AB; }
p { color: rgb(184,97,171); }
H1.HeaderClassName
{
color: #B861AB;
}
.AnyTagClassName
{
color: #B861AB;
}
</style>
background-color css
<style>
a { background-color: #B861AB; }
a { background-color: rgb(184,97,171); }
div.DivClassName
{
background-color: #B861AB;
}
.BgClassName
{
background-color: #B861AB;
}
</style>
border-color css
<style>
span { border-color: #B861AB; }
span { border-color: rgb(184,97,171); }
td.TdClassName
{
border-color: #B861AB;
}
.TagClassName
{
border-color: #B861AB;
}
</style>