Shades of Fuchsia #B766B1
Tints of Fuchsia #B766B1
RGB
CMYK
RGB Variations
Color information
#B766B1 (or 0xB766B1) is known color: Fuchsia. HEX triplet: B7, 66 and B1. RGB value is (183,102,177). Sum of RGB (Red+Green+Blue) = 183+102+177=462 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.61% from 462); Green value is 102 (40.23% from 255 or 22.08% from 462); Blue value is 177 (69.53% from 255 or 38.31% from 462); Max value from RGB is 183 - color contains mainly: red. Hex color #B766B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B766B1 is #48994E. Grayscale: #868686. Windows color (decimal): -4757839 or 11626167. OLE color: 11626167.
HSL color Cylindrical-coordinate representation of color #B766B1: hue angle of 304.44º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B766B1 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 102 | 177 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.28 |
| HSL | 304.44º | 0.36% | 0.56% | - |
| HSV(B) | 304.44º | 0.44% | 0.72% | - |
| XYZ | 32.22 | 22.74 | 44.29 | - |
| YUV | 134.77 | 151.84 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 102 | 177 | 0 | 0.44 | 0.03 | 0.28 | 304.44 | 0.36 | 0.56 |
| Hex | B7 | 66 | B1 | 0 | 2C | 3 | 1C | 130 | 24 | 38 |
| Octal | 267 | 146 | 261 | 0 | 54 | 3 | 34 | 460 | 44 | 70 |
| Binary | 10110111 | 1100110 | 10110001 | 0 | 101100 | 11 | 11100 | 100110000 | 100100 | 111000 |
Color Harmonies of #B766B1
Complementary color
Monochromatic Colors of #B766B1
Black with #B766B1
Text Example
Text Example
White with #B766B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B766B1; }
p { color: rgb(183,102,177); }
H1.HeaderClassName
{
color: #B766B1;
}
.AnyTagClassName
{
color: #B766B1;
}
</style>
background-color css
<style>
a { background-color: #B766B1; }
a { background-color: rgb(183,102,177); }
div.DivClassName
{
background-color: #B766B1;
}
.BgClassName
{
background-color: #B766B1;
}
</style>
border-color css
<style>
span { border-color: #B766B1; }
span { border-color: rgb(183,102,177); }
td.TdClassName
{
border-color: #B766B1;
}
.TagClassName
{
border-color: #B766B1;
}
</style>