Shades of Fuchsia #B756AA
Tints of Fuchsia #B756AA
RGB
CMYK
RGB Variations
Color information
#B756AA (or 0xB756AA) is known color: Fuchsia. HEX triplet: B7, 56 and AA. RGB value is (183,86,170). Sum of RGB (Red+Green+Blue) = 183+86+170=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 86 (33.98% from 255 or 19.59% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 183 - color contains mainly: red. Hex color #B756AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B756AA is #48A955. Grayscale: #7C7C7C. Windows color (decimal): -4761942 or 11163319. OLE color: 11163319.
HSL color Cylindrical-coordinate representation of color #B756AA: hue angle of 308.04º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B756AA is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 86 | 170 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.28 |
| HSL | 308.04º | 0.4% | 0.53% | - |
| HSV(B) | 308.04º | 0.53% | 0.72% | - |
| XYZ | 30.11 | 19.63 | 40.23 | - |
| YUV | 124.58 | 153.64 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 86 | 170 | 0 | 0.53 | 0.07 | 0.28 | 308.04 | 0.4 | 0.53 |
| Hex | B7 | 56 | AA | 0 | 35 | 7 | 1C | 134 | 28 | 35 |
| Octal | 267 | 126 | 252 | 0 | 65 | 7 | 34 | 464 | 50 | 65 |
| Binary | 10110111 | 1010110 | 10101010 | 0 | 110101 | 111 | 11100 | 100110100 | 101000 | 110101 |
Color Harmonies of #B756AA
Complementary color
Monochromatic Colors of #B756AA
Black with #B756AA
Text Example
Text Example
White with #B756AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B756AA; }
p { color: rgb(183,86,170); }
H1.HeaderClassName
{
color: #B756AA;
}
.AnyTagClassName
{
color: #B756AA;
}
</style>
background-color css
<style>
a { background-color: #B756AA; }
a { background-color: rgb(183,86,170); }
div.DivClassName
{
background-color: #B756AA;
}
.BgClassName
{
background-color: #B756AA;
}
</style>
border-color css
<style>
span { border-color: #B756AA; }
span { border-color: rgb(183,86,170); }
td.TdClassName
{
border-color: #B756AA;
}
.TagClassName
{
border-color: #B756AA;
}
</style>