Shades of Violet Blue #B063A0
Tints of Violet Blue #B063A0
RGB
CMYK
RGB Variations
Color information
#B063A0 (or 0xB063A0) is known color: Violet Blue. HEX triplet: B0, 63 and A0. RGB value is (176,99,160). Sum of RGB (Red+Green+Blue) = 176+99+160=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 99 (39.06% from 255 or 22.76% from 435); Blue value is 160 (62.89% from 255 or 36.78% from 435); Max value from RGB is 176 - color contains mainly: red. Hex color #B063A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B063A0 is #4F9C5F. Grayscale: #808080. Windows color (decimal): -5217376 or 10511280. OLE color: 10511280.
HSL color Cylindrical-coordinate representation of color #B063A0: hue angle of 312.47º 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 #B063A0 is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 99 | 160 | - |
| CMYK | 0 | 0.44 | 0.09 | 0.31 |
| HSL | 312.47º | 0.33% | 0.54% | - |
| HSV(B) | 312.47º | 0.44% | 0.69% | - |
| XYZ | 28.71 | 20.69 | 35.74 | - |
| YUV | 128.98 | 145.51 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 99 | 160 | 0 | 0.44 | 0.09 | 0.31 | 312.47 | 0.33 | 0.54 |
| Hex | B0 | 63 | A0 | 0 | 2C | 9 | 1F | 138 | 21 | 36 |
| Octal | 260 | 143 | 240 | 0 | 54 | 11 | 37 | 470 | 41 | 66 |
| Binary | 10110000 | 1100011 | 10100000 | 0 | 101100 | 1001 | 11111 | 100111000 | 100001 | 110110 |
Color Harmonies of #B063A0
Complementary color
Monochromatic Colors of #B063A0
Black with #B063A0
Text Example
Text Example
White with #B063A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B063A0; }
p { color: rgb(176,99,160); }
H1.HeaderClassName
{
color: #B063A0;
}
.AnyTagClassName
{
color: #B063A0;
}
</style>
background-color css
<style>
a { background-color: #B063A0; }
a { background-color: rgb(176,99,160); }
div.DivClassName
{
background-color: #B063A0;
}
.BgClassName
{
background-color: #B063A0;
}
</style>
border-color css
<style>
span { border-color: #B063A0; }
span { border-color: rgb(176,99,160); }
td.TdClassName
{
border-color: #B063A0;
}
.TagClassName
{
border-color: #B063A0;
}
</style>