Shades of Fuchsia #B162B8
Tints of Fuchsia #B162B8
RGB
CMYK
RGB Variations
Color information
#B162B8 (or 0xB162B8) is known color: Fuchsia. HEX triplet: B1, 62 and B8. RGB value is (177,98,184). Sum of RGB (Red+Green+Blue) = 177+98+184=459 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.56% from 459); Green value is 98 (38.67% from 255 or 21.35% from 459); Blue value is 184 (72.27% from 255 or 40.09% from 459); Max value from RGB is 184 - color contains mainly: blue. Hex color #B162B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B162B8 is #4E9D47. Grayscale: #838383. Windows color (decimal): -5152072 or 12083889. OLE color: 12083889.
HSL color Cylindrical-coordinate representation of color #B162B8: hue angle of 295.12º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B162B8 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 177 | 98 | 184 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.28 |
| HSL | 295.12º | 0.38% | 0.55% | - |
| HSV(B) | 295.12º | 0.47% | 0.72% | - |
| XYZ | 31.15 | 21.54 | 47.86 | - |
| YUV | 131.43 | 157.67 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 98 | 184 | 0.04 | 0.47 | 0 | 0.28 | 295.12 | 0.38 | 0.55 |
| Hex | B1 | 62 | B8 | 4 | 2F | 0 | 1C | 127 | 26 | 37 |
| Octal | 261 | 142 | 270 | 4 | 57 | 0 | 34 | 447 | 46 | 67 |
| Binary | 10110001 | 1100010 | 10111000 | 100 | 101111 | 0 | 11100 | 100100111 | 100110 | 110111 |
Color Harmonies of #B162B8
Complementary color
Monochromatic Colors of #B162B8
Black with #B162B8
Text Example
Text Example
White with #B162B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B162B8; }
p { color: rgb(177,98,184); }
H1.HeaderClassName
{
color: #B162B8;
}
.AnyTagClassName
{
color: #B162B8;
}
</style>
background-color css
<style>
a { background-color: #B162B8; }
a { background-color: rgb(177,98,184); }
div.DivClassName
{
background-color: #B162B8;
}
.BgClassName
{
background-color: #B162B8;
}
</style>
border-color css
<style>
span { border-color: #B162B8; }
span { border-color: rgb(177,98,184); }
td.TdClassName
{
border-color: #B162B8;
}
.TagClassName
{
border-color: #B162B8;
}
</style>