Shades of Fuchsia #B766B2
Tints of Fuchsia #B766B2
RGB
CMYK
RGB Variations
Color information
#B766B2 (or 0xB766B2) is known color: Fuchsia. HEX triplet: B7, 66 and B2. RGB value is (183,102,178). Sum of RGB (Red+Green+Blue) = 183+102+178=463 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.52% from 463); Green value is 102 (40.23% from 255 or 22.03% from 463); Blue value is 178 (69.92% from 255 or 38.44% from 463); Max value from RGB is 183 - color contains mainly: red. Hex color #B766B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B766B2 is #48994D. Grayscale: #868686. Windows color (decimal): -4757838 or 11691703. OLE color: 11691703.
HSL color Cylindrical-coordinate representation of color #B766B2: hue angle of 303.7º 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 #B766B2 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 102 | 178 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.28 |
| HSL | 303.7º | 0.36% | 0.56% | - |
| HSV(B) | 303.7º | 0.44% | 0.72% | - |
| XYZ | 32.32 | 22.78 | 44.81 | - |
| YUV | 134.88 | 152.34 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 102 | 178 | 0 | 0.44 | 0.03 | 0.28 | 303.7 | 0.36 | 0.56 |
| Hex | B7 | 66 | B2 | 0 | 2C | 3 | 1C | 130 | 24 | 38 |
| Octal | 267 | 146 | 262 | 0 | 54 | 3 | 34 | 460 | 44 | 70 |
| Binary | 10110111 | 1100110 | 10110010 | 0 | 101100 | 11 | 11100 | 100110000 | 100100 | 111000 |
Color Harmonies of #B766B2
Complementary color
Monochromatic Colors of #B766B2
Black with #B766B2
Text Example
Text Example
White with #B766B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B766B2; }
p { color: rgb(183,102,178); }
H1.HeaderClassName
{
color: #B766B2;
}
.AnyTagClassName
{
color: #B766B2;
}
</style>
background-color css
<style>
a { background-color: #B766B2; }
a { background-color: rgb(183,102,178); }
div.DivClassName
{
background-color: #B766B2;
}
.BgClassName
{
background-color: #B766B2;
}
</style>
border-color css
<style>
span { border-color: #B766B2; }
span { border-color: rgb(183,102,178); }
td.TdClassName
{
border-color: #B766B2;
}
.TagClassName
{
border-color: #B766B2;
}
</style>