Shades of Fuchsia #B359AD
Tints of Fuchsia #B359AD
RGB
CMYK
RGB Variations
Color information
#B359AD (or 0xB359AD) is known color: Fuchsia. HEX triplet: B3, 59 and AD. RGB value is (179,89,173). Sum of RGB (Red+Green+Blue) = 179+89+173=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 89 (35.16% from 255 or 20.18% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 179 - color contains mainly: red. Hex color #B359AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B359AD is #4CA652. Grayscale: #7D7D7D. Windows color (decimal): -5023315 or 11360691. OLE color: 11360691.
HSL color Cylindrical-coordinate representation of color #B359AD: hue angle of 304º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B359AD is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 89 | 173 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.30 |
| HSL | 304º | 0.37% | 0.53% | - |
| HSV(B) | 304º | 0.5% | 0.7% | - |
| XYZ | 29.71 | 19.75 | 41.78 | - |
| YUV | 125.49 | 154.82 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 89 | 173 | 0 | 0.50 | 0.03 | 0.30 | 304 | 0.37 | 0.53 |
| Hex | B3 | 59 | AD | 0 | 32 | 3 | 1E | 130 | 25 | 35 |
| Octal | 263 | 131 | 255 | 0 | 62 | 3 | 36 | 460 | 45 | 65 |
| Binary | 10110011 | 1011001 | 10101101 | 0 | 110010 | 11 | 11110 | 100110000 | 100101 | 110101 |
Color Harmonies of #B359AD
Complementary color
Monochromatic Colors of #B359AD
Black with #B359AD
Text Example
Text Example
White with #B359AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B359AD; }
p { color: rgb(179,89,173); }
H1.HeaderClassName
{
color: #B359AD;
}
.AnyTagClassName
{
color: #B359AD;
}
</style>
background-color css
<style>
a { background-color: #B359AD; }
a { background-color: rgb(179,89,173); }
div.DivClassName
{
background-color: #B359AD;
}
.BgClassName
{
background-color: #B359AD;
}
</style>
border-color css
<style>
span { border-color: #B359AD; }
span { border-color: rgb(179,89,173); }
td.TdClassName
{
border-color: #B359AD;
}
.TagClassName
{
border-color: #B359AD;
}
</style>