Shades of Violet Blue #B163A3
Tints of Violet Blue #B163A3
RGB
CMYK
RGB Variations
Color information
#B163A3 (or 0xB163A3) is known color: Violet Blue. HEX triplet: B1, 63 and A3. RGB value is (177,99,163). Sum of RGB (Red+Green+Blue) = 177+99+163=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 99 (39.06% from 255 or 22.55% from 439); Blue value is 163 (64.06% from 255 or 37.13% from 439); Max value from RGB is 177 - color contains mainly: red. Hex color #B163A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B163A3 is #4E9C5C. Grayscale: #818181. Windows color (decimal): -5151837 or 10707889. OLE color: 10707889.
HSL color Cylindrical-coordinate representation of color #B163A3: hue angle of 310.77º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B163A3 is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 99 | 163 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.31 |
| HSL | 310.77º | 0.33% | 0.54% | - |
| HSV(B) | 310.77º | 0.44% | 0.69% | - |
| XYZ | 29.2 | 20.92 | 37.15 | - |
| YUV | 129.62 | 146.84 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 99 | 163 | 0 | 0.44 | 0.08 | 0.31 | 310.77 | 0.33 | 0.54 |
| Hex | B1 | 63 | A3 | 0 | 2C | 8 | 1F | 137 | 21 | 36 |
| Octal | 261 | 143 | 243 | 0 | 54 | 10 | 37 | 467 | 41 | 66 |
| Binary | 10110001 | 1100011 | 10100011 | 0 | 101100 | 1000 | 11111 | 100110111 | 100001 | 110110 |
Color Harmonies of #B163A3
Complementary color
Monochromatic Colors of #B163A3
Black with #B163A3
Text Example
Text Example
White with #B163A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B163A3; }
p { color: rgb(177,99,163); }
H1.HeaderClassName
{
color: #B163A3;
}
.AnyTagClassName
{
color: #B163A3;
}
</style>
background-color css
<style>
a { background-color: #B163A3; }
a { background-color: rgb(177,99,163); }
div.DivClassName
{
background-color: #B163A3;
}
.BgClassName
{
background-color: #B163A3;
}
</style>
border-color css
<style>
span { border-color: #B163A3; }
span { border-color: rgb(177,99,163); }
td.TdClassName
{
border-color: #B163A3;
}
.TagClassName
{
border-color: #B163A3;
}
</style>