Shades of Fuchsia #B756B2
Tints of Fuchsia #B756B2
RGB
CMYK
RGB Variations
Color information
#B756B2 (or 0xB756B2) is known color: Fuchsia. HEX triplet: B7, 56 and B2. RGB value is (183,86,178). Sum of RGB (Red+Green+Blue) = 183+86+178=447 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.94% from 447); Green value is 86 (33.98% from 255 or 19.24% from 447); Blue value is 178 (69.92% from 255 or 39.82% from 447); Max value from RGB is 183 - color contains mainly: red. Hex color #B756B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B756B2 is #48A94D. Grayscale: #7D7D7D. Windows color (decimal): -4761934 or 11687607. OLE color: 11687607.
HSL color Cylindrical-coordinate representation of color #B756B2: hue angle of 303.09º 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 #B756B2 is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 86 | 178 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.28 |
| HSL | 303.09º | 0.4% | 0.53% | - |
| HSV(B) | 303.09º | 0.53% | 0.72% | - |
| XYZ | 30.89 | 19.94 | 44.34 | - |
| YUV | 125.49 | 157.64 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 86 | 178 | 0 | 0.53 | 0.03 | 0.28 | 303.09 | 0.4 | 0.53 |
| Hex | B7 | 56 | B2 | 0 | 35 | 3 | 1C | 12F | 28 | 35 |
| Octal | 267 | 126 | 262 | 0 | 65 | 3 | 34 | 457 | 50 | 65 |
| Binary | 10110111 | 1010110 | 10110010 | 0 | 110101 | 11 | 11100 | 100101111 | 101000 | 110101 |
Color Harmonies of #B756B2
Complementary color
Monochromatic Colors of #B756B2
Black with #B756B2
Text Example
Text Example
White with #B756B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B756B2; }
p { color: rgb(183,86,178); }
H1.HeaderClassName
{
color: #B756B2;
}
.AnyTagClassName
{
color: #B756B2;
}
</style>
background-color css
<style>
a { background-color: #B756B2; }
a { background-color: rgb(183,86,178); }
div.DivClassName
{
background-color: #B756B2;
}
.BgClassName
{
background-color: #B756B2;
}
</style>
border-color css
<style>
span { border-color: #B756B2; }
span { border-color: rgb(183,86,178); }
td.TdClassName
{
border-color: #B756B2;
}
.TagClassName
{
border-color: #B756B2;
}
</style>