Shades of Fuchsia #B977BC
Tints of Fuchsia #B977BC
RGB
CMYK
RGB Variations
Color information
#B977BC (or 0xB977BC) is known color: Fuchsia. HEX triplet: B9, 77 and BC. RGB value is (185,119,188). Sum of RGB (Red+Green+Blue) = 185+119+188=492 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.60% from 492); Green value is 119 (46.88% from 255 or 24.19% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 188 - color contains mainly: blue. Hex color #B977BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B977BC is #468843. Grayscale: #929292. Windows color (decimal): -4622404 or 12351417. OLE color: 12351417.
HSL color Cylindrical-coordinate representation of color #B977BC: hue angle of 297.39º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B977BC is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 119 | 188 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.26 |
| HSL | 297.39º | 0.34% | 0.6% | - |
| HSV(B) | 297.39º | 0.37% | 0.74% | - |
| XYZ | 35.68 | 27.14 | 50.93 | - |
| YUV | 146.6 | 151.37 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 119 | 188 | 0.02 | 0.37 | 0 | 0.26 | 297.39 | 0.34 | 0.6 |
| Hex | B9 | 77 | BC | 2 | 25 | 0 | 1A | 129 | 22 | 3C |
| Octal | 271 | 167 | 274 | 2 | 45 | 0 | 32 | 451 | 42 | 74 |
| Binary | 10111001 | 1110111 | 10111100 | 10 | 100101 | 0 | 11010 | 100101001 | 100010 | 111100 |
Color Harmonies of #B977BC
Complementary color
Monochromatic Colors of #B977BC
Black with #B977BC
Text Example
Text Example
White with #B977BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B977BC; }
p { color: rgb(185,119,188); }
H1.HeaderClassName
{
color: #B977BC;
}
.AnyTagClassName
{
color: #B977BC;
}
</style>
background-color css
<style>
a { background-color: #B977BC; }
a { background-color: rgb(185,119,188); }
div.DivClassName
{
background-color: #B977BC;
}
.BgClassName
{
background-color: #B977BC;
}
</style>
border-color css
<style>
span { border-color: #B977BC; }
span { border-color: rgb(185,119,188); }
td.TdClassName
{
border-color: #B977BC;
}
.TagClassName
{
border-color: #B977BC;
}
</style>