Shades of Fuchsia #B851AB
Tints of Fuchsia #B851AB
RGB
CMYK
RGB Variations
Color information
#B851AB (or 0xB851AB) is known color: Fuchsia. HEX triplet: B8, 51 and AB. RGB value is (184,81,171). Sum of RGB (Red+Green+Blue) = 184+81+171=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 81 (32.03% from 255 or 18.58% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 184 - color contains mainly: red. Hex color #B851AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B851AB is #47AE54. Grayscale: #797979. Windows color (decimal): -4697685 or 11227576. OLE color: 11227576.
HSL color Cylindrical-coordinate representation of color #B851AB: hue angle of 307.57º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B851AB is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 81 | 171 | - |
| CMYK | 0 | 0.56 | 0.07 | 0.28 |
| HSL | 307.57º | 0.42% | 0.52% | - |
| HSV(B) | 307.57º | 0.56% | 0.72% | - |
| XYZ | 30.06 | 19.02 | 40.61 | - |
| YUV | 122.06 | 155.62 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 81 | 171 | 0 | 0.56 | 0.07 | 0.28 | 307.57 | 0.42 | 0.52 |
| Hex | B8 | 51 | AB | 0 | 38 | 7 | 1C | 134 | 2A | 34 |
| Octal | 270 | 121 | 253 | 0 | 70 | 7 | 34 | 464 | 52 | 64 |
| Binary | 10111000 | 1010001 | 10101011 | 0 | 111000 | 111 | 11100 | 100110100 | 101010 | 110100 |
Color Harmonies of #B851AB
Complementary color
Monochromatic Colors of #B851AB
Black with #B851AB
Text Example
Text Example
White with #B851AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B851AB; }
p { color: rgb(184,81,171); }
H1.HeaderClassName
{
color: #B851AB;
}
.AnyTagClassName
{
color: #B851AB;
}
</style>
background-color css
<style>
a { background-color: #B851AB; }
a { background-color: rgb(184,81,171); }
div.DivClassName
{
background-color: #B851AB;
}
.BgClassName
{
background-color: #B851AB;
}
</style>
border-color css
<style>
span { border-color: #B851AB; }
span { border-color: rgb(184,81,171); }
td.TdClassName
{
border-color: #B851AB;
}
.TagClassName
{
border-color: #B851AB;
}
</style>