Shades of Fuchsia #B163B3
Tints of Fuchsia #B163B3
RGB
CMYK
RGB Variations
Color information
#B163B3 (or 0xB163B3) is known color: Fuchsia. HEX triplet: B1, 63 and B3. RGB value is (177,99,179). Sum of RGB (Red+Green+Blue) = 177+99+179=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 99 (39.06% from 255 or 21.76% from 455); Blue value is 179 (70.31% from 255 or 39.34% from 455); Max value from RGB is 179 - color contains mainly: blue. Hex color #B163B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B163B3 is #4E9C4C. Grayscale: #838383. Windows color (decimal): -5151821 or 11756465. OLE color: 11756465.
HSL color Cylindrical-coordinate representation of color #B163B3: hue angle of 298.5º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B163B3 is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 177 | 99 | 179 | - |
| CMYK | 0.01 | 0.45 | 0 | 0.30 |
| HSL | 298.5º | 0.34% | 0.55% | - |
| HSV(B) | 298.5º | 0.45% | 0.7% | - |
| XYZ | 30.73 | 21.53 | 45.18 | - |
| YUV | 131.44 | 154.84 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 99 | 179 | 0.01 | 0.45 | 0 | 0.30 | 298.5 | 0.34 | 0.55 |
| Hex | B1 | 63 | B3 | 1 | 2D | 0 | 1E | 12A | 22 | 37 |
| Octal | 261 | 143 | 263 | 1 | 55 | 0 | 36 | 452 | 42 | 67 |
| Binary | 10110001 | 1100011 | 10110011 | 1 | 101101 | 0 | 11110 | 100101010 | 100010 | 110111 |
Color Harmonies of #B163B3
Complementary color
Monochromatic Colors of #B163B3
Black with #B163B3
Text Example
Text Example
White with #B163B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B163B3; }
p { color: rgb(177,99,179); }
H1.HeaderClassName
{
color: #B163B3;
}
.AnyTagClassName
{
color: #B163B3;
}
</style>
background-color css
<style>
a { background-color: #B163B3; }
a { background-color: rgb(177,99,179); }
div.DivClassName
{
background-color: #B163B3;
}
.BgClassName
{
background-color: #B163B3;
}
</style>
border-color css
<style>
span { border-color: #B163B3; }
span { border-color: rgb(177,99,179); }
td.TdClassName
{
border-color: #B163B3;
}
.TagClassName
{
border-color: #B163B3;
}
</style>