Shades of Violet Blue #B16CA3
Tints of Violet Blue #B16CA3
RGB
CMYK
RGB Variations
Color information
#B16CA3 (or 0xB16CA3) is known color: Violet Blue. HEX triplet: B1, 6C and A3. RGB value is (177,108,163). Sum of RGB (Red+Green+Blue) = 177+108+163=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 108 (42.58% from 255 or 24.11% from 448); Blue value is 163 (64.06% from 255 or 36.38% from 448); Max value from RGB is 177 - color contains mainly: red. Hex color #B16CA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16CA3 is #4E935C. Grayscale: #868686. Windows color (decimal): -5149533 or 10710193. OLE color: 10710193.
HSL color Cylindrical-coordinate representation of color #B16CA3: hue angle of 312.17º 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 #B16CA3 is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 108 | 163 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.31 |
| HSL | 312.17º | 0.31% | 0.56% | - |
| HSV(B) | 312.17º | 0.39% | 0.69% | - |
| XYZ | 30.1 | 22.72 | 37.45 | - |
| YUV | 134.9 | 143.86 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 108 | 163 | 0 | 0.39 | 0.08 | 0.31 | 312.17 | 0.31 | 0.56 |
| Hex | B1 | 6C | A3 | 0 | 27 | 8 | 1F | 138 | 1F | 38 |
| Octal | 261 | 154 | 243 | 0 | 47 | 10 | 37 | 470 | 37 | 70 |
| Binary | 10110001 | 1101100 | 10100011 | 0 | 100111 | 1000 | 11111 | 100111000 | 11111 | 111000 |
Color Harmonies of #B16CA3
Complementary color
Monochromatic Colors of #B16CA3
Black with #B16CA3
Text Example
Text Example
White with #B16CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16CA3; }
p { color: rgb(177,108,163); }
H1.HeaderClassName
{
color: #B16CA3;
}
.AnyTagClassName
{
color: #B16CA3;
}
</style>
background-color css
<style>
a { background-color: #B16CA3; }
a { background-color: rgb(177,108,163); }
div.DivClassName
{
background-color: #B16CA3;
}
.BgClassName
{
background-color: #B16CA3;
}
</style>
border-color css
<style>
span { border-color: #B16CA3; }
span { border-color: rgb(177,108,163); }
td.TdClassName
{
border-color: #B16CA3;
}
.TagClassName
{
border-color: #B16CA3;
}
</style>