Shades of Fuchsia #B756AD
Tints of Fuchsia #B756AD
RGB
CMYK
RGB Variations
Color information
#B756AD (or 0xB756AD) is known color: Fuchsia. HEX triplet: B7, 56 and AD. RGB value is (183,86,173). Sum of RGB (Red+Green+Blue) = 183+86+173=442 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.40% from 442); Green value is 86 (33.98% from 255 or 19.46% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 183 - color contains mainly: red. Hex color #B756AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B756AD is #48A952. Grayscale: #7C7C7C. Windows color (decimal): -4761939 or 11359927. OLE color: 11359927.
HSL color Cylindrical-coordinate representation of color #B756AD: hue angle of 306.19º 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 #B756AD is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 86 | 173 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.28 |
| HSL | 306.19º | 0.4% | 0.53% | - |
| HSV(B) | 306.19º | 0.53% | 0.72% | - |
| XYZ | 30.4 | 19.74 | 41.74 | - |
| YUV | 124.92 | 155.14 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 86 | 173 | 0 | 0.53 | 0.05 | 0.28 | 306.19 | 0.4 | 0.53 |
| Hex | B7 | 56 | AD | 0 | 35 | 5 | 1C | 132 | 28 | 35 |
| Octal | 267 | 126 | 255 | 0 | 65 | 5 | 34 | 462 | 50 | 65 |
| Binary | 10110111 | 1010110 | 10101101 | 0 | 110101 | 101 | 11100 | 100110010 | 101000 | 110101 |
Color Harmonies of #B756AD
Complementary color
Monochromatic Colors of #B756AD
Black with #B756AD
Text Example
Text Example
White with #B756AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B756AD; }
p { color: rgb(183,86,173); }
H1.HeaderClassName
{
color: #B756AD;
}
.AnyTagClassName
{
color: #B756AD;
}
</style>
background-color css
<style>
a { background-color: #B756AD; }
a { background-color: rgb(183,86,173); }
div.DivClassName
{
background-color: #B756AD;
}
.BgClassName
{
background-color: #B756AD;
}
</style>
border-color css
<style>
span { border-color: #B756AD; }
span { border-color: rgb(183,86,173); }
td.TdClassName
{
border-color: #B756AD;
}
.TagClassName
{
border-color: #B756AD;
}
</style>