Shades of Violet Blue #B168AC
Tints of Violet Blue #B168AC
RGB
CMYK
RGB Variations
Color information
#B168AC (or 0xB168AC) is known color: Violet Blue. HEX triplet: B1, 68 and AC. RGB value is (177,104,172). Sum of RGB (Red+Green+Blue) = 177+104+172=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 104 (41.02% from 255 or 22.96% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 177 - color contains mainly: red. Hex color #B168AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B168AC is #4E9753. Grayscale: #858585. Windows color (decimal): -5150548 or 11298993. OLE color: 11298993.
HSL color Cylindrical-coordinate representation of color #B168AC: hue angle of 304.11º 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 #B168AC is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 104 | 172 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.31 |
| HSL | 304.11º | 0.32% | 0.55% | - |
| HSV(B) | 304.11º | 0.41% | 0.69% | - |
| XYZ | 30.53 | 22.23 | 41.71 | - |
| YUV | 133.58 | 149.68 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 104 | 172 | 0 | 0.41 | 0.03 | 0.31 | 304.11 | 0.32 | 0.55 |
| Hex | B1 | 68 | AC | 0 | 29 | 3 | 1F | 130 | 20 | 37 |
| Octal | 261 | 150 | 254 | 0 | 51 | 3 | 37 | 460 | 40 | 67 |
| Binary | 10110001 | 1101000 | 10101100 | 0 | 101001 | 11 | 11111 | 100110000 | 100000 | 110111 |
Color Harmonies of #B168AC
Complementary color
Monochromatic Colors of #B168AC
Black with #B168AC
Text Example
Text Example
White with #B168AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B168AC; }
p { color: rgb(177,104,172); }
H1.HeaderClassName
{
color: #B168AC;
}
.AnyTagClassName
{
color: #B168AC;
}
</style>
background-color css
<style>
a { background-color: #B168AC; }
a { background-color: rgb(177,104,172); }
div.DivClassName
{
background-color: #B168AC;
}
.BgClassName
{
background-color: #B168AC;
}
</style>
border-color css
<style>
span { border-color: #B168AC; }
span { border-color: rgb(177,104,172); }
td.TdClassName
{
border-color: #B168AC;
}
.TagClassName
{
border-color: #B168AC;
}
</style>