Shades of Fuchsia #B76AB2
Tints of Fuchsia #B76AB2
RGB
CMYK
RGB Variations
Color information
#B76AB2 (or 0xB76AB2) is known color: Fuchsia. HEX triplet: B7, 6A and B2. RGB value is (183,106,178). Sum of RGB (Red+Green+Blue) = 183+106+178=467 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.19% from 467); Green value is 106 (41.80% from 255 or 22.70% from 467); Blue value is 178 (69.92% from 255 or 38.12% from 467); Max value from RGB is 183 - color contains mainly: red. Hex color #B76AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76AB2 is #48954D. Grayscale: #898989. Windows color (decimal): -4756814 or 11692727. OLE color: 11692727.
HSL color Cylindrical-coordinate representation of color #B76AB2: hue angle of 303.9º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B76AB2 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 106 | 178 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.28 |
| HSL | 303.9º | 0.35% | 0.57% | - |
| HSV(B) | 303.9º | 0.42% | 0.72% | - |
| XYZ | 32.72 | 23.59 | 44.95 | - |
| YUV | 137.23 | 151.01 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 106 | 178 | 0 | 0.42 | 0.03 | 0.28 | 303.9 | 0.35 | 0.57 |
| Hex | B7 | 6A | B2 | 0 | 2A | 3 | 1C | 130 | 23 | 39 |
| Octal | 267 | 152 | 262 | 0 | 52 | 3 | 34 | 460 | 43 | 71 |
| Binary | 10110111 | 1101010 | 10110010 | 0 | 101010 | 11 | 11100 | 100110000 | 100011 | 111001 |
Color Harmonies of #B76AB2
Complementary color
Monochromatic Colors of #B76AB2
Black with #B76AB2
Text Example
Text Example
White with #B76AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76AB2; }
p { color: rgb(183,106,178); }
H1.HeaderClassName
{
color: #B76AB2;
}
.AnyTagClassName
{
color: #B76AB2;
}
</style>
background-color css
<style>
a { background-color: #B76AB2; }
a { background-color: rgb(183,106,178); }
div.DivClassName
{
background-color: #B76AB2;
}
.BgClassName
{
background-color: #B76AB2;
}
</style>
border-color css
<style>
span { border-color: #B76AB2; }
span { border-color: rgb(183,106,178); }
td.TdClassName
{
border-color: #B76AB2;
}
.TagClassName
{
border-color: #B76AB2;
}
</style>