Shades of Fuchsia #B759A9
Tints of Fuchsia #B759A9
RGB
CMYK
RGB Variations
Color information
#B759A9 (or 0xB759A9) is known color: Fuchsia. HEX triplet: B7, 59 and A9. RGB value is (183,89,169). Sum of RGB (Red+Green+Blue) = 183+89+169=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 89 (35.16% from 255 or 20.18% from 441); Blue value is 169 (66.41% from 255 or 38.32% from 441); Max value from RGB is 183 - color contains mainly: red. Hex color #B759A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B759A9 is #48A656. Grayscale: #7E7E7E. Windows color (decimal): -4761175 or 11098551. OLE color: 11098551.
HSL color Cylindrical-coordinate representation of color #B759A9: hue angle of 308.94º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B759A9 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 89 | 169 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.28 |
| HSL | 308.94º | 0.39% | 0.53% | - |
| HSV(B) | 308.94º | 0.51% | 0.72% | - |
| XYZ | 30.26 | 20.08 | 39.82 | - |
| YUV | 126.23 | 152.14 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 89 | 169 | 0 | 0.51 | 0.08 | 0.28 | 308.94 | 0.39 | 0.53 |
| Hex | B7 | 59 | A9 | 0 | 33 | 8 | 1C | 135 | 27 | 35 |
| Octal | 267 | 131 | 251 | 0 | 63 | 10 | 34 | 465 | 47 | 65 |
| Binary | 10110111 | 1011001 | 10101001 | 0 | 110011 | 1000 | 11100 | 100110101 | 100111 | 110101 |
Color Harmonies of #B759A9
Complementary color
Monochromatic Colors of #B759A9
Black with #B759A9
Text Example
Text Example
White with #B759A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B759A9; }
p { color: rgb(183,89,169); }
H1.HeaderClassName
{
color: #B759A9;
}
.AnyTagClassName
{
color: #B759A9;
}
</style>
background-color css
<style>
a { background-color: #B759A9; }
a { background-color: rgb(183,89,169); }
div.DivClassName
{
background-color: #B759A9;
}
.BgClassName
{
background-color: #B759A9;
}
</style>
border-color css
<style>
span { border-color: #B759A9; }
span { border-color: rgb(183,89,169); }
td.TdClassName
{
border-color: #B759A9;
}
.TagClassName
{
border-color: #B759A9;
}
</style>