Shades of Violet Blue #B168A8
Tints of Violet Blue #B168A8
RGB
CMYK
RGB Variations
Color information
#B168A8 (or 0xB168A8) is known color: Violet Blue. HEX triplet: B1, 68 and A8. RGB value is (177,104,168). Sum of RGB (Red+Green+Blue) = 177+104+168=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 104 (41.02% from 255 or 23.16% from 449); Blue value is 168 (66.02% from 255 or 37.42% from 449); Max value from RGB is 177 - color contains mainly: red. Hex color #B168A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B168A8 is #4E9757. Grayscale: #848484. Windows color (decimal): -5150552 or 11036849. OLE color: 11036849.
HSL color Cylindrical-coordinate representation of color #B168A8: hue angle of 307.4º 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 #B168A8 is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 104 | 168 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.31 |
| HSL | 307.4º | 0.32% | 0.55% | - |
| HSV(B) | 307.4º | 0.41% | 0.69% | - |
| XYZ | 30.15 | 22.07 | 39.72 | - |
| YUV | 133.12 | 147.68 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 104 | 168 | 0 | 0.41 | 0.05 | 0.31 | 307.4 | 0.32 | 0.55 |
| Hex | B1 | 68 | A8 | 0 | 29 | 5 | 1F | 133 | 20 | 37 |
| Octal | 261 | 150 | 250 | 0 | 51 | 5 | 37 | 463 | 40 | 67 |
| Binary | 10110001 | 1101000 | 10101000 | 0 | 101001 | 101 | 11111 | 100110011 | 100000 | 110111 |
Color Harmonies of #B168A8
Complementary color
Monochromatic Colors of #B168A8
Black with #B168A8
Text Example
Text Example
White with #B168A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B168A8; }
p { color: rgb(177,104,168); }
H1.HeaderClassName
{
color: #B168A8;
}
.AnyTagClassName
{
color: #B168A8;
}
</style>
background-color css
<style>
a { background-color: #B168A8; }
a { background-color: rgb(177,104,168); }
div.DivClassName
{
background-color: #B168A8;
}
.BgClassName
{
background-color: #B168A8;
}
</style>
border-color css
<style>
span { border-color: #B168A8; }
span { border-color: rgb(177,104,168); }
td.TdClassName
{
border-color: #B168A8;
}
.TagClassName
{
border-color: #B168A8;
}
</style>