Shades of Fuchsia #B162B4
Tints of Fuchsia #B162B4
RGB
CMYK
RGB Variations
Color information
#B162B4 (or 0xB162B4) is known color: Fuchsia. HEX triplet: B1, 62 and B4. RGB value is (177,98,180). Sum of RGB (Red+Green+Blue) = 177+98+180=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 98 (38.67% from 255 or 21.54% from 455); Blue value is 180 (70.70% from 255 or 39.56% from 455); Max value from RGB is 180 - color contains mainly: blue. Hex color #B162B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B162B4 is #4E9D4B. Grayscale: #828282. Windows color (decimal): -5152076 or 11821745. OLE color: 11821745.
HSL color Cylindrical-coordinate representation of color #B162B4: hue angle of 297.8º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B162B4 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 98 | 180 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.29 |
| HSL | 297.8º | 0.35% | 0.55% | - |
| HSV(B) | 297.8º | 0.46% | 0.71% | - |
| XYZ | 30.74 | 21.38 | 45.69 | - |
| YUV | 130.97 | 155.67 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 98 | 180 | 0.02 | 0.46 | 0 | 0.29 | 297.8 | 0.35 | 0.55 |
| Hex | B1 | 62 | B4 | 2 | 2E | 0 | 1D | 12A | 23 | 37 |
| Octal | 261 | 142 | 264 | 2 | 56 | 0 | 35 | 452 | 43 | 67 |
| Binary | 10110001 | 1100010 | 10110100 | 10 | 101110 | 0 | 11101 | 100101010 | 100011 | 110111 |
Color Harmonies of #B162B4
Complementary color
Monochromatic Colors of #B162B4
Black with #B162B4
Text Example
Text Example
White with #B162B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B162B4; }
p { color: rgb(177,98,180); }
H1.HeaderClassName
{
color: #B162B4;
}
.AnyTagClassName
{
color: #B162B4;
}
</style>
background-color css
<style>
a { background-color: #B162B4; }
a { background-color: rgb(177,98,180); }
div.DivClassName
{
background-color: #B162B4;
}
.BgClassName
{
background-color: #B162B4;
}
</style>
border-color css
<style>
span { border-color: #B162B4; }
span { border-color: rgb(177,98,180); }
td.TdClassName
{
border-color: #B162B4;
}
.TagClassName
{
border-color: #B162B4;
}
</style>