Shades of Fuchsia #B976BA
Tints of Fuchsia #B976BA
RGB
CMYK
RGB Variations
Color information
#B976BA (or 0xB976BA) is known color: Fuchsia. HEX triplet: B9, 76 and BA. RGB value is (185,118,186). Sum of RGB (Red+Green+Blue) = 185+118+186=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 118 (46.48% from 255 or 24.13% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 186 - color contains mainly: blue. Hex color #B976BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B976BA is #468945. Grayscale: #919191. Windows color (decimal): -4622662 or 12220089. OLE color: 12220089.
HSL color Cylindrical-coordinate representation of color #B976BA: hue angle of 299.12º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B976BA is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 118 | 186 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.27 |
| HSL | 299.12º | 0.33% | 0.6% | - |
| HSV(B) | 299.12º | 0.37% | 0.73% | - |
| XYZ | 35.35 | 26.82 | 49.77 | - |
| YUV | 145.79 | 150.7 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 118 | 186 | 0.01 | 0.37 | 0 | 0.27 | 299.12 | 0.33 | 0.6 |
| Hex | B9 | 76 | BA | 1 | 25 | 0 | 1B | 12B | 21 | 3C |
| Octal | 271 | 166 | 272 | 1 | 45 | 0 | 33 | 453 | 41 | 74 |
| Binary | 10111001 | 1110110 | 10111010 | 1 | 100101 | 0 | 11011 | 100101011 | 100001 | 111100 |
Color Harmonies of #B976BA
Complementary color
Monochromatic Colors of #B976BA
Black with #B976BA
Text Example
Text Example
White with #B976BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B976BA; }
p { color: rgb(185,118,186); }
H1.HeaderClassName
{
color: #B976BA;
}
.AnyTagClassName
{
color: #B976BA;
}
</style>
background-color css
<style>
a { background-color: #B976BA; }
a { background-color: rgb(185,118,186); }
div.DivClassName
{
background-color: #B976BA;
}
.BgClassName
{
background-color: #B976BA;
}
</style>
border-color css
<style>
span { border-color: #B976BA; }
span { border-color: rgb(185,118,186); }
td.TdClassName
{
border-color: #B976BA;
}
.TagClassName
{
border-color: #B976BA;
}
</style>