Shades of Fuchsia #B163BC
Tints of Fuchsia #B163BC
RGB
CMYK
RGB Variations
Color information
#B163BC (or 0xB163BC) is known color: Fuchsia. HEX triplet: B1, 63 and BC. RGB value is (177,99,188). Sum of RGB (Red+Green+Blue) = 177+99+188=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 99 (39.06% from 255 or 21.34% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 188 - color contains mainly: blue. Hex color #B163BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B163BC is #4E9C43. Grayscale: #848484. Windows color (decimal): -5151812 or 12346289. OLE color: 12346289.
HSL color Cylindrical-coordinate representation of color #B163BC: hue angle of 292.58º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B163BC is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 99 | 188 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.26 |
| HSL | 292.58º | 0.4% | 0.56% | - |
| HSV(B) | 292.58º | 0.47% | 0.74% | - |
| XYZ | 31.67 | 21.9 | 50.14 | - |
| YUV | 132.47 | 159.34 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 99 | 188 | 0.06 | 0.47 | 0 | 0.26 | 292.58 | 0.4 | 0.56 |
| Hex | B1 | 63 | BC | 6 | 2F | 0 | 1A | 125 | 28 | 38 |
| Octal | 261 | 143 | 274 | 6 | 57 | 0 | 32 | 445 | 50 | 70 |
| Binary | 10110001 | 1100011 | 10111100 | 110 | 101111 | 0 | 11010 | 100100101 | 101000 | 111000 |
Color Harmonies of #B163BC
Complementary color
Monochromatic Colors of #B163BC
Black with #B163BC
Text Example
Text Example
White with #B163BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B163BC; }
p { color: rgb(177,99,188); }
H1.HeaderClassName
{
color: #B163BC;
}
.AnyTagClassName
{
color: #B163BC;
}
</style>
background-color css
<style>
a { background-color: #B163BC; }
a { background-color: rgb(177,99,188); }
div.DivClassName
{
background-color: #B163BC;
}
.BgClassName
{
background-color: #B163BC;
}
</style>
border-color css
<style>
span { border-color: #B163BC; }
span { border-color: rgb(177,99,188); }
td.TdClassName
{
border-color: #B163BC;
}
.TagClassName
{
border-color: #B163BC;
}
</style>