Shades of Fuchsia #B039AD
Tints of Fuchsia #B039AD
RGB
CMYK
RGB Variations
Color information
#B039AD (or 0xB039AD) is known color: Fuchsia. HEX triplet: B0, 39 and AD. RGB value is (176,57,173). Sum of RGB (Red+Green+Blue) = 176+57+173=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 57 (22.66% from 255 or 14.04% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 176 - color contains mainly: red. Hex color #B039AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B039AD is #4FC652. Grayscale: #696969. Windows color (decimal): -5228115 or 11352496. OLE color: 11352496.
HSL color Cylindrical-coordinate representation of color #B039AD: hue angle of 301.51º 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 #B039AD is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 57 | 173 | - |
| CMYK | 0 | 0.68 | 0.02 | 0.31 |
| HSL | 301.51º | 0.51% | 0.46% | - |
| HSV(B) | 301.51º | 0.68% | 0.69% | - |
| XYZ | 26.91 | 15.17 | 41.05 | - |
| YUV | 105.81 | 165.92 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 57 | 173 | 0 | 0.68 | 0.02 | 0.31 | 301.51 | 0.51 | 0.46 |
| Hex | B0 | 39 | AD | 0 | 44 | 2 | 1F | 12E | 33 | 2E |
| Octal | 260 | 71 | 255 | 0 | 104 | 2 | 37 | 456 | 63 | 56 |
| Binary | 10110000 | 111001 | 10101101 | 0 | 1000100 | 10 | 11111 | 100101110 | 110011 | 101110 |
Color Harmonies of #B039AD
Complementary color
Monochromatic Colors of #B039AD
Black with #B039AD
Text Example
Text Example
White with #B039AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B039AD; }
p { color: rgb(176,57,173); }
H1.HeaderClassName
{
color: #B039AD;
}
.AnyTagClassName
{
color: #B039AD;
}
</style>
background-color css
<style>
a { background-color: #B039AD; }
a { background-color: rgb(176,57,173); }
div.DivClassName
{
background-color: #B039AD;
}
.BgClassName
{
background-color: #B039AD;
}
</style>
border-color css
<style>
span { border-color: #B039AD; }
span { border-color: rgb(176,57,173); }
td.TdClassName
{
border-color: #B039AD;
}
.TagClassName
{
border-color: #B039AD;
}
</style>