Shades of Fuchsia #B162BB
Tints of Fuchsia #B162BB
RGB
CMYK
RGB Variations
Color information
#B162BB (or 0xB162BB) is known color: Fuchsia. HEX triplet: B1, 62 and BB. RGB value is (177,98,187). Sum of RGB (Red+Green+Blue) = 177+98+187=462 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.31% from 462); Green value is 98 (38.67% from 255 or 21.21% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 187 - color contains mainly: blue. Hex color #B162BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B162BB is #4E9D44. Grayscale: #838383. Windows color (decimal): -5152069 or 12280497. OLE color: 12280497.
HSL color Cylindrical-coordinate representation of color #B162BB: hue angle of 293.26º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B162BB is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 98 | 187 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.27 |
| HSL | 293.26º | 0.4% | 0.56% | - |
| HSV(B) | 293.26º | 0.48% | 0.73% | - |
| XYZ | 31.47 | 21.67 | 49.54 | - |
| YUV | 131.77 | 159.17 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 98 | 187 | 0.05 | 0.48 | 0 | 0.27 | 293.26 | 0.4 | 0.56 |
| Hex | B1 | 62 | BB | 5 | 30 | 0 | 1B | 125 | 28 | 38 |
| Octal | 261 | 142 | 273 | 5 | 60 | 0 | 33 | 445 | 50 | 70 |
| Binary | 10110001 | 1100010 | 10111011 | 101 | 110000 | 0 | 11011 | 100100101 | 101000 | 111000 |
Color Harmonies of #B162BB
Complementary color
Monochromatic Colors of #B162BB
Black with #B162BB
Text Example
Text Example
White with #B162BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B162BB; }
p { color: rgb(177,98,187); }
H1.HeaderClassName
{
color: #B162BB;
}
.AnyTagClassName
{
color: #B162BB;
}
</style>
background-color css
<style>
a { background-color: #B162BB; }
a { background-color: rgb(177,98,187); }
div.DivClassName
{
background-color: #B162BB;
}
.BgClassName
{
background-color: #B162BB;
}
</style>
border-color css
<style>
span { border-color: #B162BB; }
span { border-color: rgb(177,98,187); }
td.TdClassName
{
border-color: #B162BB;
}
.TagClassName
{
border-color: #B162BB;
}
</style>