Shades of Violet Blue #B063AD
Tints of Violet Blue #B063AD
RGB
CMYK
RGB Variations
Color information
#B063AD (or 0xB063AD) is known color: Violet Blue. HEX triplet: B0, 63 and AD. RGB value is (176,99,173). Sum of RGB (Red+Green+Blue) = 176+99+173=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 99 (39.06% from 255 or 22.10% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 176 - color contains mainly: red. Hex color #B063AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B063AD is #4F9C52. Grayscale: #828282. Windows color (decimal): -5217363 or 11363248. OLE color: 11363248.
HSL color Cylindrical-coordinate representation of color #B063AD: hue angle of 302.34º 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 #B063AD is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 99 | 173 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.31 |
| HSL | 302.34º | 0.33% | 0.54% | - |
| HSV(B) | 302.34º | 0.44% | 0.69% | - |
| XYZ | 29.91 | 21.17 | 42.05 | - |
| YUV | 130.46 | 152.01 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 99 | 173 | 0 | 0.44 | 0.02 | 0.31 | 302.34 | 0.33 | 0.54 |
| Hex | B0 | 63 | AD | 0 | 2C | 2 | 1F | 12E | 21 | 36 |
| Octal | 260 | 143 | 255 | 0 | 54 | 2 | 37 | 456 | 41 | 66 |
| Binary | 10110000 | 1100011 | 10101101 | 0 | 101100 | 10 | 11111 | 100101110 | 100001 | 110110 |
Color Harmonies of #B063AD
Complementary color
Monochromatic Colors of #B063AD
Black with #B063AD
Text Example
Text Example
White with #B063AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B063AD; }
p { color: rgb(176,99,173); }
H1.HeaderClassName
{
color: #B063AD;
}
.AnyTagClassName
{
color: #B063AD;
}
</style>
background-color css
<style>
a { background-color: #B063AD; }
a { background-color: rgb(176,99,173); }
div.DivClassName
{
background-color: #B063AD;
}
.BgClassName
{
background-color: #B063AD;
}
</style>
border-color css
<style>
span { border-color: #B063AD; }
span { border-color: rgb(176,99,173); }
td.TdClassName
{
border-color: #B063AD;
}
.TagClassName
{
border-color: #B063AD;
}
</style>