Shades of Fuchsia #B163B8
Tints of Fuchsia #B163B8
RGB
CMYK
RGB Variations
Color information
#B163B8 (or 0xB163B8) is known color: Fuchsia. HEX triplet: B1, 63 and B8. RGB value is (177,99,184). Sum of RGB (Red+Green+Blue) = 177+99+184=460 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.48% from 460); Green value is 99 (39.06% from 255 or 21.52% from 460); Blue value is 184 (72.27% from 255 or 40% from 460); Max value from RGB is 184 - color contains mainly: blue. Hex color #B163B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B163B8 is #4E9C47. Grayscale: #838383. Windows color (decimal): -5151816 or 12084145. OLE color: 12084145.
HSL color Cylindrical-coordinate representation of color #B163B8: hue angle of 295.06º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B163B8 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 177 | 99 | 184 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.28 |
| HSL | 295.06º | 0.37% | 0.55% | - |
| HSV(B) | 295.06º | 0.46% | 0.72% | - |
| XYZ | 31.25 | 21.73 | 47.9 | - |
| YUV | 132.01 | 157.34 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 99 | 184 | 0.04 | 0.46 | 0 | 0.28 | 295.06 | 0.37 | 0.55 |
| Hex | B1 | 63 | B8 | 4 | 2E | 0 | 1C | 127 | 25 | 37 |
| Octal | 261 | 143 | 270 | 4 | 56 | 0 | 34 | 447 | 45 | 67 |
| Binary | 10110001 | 1100011 | 10111000 | 100 | 101110 | 0 | 11100 | 100100111 | 100101 | 110111 |
Color Harmonies of #B163B8
Complementary color
Monochromatic Colors of #B163B8
Black with #B163B8
Text Example
Text Example
White with #B163B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B163B8; }
p { color: rgb(177,99,184); }
H1.HeaderClassName
{
color: #B163B8;
}
.AnyTagClassName
{
color: #B163B8;
}
</style>
background-color css
<style>
a { background-color: #B163B8; }
a { background-color: rgb(177,99,184); }
div.DivClassName
{
background-color: #B163B8;
}
.BgClassName
{
background-color: #B163B8;
}
</style>
border-color css
<style>
span { border-color: #B163B8; }
span { border-color: rgb(177,99,184); }
td.TdClassName
{
border-color: #B163B8;
}
.TagClassName
{
border-color: #B163B8;
}
</style>