Shades of Fuchsia #B944BA
Tints of Fuchsia #B944BA
RGB
CMYK
RGB Variations
Color information
#B944BA (or 0xB944BA) is known color: Fuchsia. HEX triplet: B9, 44 and BA. RGB value is (185,68,186). Sum of RGB (Red+Green+Blue) = 185+68+186=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 68 (26.95% from 255 or 15.49% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #B944BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B944BA is #46BB45. Grayscale: #747474. Windows color (decimal): -4635462 or 12207289. OLE color: 12207289.
HSL color Cylindrical-coordinate representation of color #B944BA: hue angle of 299.49º 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 #B944BA is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 68 | 186 | - |
| CMYK | 0.01 | 0.63 | 0 | 0.27 |
| HSL | 299.49º | 0.46% | 0.5% | - |
| HSV(B) | 299.49º | 0.63% | 0.73% | - |
| XYZ | 30.94 | 17.99 | 48.3 | - |
| YUV | 116.44 | 167.26 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 68 | 186 | 0.01 | 0.63 | 0 | 0.27 | 299.49 | 0.46 | 0.5 |
| Hex | B9 | 44 | BA | 1 | 3F | 0 | 1B | 12B | 2E | 32 |
| Octal | 271 | 104 | 272 | 1 | 77 | 0 | 33 | 453 | 56 | 62 |
| Binary | 10111001 | 1000100 | 10111010 | 1 | 111111 | 0 | 11011 | 100101011 | 101110 | 110010 |
Color Harmonies of #B944BA
Complementary color
Monochromatic Colors of #B944BA
Black with #B944BA
Text Example
Text Example
White with #B944BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B944BA; }
p { color: rgb(185,68,186); }
H1.HeaderClassName
{
color: #B944BA;
}
.AnyTagClassName
{
color: #B944BA;
}
</style>
background-color css
<style>
a { background-color: #B944BA; }
a { background-color: rgb(185,68,186); }
div.DivClassName
{
background-color: #B944BA;
}
.BgClassName
{
background-color: #B944BA;
}
</style>
border-color css
<style>
span { border-color: #B944BA; }
span { border-color: rgb(185,68,186); }
td.TdClassName
{
border-color: #B944BA;
}
.TagClassName
{
border-color: #B944BA;
}
</style>