Shades of Fuchsia #B76FBC
Tints of Fuchsia #B76FBC
RGB
CMYK
RGB Variations
Color information
#B76FBC (or 0xB76FBC) is known color: Fuchsia. HEX triplet: B7, 6F and BC. RGB value is (183,111,188). Sum of RGB (Red+Green+Blue) = 183+111+188=482 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.97% from 482); Green value is 111 (43.75% from 255 or 23.03% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 188 - color contains mainly: blue. Hex color #B76FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76FBC is #489043. Grayscale: #8D8D8D. Windows color (decimal): -4755524 or 12349367. OLE color: 12349367.
HSL color Cylindrical-coordinate representation of color #B76FBC: hue angle of 296.1º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B76FBC is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 111 | 188 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.26 |
| HSL | 296.1º | 0.36% | 0.59% | - |
| HSV(B) | 296.1º | 0.41% | 0.74% | - |
| XYZ | 34.29 | 25.07 | 50.61 | - |
| YUV | 141.31 | 154.35 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 111 | 188 | 0.03 | 0.41 | 0 | 0.26 | 296.1 | 0.36 | 0.59 |
| Hex | B7 | 6F | BC | 3 | 29 | 0 | 1A | 128 | 24 | 3B |
| Octal | 267 | 157 | 274 | 3 | 51 | 0 | 32 | 450 | 44 | 73 |
| Binary | 10110111 | 1101111 | 10111100 | 11 | 101001 | 0 | 11010 | 100101000 | 100100 | 111011 |
Color Harmonies of #B76FBC
Complementary color
Monochromatic Colors of #B76FBC
Black with #B76FBC
Text Example
Text Example
White with #B76FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76FBC; }
p { color: rgb(183,111,188); }
H1.HeaderClassName
{
color: #B76FBC;
}
.AnyTagClassName
{
color: #B76FBC;
}
</style>
background-color css
<style>
a { background-color: #B76FBC; }
a { background-color: rgb(183,111,188); }
div.DivClassName
{
background-color: #B76FBC;
}
.BgClassName
{
background-color: #B76FBC;
}
</style>
border-color css
<style>
span { border-color: #B76FBC; }
span { border-color: rgb(183,111,188); }
td.TdClassName
{
border-color: #B76FBC;
}
.TagClassName
{
border-color: #B76FBC;
}
</style>