Shades of Violet Blue #B063AB
Tints of Violet Blue #B063AB
RGB
CMYK
RGB Variations
Color information
#B063AB (or 0xB063AB) is known color: Violet Blue. HEX triplet: B0, 63 and AB. RGB value is (176,99,171). Sum of RGB (Red+Green+Blue) = 176+99+171=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 99 (39.06% from 255 or 22.20% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 176 - color contains mainly: red. Hex color #B063AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B063AB is #4F9C54. Grayscale: #828282. Windows color (decimal): -5217365 or 11232176. OLE color: 11232176.
HSL color Cylindrical-coordinate representation of color #B063AB: hue angle of 303.9º 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 #B063AB is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 99 | 171 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.31 |
| HSL | 303.9º | 0.33% | 0.54% | - |
| HSV(B) | 303.9º | 0.44% | 0.69% | - |
| XYZ | 29.72 | 21.09 | 41.03 | - |
| YUV | 130.23 | 151.01 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 99 | 171 | 0 | 0.44 | 0.03 | 0.31 | 303.9 | 0.33 | 0.54 |
| Hex | B0 | 63 | AB | 0 | 2C | 3 | 1F | 130 | 21 | 36 |
| Octal | 260 | 143 | 253 | 0 | 54 | 3 | 37 | 460 | 41 | 66 |
| Binary | 10110000 | 1100011 | 10101011 | 0 | 101100 | 11 | 11111 | 100110000 | 100001 | 110110 |
Color Harmonies of #B063AB
Complementary color
Monochromatic Colors of #B063AB
Black with #B063AB
Text Example
Text Example
White with #B063AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B063AB; }
p { color: rgb(176,99,171); }
H1.HeaderClassName
{
color: #B063AB;
}
.AnyTagClassName
{
color: #B063AB;
}
</style>
background-color css
<style>
a { background-color: #B063AB; }
a { background-color: rgb(176,99,171); }
div.DivClassName
{
background-color: #B063AB;
}
.BgClassName
{
background-color: #B063AB;
}
</style>
border-color css
<style>
span { border-color: #B063AB; }
span { border-color: rgb(176,99,171); }
td.TdClassName
{
border-color: #B063AB;
}
.TagClassName
{
border-color: #B063AB;
}
</style>