Shades of Fuchsia #B944A6
Tints of Fuchsia #B944A6
RGB
CMYK
RGB Variations
Color information
#B944A6 (or 0xB944A6) is known color: Fuchsia. HEX triplet: B9, 44 and A6. RGB value is (185,68,166). Sum of RGB (Red+Green+Blue) = 185+68+166=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 68 (26.95% from 255 or 16.23% from 419); Blue value is 166 (65.23% from 255 or 39.62% from 419); Max value from RGB is 185 - color contains mainly: red. Hex color #B944A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B944A6 is #46BB59. Grayscale: #717171. Windows color (decimal): -4635482 or 10896569. OLE color: 10896569.
HSL color Cylindrical-coordinate representation of color #B944A6: hue angle of 309.74º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B944A6 is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 68 | 166 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.27 |
| HSL | 309.74º | 0.46% | 0.5% | - |
| HSV(B) | 309.74º | 0.63% | 0.73% | - |
| XYZ | 28.96 | 17.2 | 37.87 | - |
| YUV | 114.16 | 157.26 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 68 | 166 | 0 | 0.63 | 0.10 | 0.27 | 309.74 | 0.46 | 0.5 |
| Hex | B9 | 44 | A6 | 0 | 3F | A | 1B | 136 | 2E | 32 |
| Octal | 271 | 104 | 246 | 0 | 77 | 12 | 33 | 466 | 56 | 62 |
| Binary | 10111001 | 1000100 | 10100110 | 0 | 111111 | 1010 | 11011 | 100110110 | 101110 | 110010 |
Color Harmonies of #B944A6
Complementary color
Monochromatic Colors of #B944A6
Black with #B944A6
Text Example
Text Example
White with #B944A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B944A6; }
p { color: rgb(185,68,166); }
H1.HeaderClassName
{
color: #B944A6;
}
.AnyTagClassName
{
color: #B944A6;
}
</style>
background-color css
<style>
a { background-color: #B944A6; }
a { background-color: rgb(185,68,166); }
div.DivClassName
{
background-color: #B944A6;
}
.BgClassName
{
background-color: #B944A6;
}
</style>
border-color css
<style>
span { border-color: #B944A6; }
span { border-color: rgb(185,68,166); }
td.TdClassName
{
border-color: #B944A6;
}
.TagClassName
{
border-color: #B944A6;
}
</style>