Shades of Fuchsia #B76ABC
Tints of Fuchsia #B76ABC
RGB
CMYK
RGB Variations
Color information
#B76ABC (or 0xB76ABC) is known color: Fuchsia. HEX triplet: B7, 6A and BC. RGB value is (183,106,188). Sum of RGB (Red+Green+Blue) = 183+106+188=477 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.36% from 477); Green value is 106 (41.80% from 255 or 22.22% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 188 - color contains mainly: blue. Hex color #B76ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76ABC is #489543. Grayscale: #8A8A8A. Windows color (decimal): -4756804 or 12348087. OLE color: 12348087.
HSL color Cylindrical-coordinate representation of color #B76ABC: hue angle of 296.34º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B76ABC is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 106 | 188 | - |
| CMYK | 0.03 | 0.44 | 0 | 0.26 |
| HSL | 296.34º | 0.38% | 0.58% | - |
| HSV(B) | 296.34º | 0.44% | 0.74% | - |
| XYZ | 33.76 | 24.01 | 50.43 | - |
| YUV | 138.37 | 156.01 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 106 | 188 | 0.03 | 0.44 | 0 | 0.26 | 296.34 | 0.38 | 0.58 |
| Hex | B7 | 6A | BC | 3 | 2C | 0 | 1A | 128 | 26 | 3A |
| Octal | 267 | 152 | 274 | 3 | 54 | 0 | 32 | 450 | 46 | 72 |
| Binary | 10110111 | 1101010 | 10111100 | 11 | 101100 | 0 | 11010 | 100101000 | 100110 | 111010 |
Color Harmonies of #B76ABC
Complementary color
Monochromatic Colors of #B76ABC
Black with #B76ABC
Text Example
Text Example
White with #B76ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76ABC; }
p { color: rgb(183,106,188); }
H1.HeaderClassName
{
color: #B76ABC;
}
.AnyTagClassName
{
color: #B76ABC;
}
</style>
background-color css
<style>
a { background-color: #B76ABC; }
a { background-color: rgb(183,106,188); }
div.DivClassName
{
background-color: #B76ABC;
}
.BgClassName
{
background-color: #B76ABC;
}
</style>
border-color css
<style>
span { border-color: #B76ABC; }
span { border-color: rgb(183,106,188); }
td.TdClassName
{
border-color: #B76ABC;
}
.TagClassName
{
border-color: #B76ABC;
}
</style>