Shades of Fuchsia #B776BB
Tints of Fuchsia #B776BB
RGB
CMYK
RGB Variations
Color information
#B776BB (or 0xB776BB) is known color: Fuchsia. HEX triplet: B7, 76 and BB. RGB value is (183,118,187). Sum of RGB (Red+Green+Blue) = 183+118+187=488 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.5% from 488); Green value is 118 (46.48% from 255 or 24.18% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 187 - color contains mainly: blue. Hex color #B776BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B776BB is #488944. Grayscale: #919191. Windows color (decimal): -4753733 or 12285623. OLE color: 12285623.
HSL color Cylindrical-coordinate representation of color #B776BB: hue angle of 296.52º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B776BB is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 118 | 187 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.27 |
| HSL | 296.52º | 0.34% | 0.6% | - |
| HSV(B) | 296.52º | 0.37% | 0.73% | - |
| XYZ | 34.98 | 26.61 | 50.31 | - |
| YUV | 145.3 | 151.53 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 118 | 187 | 0.02 | 0.37 | 0 | 0.27 | 296.52 | 0.34 | 0.6 |
| Hex | B7 | 76 | BB | 2 | 25 | 0 | 1B | 129 | 22 | 3C |
| Octal | 267 | 166 | 273 | 2 | 45 | 0 | 33 | 451 | 42 | 74 |
| Binary | 10110111 | 1110110 | 10111011 | 10 | 100101 | 0 | 11011 | 100101001 | 100010 | 111100 |
Color Harmonies of #B776BB
Complementary color
Monochromatic Colors of #B776BB
Black with #B776BB
Text Example
Text Example
White with #B776BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B776BB; }
p { color: rgb(183,118,187); }
H1.HeaderClassName
{
color: #B776BB;
}
.AnyTagClassName
{
color: #B776BB;
}
</style>
background-color css
<style>
a { background-color: #B776BB; }
a { background-color: rgb(183,118,187); }
div.DivClassName
{
background-color: #B776BB;
}
.BgClassName
{
background-color: #B776BB;
}
</style>
border-color css
<style>
span { border-color: #B776BB; }
span { border-color: rgb(183,118,187); }
td.TdClassName
{
border-color: #B776BB;
}
.TagClassName
{
border-color: #B776BB;
}
</style>