Shades of Fuchsia #B944B9
Tints of Fuchsia #B944B9
RGB
CMYK
RGB Variations
Color information
#B944B9 (or 0xB944B9) is known color: Fuchsia. HEX triplet: B9, 44 and B9. RGB value is (185,68,185). Sum of RGB (Red+Green+Blue) = 185+68+185=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 68 (26.95% from 255 or 15.53% from 438); Blue value is 185 (72.66% from 255 or 42.24% from 438); Max value from RGB is 185 - color contains mainly: red, blue. Hex color #B944B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B944B9 is #46BB46. Grayscale: #737373. Windows color (decimal): -4635463 or 12141753. OLE color: 12141753.
HSL color Cylindrical-coordinate representation of color #B944B9: hue angle of 300º 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 #B944B9 is Cyan = 0, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 68 | 185 | - |
| CMYK | 0 | 0.63 | 0 | 0.27 |
| HSL | 300º | 0.46% | 0.5% | - |
| HSV(B) | 300º | 0.63% | 0.73% | - |
| XYZ | 30.83 | 17.95 | 47.74 | - |
| YUV | 116.32 | 166.76 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 68 | 185 | 0 | 0.63 | 0 | 0.27 | 300 | 0.46 | 0.5 |
| Hex | B9 | 44 | B9 | 0 | 3F | 0 | 1B | 12C | 2E | 32 |
| Octal | 271 | 104 | 271 | 0 | 77 | 0 | 33 | 454 | 56 | 62 |
| Binary | 10111001 | 1000100 | 10111001 | 0 | 111111 | 0 | 11011 | 100101100 | 101110 | 110010 |
Color Harmonies of #B944B9
Complementary color
Monochromatic Colors of #B944B9
Black with #B944B9
Text Example
Text Example
White with #B944B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B944B9; }
p { color: rgb(185,68,185); }
H1.HeaderClassName
{
color: #B944B9;
}
.AnyTagClassName
{
color: #B944B9;
}
</style>
background-color css
<style>
a { background-color: #B944B9; }
a { background-color: rgb(185,68,185); }
div.DivClassName
{
background-color: #B944B9;
}
.BgClassName
{
background-color: #B944B9;
}
</style>
border-color css
<style>
span { border-color: #B944B9; }
span { border-color: rgb(185,68,185); }
td.TdClassName
{
border-color: #B944B9;
}
.TagClassName
{
border-color: #B944B9;
}
</style>