Shades of Fuchsia #B039A6
Tints of Fuchsia #B039A6
RGB
CMYK
RGB Variations
Color information
#B039A6 (or 0xB039A6) is known color: Fuchsia. HEX triplet: B0, 39 and A6. RGB value is (176,57,166). Sum of RGB (Red+Green+Blue) = 176+57+166=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 57 (22.66% from 255 or 14.29% from 399); Blue value is 166 (65.23% from 255 or 41.60% from 399); Max value from RGB is 176 - color contains mainly: red. Hex color #B039A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B039A6 is #4FC659. Grayscale: #686868. Windows color (decimal): -5228122 or 10893744. OLE color: 10893744.
HSL color Cylindrical-coordinate representation of color #B039A6: hue angle of 305.04º 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 #B039A6 is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 57 | 166 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.31 |
| HSL | 305.04º | 0.51% | 0.46% | - |
| HSV(B) | 305.04º | 0.68% | 0.69% | - |
| XYZ | 26.25 | 14.91 | 37.57 | - |
| YUV | 105.01 | 162.42 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 57 | 166 | 0 | 0.68 | 0.06 | 0.31 | 305.04 | 0.51 | 0.46 |
| Hex | B0 | 39 | A6 | 0 | 44 | 6 | 1F | 131 | 33 | 2E |
| Octal | 260 | 71 | 246 | 0 | 104 | 6 | 37 | 461 | 63 | 56 |
| Binary | 10110000 | 111001 | 10100110 | 0 | 1000100 | 110 | 11111 | 100110001 | 110011 | 101110 |
Color Harmonies of #B039A6
Complementary color
Monochromatic Colors of #B039A6
Black with #B039A6
Text Example
Text Example
White with #B039A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B039A6; }
p { color: rgb(176,57,166); }
H1.HeaderClassName
{
color: #B039A6;
}
.AnyTagClassName
{
color: #B039A6;
}
</style>
background-color css
<style>
a { background-color: #B039A6; }
a { background-color: rgb(176,57,166); }
div.DivClassName
{
background-color: #B039A6;
}
.BgClassName
{
background-color: #B039A6;
}
</style>
border-color css
<style>
span { border-color: #B039A6; }
span { border-color: rgb(176,57,166); }
td.TdClassName
{
border-color: #B039A6;
}
.TagClassName
{
border-color: #B039A6;
}
</style>