Shades of Fuchsia #B944A7
Tints of Fuchsia #B944A7
RGB
CMYK
RGB Variations
Color information
#B944A7 (or 0xB944A7) is known color: Fuchsia. HEX triplet: B9, 44 and A7. RGB value is (185,68,167). Sum of RGB (Red+Green+Blue) = 185+68+167=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 68 (26.95% from 255 or 16.19% from 420); Blue value is 167 (65.62% from 255 or 39.76% from 420); Max value from RGB is 185 - color contains mainly: red. Hex color #B944A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B944A7 is #46BB58. Grayscale: #717171. Windows color (decimal): -4635481 or 10962105. OLE color: 10962105.
HSL color Cylindrical-coordinate representation of color #B944A7: hue angle of 309.23º 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 #B944A7 is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 68 | 167 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.27 |
| HSL | 309.23º | 0.46% | 0.5% | - |
| HSV(B) | 309.23º | 0.63% | 0.73% | - |
| XYZ | 29.05 | 17.24 | 38.36 | - |
| YUV | 114.27 | 157.76 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 68 | 167 | 0 | 0.63 | 0.10 | 0.27 | 309.23 | 0.46 | 0.5 |
| Hex | B9 | 44 | A7 | 0 | 3F | A | 1B | 135 | 2E | 32 |
| Octal | 271 | 104 | 247 | 0 | 77 | 12 | 33 | 465 | 56 | 62 |
| Binary | 10111001 | 1000100 | 10100111 | 0 | 111111 | 1010 | 11011 | 100110101 | 101110 | 110010 |
Color Harmonies of #B944A7
Complementary color
Monochromatic Colors of #B944A7
Black with #B944A7
Text Example
Text Example
White with #B944A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B944A7; }
p { color: rgb(185,68,167); }
H1.HeaderClassName
{
color: #B944A7;
}
.AnyTagClassName
{
color: #B944A7;
}
</style>
background-color css
<style>
a { background-color: #B944A7; }
a { background-color: rgb(185,68,167); }
div.DivClassName
{
background-color: #B944A7;
}
.BgClassName
{
background-color: #B944A7;
}
</style>
border-color css
<style>
span { border-color: #B944A7; }
span { border-color: rgb(185,68,167); }
td.TdClassName
{
border-color: #B944A7;
}
.TagClassName
{
border-color: #B944A7;
}
</style>