Shades of Fuchsia #B039A9
Tints of Fuchsia #B039A9
RGB
CMYK
RGB Variations
Color information
#B039A9 (or 0xB039A9) is known color: Fuchsia. HEX triplet: B0, 39 and A9. RGB value is (176,57,169). Sum of RGB (Red+Green+Blue) = 176+57+169=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 57 (22.66% from 255 or 14.18% from 402); Blue value is 169 (66.41% from 255 or 42.04% from 402); Max value from RGB is 176 - color contains mainly: red. Hex color #B039A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B039A9 is #4FC656. Grayscale: #696969. Windows color (decimal): -5228119 or 11090352. OLE color: 11090352.
HSL color Cylindrical-coordinate representation of color #B039A9: hue angle of 303.53º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B039A9 is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 57 | 169 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.31 |
| HSL | 303.53º | 0.51% | 0.46% | - |
| HSV(B) | 303.53º | 0.68% | 0.69% | - |
| XYZ | 26.53 | 15.02 | 39.04 | - |
| YUV | 105.35 | 163.92 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 57 | 169 | 0 | 0.68 | 0.04 | 0.31 | 303.53 | 0.51 | 0.46 |
| Hex | B0 | 39 | A9 | 0 | 44 | 4 | 1F | 130 | 33 | 2E |
| Octal | 260 | 71 | 251 | 0 | 104 | 4 | 37 | 460 | 63 | 56 |
| Binary | 10110000 | 111001 | 10101001 | 0 | 1000100 | 100 | 11111 | 100110000 | 110011 | 101110 |
Color Harmonies of #B039A9
Complementary color
Monochromatic Colors of #B039A9
Black with #B039A9
Text Example
Text Example
White with #B039A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B039A9; }
p { color: rgb(176,57,169); }
H1.HeaderClassName
{
color: #B039A9;
}
.AnyTagClassName
{
color: #B039A9;
}
</style>
background-color css
<style>
a { background-color: #B039A9; }
a { background-color: rgb(176,57,169); }
div.DivClassName
{
background-color: #B039A9;
}
.BgClassName
{
background-color: #B039A9;
}
</style>
border-color css
<style>
span { border-color: #B039A9; }
span { border-color: rgb(176,57,169); }
td.TdClassName
{
border-color: #B039A9;
}
.TagClassName
{
border-color: #B039A9;
}
</style>