Shades of Fuchsia #B76DB7
Tints of Fuchsia #B76DB7
RGB
CMYK
RGB Variations
Color information
#B76DB7 (or 0xB76DB7) is known color: Fuchsia. HEX triplet: B7, 6D and B7. RGB value is (183,109,183). Sum of RGB (Red+Green+Blue) = 183+109+183=475 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.53% from 475); Green value is 109 (42.97% from 255 or 22.95% from 475); Blue value is 183 (71.88% from 255 or 38.53% from 475); Max value from RGB is 183 - color contains mainly: red, blue. Hex color #B76DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76DB7 is #489248. Grayscale: #8B8B8B. Windows color (decimal): -4756041 or 12021175. OLE color: 12021175.
HSL color Cylindrical-coordinate representation of color #B76DB7: hue angle of 300º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B76DB7 is Cyan = 0, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 109 | 183 | - |
| CMYK | 0 | 0.40 | 0 | 0.28 |
| HSL | 300º | 0.34% | 0.57% | - |
| HSV(B) | 300º | 0.4% | 0.72% | - |
| XYZ | 33.54 | 24.42 | 47.75 | - |
| YUV | 139.56 | 152.52 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 109 | 183 | 0 | 0.40 | 0 | 0.28 | 300 | 0.34 | 0.57 |
| Hex | B7 | 6D | B7 | 0 | 28 | 0 | 1C | 12C | 22 | 39 |
| Octal | 267 | 155 | 267 | 0 | 50 | 0 | 34 | 454 | 42 | 71 |
| Binary | 10110111 | 1101101 | 10110111 | 0 | 101000 | 0 | 11100 | 100101100 | 100010 | 111001 |
Color Harmonies of #B76DB7
Complementary color
Monochromatic Colors of #B76DB7
Black with #B76DB7
Text Example
Text Example
White with #B76DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76DB7; }
p { color: rgb(183,109,183); }
H1.HeaderClassName
{
color: #B76DB7;
}
.AnyTagClassName
{
color: #B76DB7;
}
</style>
background-color css
<style>
a { background-color: #B76DB7; }
a { background-color: rgb(183,109,183); }
div.DivClassName
{
background-color: #B76DB7;
}
.BgClassName
{
background-color: #B76DB7;
}
</style>
border-color css
<style>
span { border-color: #B76DB7; }
span { border-color: rgb(183,109,183); }
td.TdClassName
{
border-color: #B76DB7;
}
.TagClassName
{
border-color: #B76DB7;
}
</style>