Shades of Fuchsia #B846A6
Tints of Fuchsia #B846A6
RGB
CMYK
RGB Variations
Color information
#B846A6 (or 0xB846A6) is known color: Fuchsia. HEX triplet: B8, 46 and A6. RGB value is (184,70,166). Sum of RGB (Red+Green+Blue) = 184+70+166=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 70 (27.73% from 255 or 16.67% from 420); Blue value is 166 (65.23% from 255 or 39.52% from 420); Max value from RGB is 184 - color contains mainly: red. Hex color #B846A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B846A6 is #47B959. Grayscale: #727272. Windows color (decimal): -4700506 or 10897080. OLE color: 10897080.
HSL color Cylindrical-coordinate representation of color #B846A6: hue angle of 309.47º 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 #B846A6 is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 70 | 166 | - |
| CMYK | 0 | 0.62 | 0.10 | 0.28 |
| HSL | 309.47º | 0.45% | 0.5% | - |
| HSV(B) | 309.47º | 0.62% | 0.72% | - |
| XYZ | 28.84 | 17.32 | 37.9 | - |
| YUV | 115.03 | 156.77 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 70 | 166 | 0 | 0.62 | 0.10 | 0.28 | 309.47 | 0.45 | 0.5 |
| Hex | B8 | 46 | A6 | 0 | 3E | A | 1C | 135 | 2D | 32 |
| Octal | 270 | 106 | 246 | 0 | 76 | 12 | 34 | 465 | 55 | 62 |
| Binary | 10111000 | 1000110 | 10100110 | 0 | 111110 | 1010 | 11100 | 100110101 | 101101 | 110010 |
Color Harmonies of #B846A6
Complementary color
Monochromatic Colors of #B846A6
Black with #B846A6
Text Example
Text Example
White with #B846A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B846A6; }
p { color: rgb(184,70,166); }
H1.HeaderClassName
{
color: #B846A6;
}
.AnyTagClassName
{
color: #B846A6;
}
</style>
background-color css
<style>
a { background-color: #B846A6; }
a { background-color: rgb(184,70,166); }
div.DivClassName
{
background-color: #B846A6;
}
.BgClassName
{
background-color: #B846A6;
}
</style>
border-color css
<style>
span { border-color: #B846A6; }
span { border-color: rgb(184,70,166); }
td.TdClassName
{
border-color: #B846A6;
}
.TagClassName
{
border-color: #B846A6;
}
</style>