Shades of Fuchsia #B44DB3
Tints of Fuchsia #B44DB3
RGB
CMYK
RGB Variations
Color information
#B44DB3 (or 0xB44DB3) is known color: Fuchsia. HEX triplet: B4, 4D and B3. RGB value is (180,77,179). Sum of RGB (Red+Green+Blue) = 180+77+179=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 77 (30.47% from 255 or 17.66% from 436); Blue value is 179 (70.31% from 255 or 41.06% from 436); Max value from RGB is 180 - color contains mainly: red. Hex color #B44DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B44DB3 is #4BB24C. Grayscale: #777777. Windows color (decimal): -4960845 or 11750836. OLE color: 11750836.
HSL color Cylindrical-coordinate representation of color #B44DB3: hue angle of 300.58º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B44DB3 is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 77 | 179 | - |
| CMYK | 0 | 0.57 | 0.01 | 0.29 |
| HSL | 300.58º | 0.41% | 0.5% | - |
| HSV(B) | 300.58º | 0.57% | 0.71% | - |
| XYZ | 29.61 | 18.27 | 44.61 | - |
| YUV | 119.43 | 161.62 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 77 | 179 | 0 | 0.57 | 0.01 | 0.29 | 300.58 | 0.41 | 0.5 |
| Hex | B4 | 4D | B3 | 0 | 39 | 1 | 1D | 12D | 29 | 32 |
| Octal | 264 | 115 | 263 | 0 | 71 | 1 | 35 | 455 | 51 | 62 |
| Binary | 10110100 | 1001101 | 10110011 | 0 | 111001 | 1 | 11101 | 100101101 | 101001 | 110010 |
Color Harmonies of #B44DB3
Complementary color
Monochromatic Colors of #B44DB3
Black with #B44DB3
Text Example
Text Example
White with #B44DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44DB3; }
p { color: rgb(180,77,179); }
H1.HeaderClassName
{
color: #B44DB3;
}
.AnyTagClassName
{
color: #B44DB3;
}
</style>
background-color css
<style>
a { background-color: #B44DB3; }
a { background-color: rgb(180,77,179); }
div.DivClassName
{
background-color: #B44DB3;
}
.BgClassName
{
background-color: #B44DB3;
}
</style>
border-color css
<style>
span { border-color: #B44DB3; }
span { border-color: rgb(180,77,179); }
td.TdClassName
{
border-color: #B44DB3;
}
.TagClassName
{
border-color: #B44DB3;
}
</style>