Shades of Violet Blue #B168A0
Tints of Violet Blue #B168A0
RGB
CMYK
RGB Variations
Color information
#B168A0 (or 0xB168A0) is known color: Violet Blue. HEX triplet: B1, 68 and A0. RGB value is (177,104,160). Sum of RGB (Red+Green+Blue) = 177+104+160=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 104 (41.02% from 255 or 23.58% from 441); Blue value is 160 (62.89% from 255 or 36.28% from 441); Max value from RGB is 177 - color contains mainly: red. Hex color #B168A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B168A0 is #4E975F. Grayscale: #848484. Windows color (decimal): -5150560 or 10512561. OLE color: 10512561.
HSL color Cylindrical-coordinate representation of color #B168A0: hue angle of 313.97º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B168A0 is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 104 | 160 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.31 |
| HSL | 313.97º | 0.32% | 0.55% | - |
| HSV(B) | 313.97º | 0.41% | 0.69% | - |
| XYZ | 29.43 | 21.79 | 35.91 | - |
| YUV | 132.21 | 143.68 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 104 | 160 | 0 | 0.41 | 0.10 | 0.31 | 313.97 | 0.32 | 0.55 |
| Hex | B1 | 68 | A0 | 0 | 29 | A | 1F | 13A | 20 | 37 |
| Octal | 261 | 150 | 240 | 0 | 51 | 12 | 37 | 472 | 40 | 67 |
| Binary | 10110001 | 1101000 | 10100000 | 0 | 101001 | 1010 | 11111 | 100111010 | 100000 | 110111 |
Color Harmonies of #B168A0
Complementary color
Monochromatic Colors of #B168A0
Black with #B168A0
Text Example
Text Example
White with #B168A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B168A0; }
p { color: rgb(177,104,160); }
H1.HeaderClassName
{
color: #B168A0;
}
.AnyTagClassName
{
color: #B168A0;
}
</style>
background-color css
<style>
a { background-color: #B168A0; }
a { background-color: rgb(177,104,160); }
div.DivClassName
{
background-color: #B168A0;
}
.BgClassName
{
background-color: #B168A0;
}
</style>
border-color css
<style>
span { border-color: #B168A0; }
span { border-color: rgb(177,104,160); }
td.TdClassName
{
border-color: #B168A0;
}
.TagClassName
{
border-color: #B168A0;
}
</style>