Shades of Fuchsia #B766B3
Tints of Fuchsia #B766B3
RGB
CMYK
RGB Variations
Color information
#B766B3 (or 0xB766B3) is known color: Fuchsia. HEX triplet: B7, 66 and B3. RGB value is (183,102,179). Sum of RGB (Red+Green+Blue) = 183+102+179=464 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.44% from 464); Green value is 102 (40.23% from 255 or 21.98% from 464); Blue value is 179 (70.31% from 255 or 38.58% from 464); Max value from RGB is 183 - color contains mainly: red. Hex color #B766B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B766B3 is #48994C. Grayscale: #868686. Windows color (decimal): -4757837 or 11757239. OLE color: 11757239.
HSL color Cylindrical-coordinate representation of color #B766B3: hue angle of 302.96º 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 #B766B3 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 102 | 179 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.28 |
| HSL | 302.96º | 0.36% | 0.56% | - |
| HSV(B) | 302.96º | 0.44% | 0.72% | - |
| XYZ | 32.42 | 22.82 | 45.34 | - |
| YUV | 135 | 152.84 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 102 | 179 | 0 | 0.44 | 0.02 | 0.28 | 302.96 | 0.36 | 0.56 |
| Hex | B7 | 66 | B3 | 0 | 2C | 2 | 1C | 12F | 24 | 38 |
| Octal | 267 | 146 | 263 | 0 | 54 | 2 | 34 | 457 | 44 | 70 |
| Binary | 10110111 | 1100110 | 10110011 | 0 | 101100 | 10 | 11100 | 100101111 | 100100 | 111000 |
Color Harmonies of #B766B3
Complementary color
Monochromatic Colors of #B766B3
Black with #B766B3
Text Example
Text Example
White with #B766B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B766B3; }
p { color: rgb(183,102,179); }
H1.HeaderClassName
{
color: #B766B3;
}
.AnyTagClassName
{
color: #B766B3;
}
</style>
background-color css
<style>
a { background-color: #B766B3; }
a { background-color: rgb(183,102,179); }
div.DivClassName
{
background-color: #B766B3;
}
.BgClassName
{
background-color: #B766B3;
}
</style>
border-color css
<style>
span { border-color: #B766B3; }
span { border-color: rgb(183,102,179); }
td.TdClassName
{
border-color: #B766B3;
}
.TagClassName
{
border-color: #B766B3;
}
</style>