Shades of Fuchsia #B76DB9
Tints of Fuchsia #B76DB9
RGB
CMYK
RGB Variations
Color information
#B76DB9 (or 0xB76DB9) is known color: Fuchsia. HEX triplet: B7, 6D and B9. RGB value is (183,109,185). Sum of RGB (Red+Green+Blue) = 183+109+185=477 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.36% from 477); Green value is 109 (42.97% from 255 or 22.85% from 477); Blue value is 185 (72.66% from 255 or 38.78% from 477); Max value from RGB is 185 - color contains mainly: blue. Hex color #B76DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76DB9 is #489246. Grayscale: #8B8B8B. Windows color (decimal): -4756039 or 12152247. OLE color: 12152247.
HSL color Cylindrical-coordinate representation of color #B76DB9: hue angle of 298.42º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B76DB9 is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 109 | 185 | - |
| CMYK | 0.01 | 0.41 | 0 | 0.27 |
| HSL | 298.42º | 0.35% | 0.58% | - |
| HSV(B) | 298.42º | 0.41% | 0.73% | - |
| XYZ | 33.75 | 24.51 | 48.85 | - |
| YUV | 139.79 | 153.52 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 109 | 185 | 0.01 | 0.41 | 0 | 0.27 | 298.42 | 0.35 | 0.58 |
| Hex | B7 | 6D | B9 | 1 | 29 | 0 | 1B | 12A | 23 | 3A |
| Octal | 267 | 155 | 271 | 1 | 51 | 0 | 33 | 452 | 43 | 72 |
| Binary | 10110111 | 1101101 | 10111001 | 1 | 101001 | 0 | 11011 | 100101010 | 100011 | 111010 |
Color Harmonies of #B76DB9
Complementary color
Monochromatic Colors of #B76DB9
Black with #B76DB9
Text Example
Text Example
White with #B76DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76DB9; }
p { color: rgb(183,109,185); }
H1.HeaderClassName
{
color: #B76DB9;
}
.AnyTagClassName
{
color: #B76DB9;
}
</style>
background-color css
<style>
a { background-color: #B76DB9; }
a { background-color: rgb(183,109,185); }
div.DivClassName
{
background-color: #B76DB9;
}
.BgClassName
{
background-color: #B76DB9;
}
</style>
border-color css
<style>
span { border-color: #B76DB9; }
span { border-color: rgb(183,109,185); }
td.TdClassName
{
border-color: #B76DB9;
}
.TagClassName
{
border-color: #B76DB9;
}
</style>