Shades of Fuchsia #B76BAF
Tints of Fuchsia #B76BAF
RGB
CMYK
RGB Variations
Color information
#B76BAF (or 0xB76BAF) is known color: Fuchsia. HEX triplet: B7, 6B and AF. RGB value is (183,107,175). Sum of RGB (Red+Green+Blue) = 183+107+175=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 107 (42.19% from 255 or 23.01% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 183 - color contains mainly: red. Hex color #B76BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76BAF is #489450. Grayscale: #898989. Windows color (decimal): -4756561 or 11496375. OLE color: 11496375.
HSL color Cylindrical-coordinate representation of color #B76BAF: hue angle of 306.32º 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 #B76BAF is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 107 | 175 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.28 |
| HSL | 306.32º | 0.35% | 0.57% | - |
| HSV(B) | 306.32º | 0.42% | 0.72% | - |
| XYZ | 32.52 | 23.68 | 43.41 | - |
| YUV | 137.48 | 149.18 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 107 | 175 | 0 | 0.42 | 0.04 | 0.28 | 306.32 | 0.35 | 0.57 |
| Hex | B7 | 6B | AF | 0 | 2A | 4 | 1C | 132 | 23 | 39 |
| Octal | 267 | 153 | 257 | 0 | 52 | 4 | 34 | 462 | 43 | 71 |
| Binary | 10110111 | 1101011 | 10101111 | 0 | 101010 | 100 | 11100 | 100110010 | 100011 | 111001 |
Color Harmonies of #B76BAF
Complementary color
Monochromatic Colors of #B76BAF
Black with #B76BAF
Text Example
Text Example
White with #B76BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76BAF; }
p { color: rgb(183,107,175); }
H1.HeaderClassName
{
color: #B76BAF;
}
.AnyTagClassName
{
color: #B76BAF;
}
</style>
background-color css
<style>
a { background-color: #B76BAF; }
a { background-color: rgb(183,107,175); }
div.DivClassName
{
background-color: #B76BAF;
}
.BgClassName
{
background-color: #B76BAF;
}
</style>
border-color css
<style>
span { border-color: #B76BAF; }
span { border-color: rgb(183,107,175); }
td.TdClassName
{
border-color: #B76BAF;
}
.TagClassName
{
border-color: #B76BAF;
}
</style>