Shades of Violet Blue #B16CAA
Tints of Violet Blue #B16CAA
RGB
CMYK
RGB Variations
Color information
#B16CAA (or 0xB16CAA) is known color: Violet Blue. HEX triplet: B1, 6C and AA. RGB value is (177,108,170). Sum of RGB (Red+Green+Blue) = 177+108+170=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 108 (42.58% from 255 or 23.74% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 177 - color contains mainly: red. Hex color #B16CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16CAA is #4E9355. Grayscale: #878787. Windows color (decimal): -5149526 or 11168945. OLE color: 11168945.
HSL color Cylindrical-coordinate representation of color #B16CAA: hue angle of 306.09º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B16CAA is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 108 | 170 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.31 |
| HSL | 306.09º | 0.31% | 0.56% | - |
| HSV(B) | 306.09º | 0.39% | 0.69% | - |
| XYZ | 30.75 | 22.97 | 40.84 | - |
| YUV | 135.7 | 147.36 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 108 | 170 | 0 | 0.39 | 0.04 | 0.31 | 306.09 | 0.31 | 0.56 |
| Hex | B1 | 6C | AA | 0 | 27 | 4 | 1F | 132 | 1F | 38 |
| Octal | 261 | 154 | 252 | 0 | 47 | 4 | 37 | 462 | 37 | 70 |
| Binary | 10110001 | 1101100 | 10101010 | 0 | 100111 | 100 | 11111 | 100110010 | 11111 | 111000 |
Color Harmonies of #B16CAA
Complementary color
Monochromatic Colors of #B16CAA
Black with #B16CAA
Text Example
Text Example
White with #B16CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16CAA; }
p { color: rgb(177,108,170); }
H1.HeaderClassName
{
color: #B16CAA;
}
.AnyTagClassName
{
color: #B16CAA;
}
</style>
background-color css
<style>
a { background-color: #B16CAA; }
a { background-color: rgb(177,108,170); }
div.DivClassName
{
background-color: #B16CAA;
}
.BgClassName
{
background-color: #B16CAA;
}
</style>
border-color css
<style>
span { border-color: #B16CAA; }
span { border-color: rgb(177,108,170); }
td.TdClassName
{
border-color: #B16CAA;
}
.TagClassName
{
border-color: #B16CAA;
}
</style>