Shades of Violet Blue #B168AD
Tints of Violet Blue #B168AD
RGB
CMYK
RGB Variations
Color information
#B168AD (or 0xB168AD) is known color: Violet Blue. HEX triplet: B1, 68 and AD. RGB value is (177,104,173). Sum of RGB (Red+Green+Blue) = 177+104+173=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 104 (41.02% from 255 or 22.91% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 177 - color contains mainly: red. Hex color #B168AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B168AD is #4E9752. Grayscale: #858585. Windows color (decimal): -5150547 or 11364529. OLE color: 11364529.
HSL color Cylindrical-coordinate representation of color #B168AD: hue angle of 303.29º 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 #B168AD is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 104 | 173 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.31 |
| HSL | 303.29º | 0.32% | 0.55% | - |
| HSV(B) | 303.29º | 0.41% | 0.69% | - |
| XYZ | 30.62 | 22.26 | 42.22 | - |
| YUV | 133.69 | 150.18 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 104 | 173 | 0 | 0.41 | 0.02 | 0.31 | 303.29 | 0.32 | 0.55 |
| Hex | B1 | 68 | AD | 0 | 29 | 2 | 1F | 12F | 20 | 37 |
| Octal | 261 | 150 | 255 | 0 | 51 | 2 | 37 | 457 | 40 | 67 |
| Binary | 10110001 | 1101000 | 10101101 | 0 | 101001 | 10 | 11111 | 100101111 | 100000 | 110111 |
Color Harmonies of #B168AD
Complementary color
Monochromatic Colors of #B168AD
Black with #B168AD
Text Example
Text Example
White with #B168AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B168AD; }
p { color: rgb(177,104,173); }
H1.HeaderClassName
{
color: #B168AD;
}
.AnyTagClassName
{
color: #B168AD;
}
</style>
background-color css
<style>
a { background-color: #B168AD; }
a { background-color: rgb(177,104,173); }
div.DivClassName
{
background-color: #B168AD;
}
.BgClassName
{
background-color: #B168AD;
}
</style>
border-color css
<style>
span { border-color: #B168AD; }
span { border-color: rgb(177,104,173); }
td.TdClassName
{
border-color: #B168AD;
}
.TagClassName
{
border-color: #B168AD;
}
</style>