Shades of Fuchsia #B846AC
Tints of Fuchsia #B846AC
RGB
CMYK
RGB Variations
Color information
#B846AC (or 0xB846AC) is known color: Fuchsia. HEX triplet: B8, 46 and AC. RGB value is (184,70,172). Sum of RGB (Red+Green+Blue) = 184+70+172=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 70 (27.73% from 255 or 16.43% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 184 - color contains mainly: red. Hex color #B846AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B846AC is #47B953. Grayscale: #737373. Windows color (decimal): -4700500 or 11290296. OLE color: 11290296.
HSL color Cylindrical-coordinate representation of color #B846AC: hue angle of 306.32º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B846AC is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 70 | 172 | - |
| CMYK | 0 | 0.62 | 0.07 | 0.28 |
| HSL | 306.32º | 0.45% | 0.5% | - |
| HSV(B) | 306.32º | 0.62% | 0.72% | - |
| XYZ | 29.4 | 17.55 | 40.87 | - |
| YUV | 115.71 | 159.77 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 70 | 172 | 0 | 0.62 | 0.07 | 0.28 | 306.32 | 0.45 | 0.5 |
| Hex | B8 | 46 | AC | 0 | 3E | 7 | 1C | 132 | 2D | 32 |
| Octal | 270 | 106 | 254 | 0 | 76 | 7 | 34 | 462 | 55 | 62 |
| Binary | 10111000 | 1000110 | 10101100 | 0 | 111110 | 111 | 11100 | 100110010 | 101101 | 110010 |
Color Harmonies of #B846AC
Complementary color
Monochromatic Colors of #B846AC
Black with #B846AC
Text Example
Text Example
White with #B846AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B846AC; }
p { color: rgb(184,70,172); }
H1.HeaderClassName
{
color: #B846AC;
}
.AnyTagClassName
{
color: #B846AC;
}
</style>
background-color css
<style>
a { background-color: #B846AC; }
a { background-color: rgb(184,70,172); }
div.DivClassName
{
background-color: #B846AC;
}
.BgClassName
{
background-color: #B846AC;
}
</style>
border-color css
<style>
span { border-color: #B846AC; }
span { border-color: rgb(184,70,172); }
td.TdClassName
{
border-color: #B846AC;
}
.TagClassName
{
border-color: #B846AC;
}
</style>