Shades of Fuchsia #B651AB
Tints of Fuchsia #B651AB
RGB
CMYK
RGB Variations
Color information
#B651AB (or 0xB651AB) is known color: Fuchsia. HEX triplet: B6, 51 and AB. RGB value is (182,81,171). Sum of RGB (Red+Green+Blue) = 182+81+171=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 81 (32.03% from 255 or 18.66% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 182 - color contains mainly: red. Hex color #B651AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B651AB is #49AE54. Grayscale: #797979. Windows color (decimal): -4828757 or 11227574. OLE color: 11227574.
HSL color Cylindrical-coordinate representation of color #B651AB: hue angle of 306.53º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B651AB is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 81 | 171 | - |
| CMYK | 0 | 0.55 | 0.06 | 0.29 |
| HSL | 306.53º | 0.41% | 0.52% | - |
| HSV(B) | 306.53º | 0.55% | 0.71% | - |
| XYZ | 29.58 | 18.77 | 40.59 | - |
| YUV | 121.46 | 155.96 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 81 | 171 | 0 | 0.55 | 0.06 | 0.29 | 306.53 | 0.41 | 0.52 |
| Hex | B6 | 51 | AB | 0 | 37 | 6 | 1D | 133 | 29 | 34 |
| Octal | 266 | 121 | 253 | 0 | 67 | 6 | 35 | 463 | 51 | 64 |
| Binary | 10110110 | 1010001 | 10101011 | 0 | 110111 | 110 | 11101 | 100110011 | 101001 | 110100 |
Color Harmonies of #B651AB
Complementary color
Monochromatic Colors of #B651AB
Black with #B651AB
Text Example
Text Example
White with #B651AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B651AB; }
p { color: rgb(182,81,171); }
H1.HeaderClassName
{
color: #B651AB;
}
.AnyTagClassName
{
color: #B651AB;
}
</style>
background-color css
<style>
a { background-color: #B651AB; }
a { background-color: rgb(182,81,171); }
div.DivClassName
{
background-color: #B651AB;
}
.BgClassName
{
background-color: #B651AB;
}
</style>
border-color css
<style>
span { border-color: #B651AB; }
span { border-color: rgb(182,81,171); }
td.TdClassName
{
border-color: #B651AB;
}
.TagClassName
{
border-color: #B651AB;
}
</style>