Shades of Fuchsia #B759B6
Tints of Fuchsia #B759B6
RGB
CMYK
RGB Variations
Color information
#B759B6 (or 0xB759B6) is known color: Fuchsia. HEX triplet: B7, 59 and B6. RGB value is (183,89,182). Sum of RGB (Red+Green+Blue) = 183+89+182=454 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.31% from 454); Green value is 89 (35.16% from 255 or 19.60% from 454); Blue value is 182 (71.48% from 255 or 40.09% from 454); Max value from RGB is 183 - color contains mainly: red. Hex color #B759B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B759B6 is #48A649. Grayscale: #7F7F7F. Windows color (decimal): -4761162 or 11950519. OLE color: 11950519.
HSL color Cylindrical-coordinate representation of color #B759B6: hue angle of 300.64º 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 #B759B6 is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 89 | 182 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.28 |
| HSL | 300.64º | 0.39% | 0.53% | - |
| HSV(B) | 300.64º | 0.51% | 0.72% | - |
| XYZ | 31.54 | 20.59 | 46.57 | - |
| YUV | 127.71 | 158.64 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 89 | 182 | 0 | 0.51 | 0.01 | 0.28 | 300.64 | 0.39 | 0.53 |
| Hex | B7 | 59 | B6 | 0 | 33 | 1 | 1C | 12D | 27 | 35 |
| Octal | 267 | 131 | 266 | 0 | 63 | 1 | 34 | 455 | 47 | 65 |
| Binary | 10110111 | 1011001 | 10110110 | 0 | 110011 | 1 | 11100 | 100101101 | 100111 | 110101 |
Color Harmonies of #B759B6
Complementary color
Monochromatic Colors of #B759B6
Black with #B759B6
Text Example
Text Example
White with #B759B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B759B6; }
p { color: rgb(183,89,182); }
H1.HeaderClassName
{
color: #B759B6;
}
.AnyTagClassName
{
color: #B759B6;
}
</style>
background-color css
<style>
a { background-color: #B759B6; }
a { background-color: rgb(183,89,182); }
div.DivClassName
{
background-color: #B759B6;
}
.BgClassName
{
background-color: #B759B6;
}
</style>
border-color css
<style>
span { border-color: #B759B6; }
span { border-color: rgb(183,89,182); }
td.TdClassName
{
border-color: #B759B6;
}
.TagClassName
{
border-color: #B759B6;
}
</style>