Shades of Fuchsia #B766B5
Tints of Fuchsia #B766B5
RGB
CMYK
RGB Variations
Color information
#B766B5 (or 0xB766B5) is known color: Fuchsia. HEX triplet: B7, 66 and B5. RGB value is (183,102,181). Sum of RGB (Red+Green+Blue) = 183+102+181=466 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.27% from 466); Green value is 102 (40.23% from 255 or 21.89% from 466); Blue value is 181 (71.09% from 255 or 38.84% from 466); Max value from RGB is 183 - color contains mainly: red. Hex color #B766B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B766B5 is #48994A. Grayscale: #868686. Windows color (decimal): -4757835 or 11888311. OLE color: 11888311.
HSL color Cylindrical-coordinate representation of color #B766B5: hue angle of 301.48º 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 #B766B5 is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 102 | 181 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.28 |
| HSL | 301.48º | 0.36% | 0.56% | - |
| HSV(B) | 301.48º | 0.44% | 0.72% | - |
| XYZ | 32.62 | 22.91 | 46.42 | - |
| YUV | 135.23 | 153.84 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 102 | 181 | 0 | 0.44 | 0.01 | 0.28 | 301.48 | 0.36 | 0.56 |
| Hex | B7 | 66 | B5 | 0 | 2C | 1 | 1C | 12D | 24 | 38 |
| Octal | 267 | 146 | 265 | 0 | 54 | 1 | 34 | 455 | 44 | 70 |
| Binary | 10110111 | 1100110 | 10110101 | 0 | 101100 | 1 | 11100 | 100101101 | 100100 | 111000 |
Color Harmonies of #B766B5
Complementary color
Monochromatic Colors of #B766B5
Black with #B766B5
Text Example
Text Example
White with #B766B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B766B5; }
p { color: rgb(183,102,181); }
H1.HeaderClassName
{
color: #B766B5;
}
.AnyTagClassName
{
color: #B766B5;
}
</style>
background-color css
<style>
a { background-color: #B766B5; }
a { background-color: rgb(183,102,181); }
div.DivClassName
{
background-color: #B766B5;
}
.BgClassName
{
background-color: #B766B5;
}
</style>
border-color css
<style>
span { border-color: #B766B5; }
span { border-color: rgb(183,102,181); }
td.TdClassName
{
border-color: #B766B5;
}
.TagClassName
{
border-color: #B766B5;
}
</style>