Shades of Violet Blue #B069A0
Tints of Violet Blue #B069A0
RGB
CMYK
RGB Variations
Color information
#B069A0 (or 0xB069A0) is known color: Violet Blue. HEX triplet: B0, 69 and A0. RGB value is (176,105,160). Sum of RGB (Red+Green+Blue) = 176+105+160=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 105 (41.41% from 255 or 23.81% from 441); Blue value is 160 (62.89% from 255 or 36.28% from 441); Max value from RGB is 176 - color contains mainly: red. Hex color #B069A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B069A0 is #4F965F. Grayscale: #848484. Windows color (decimal): -5215840 or 10512816. OLE color: 10512816.
HSL color Cylindrical-coordinate representation of color #B069A0: hue angle of 313.52º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B069A0 is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 105 | 160 | - |
| CMYK | 0 | 0.40 | 0.09 | 0.31 |
| HSL | 313.52º | 0.31% | 0.55% | - |
| HSV(B) | 313.52º | 0.4% | 0.69% | - |
| XYZ | 29.3 | 21.87 | 35.93 | - |
| YUV | 132.5 | 143.52 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 105 | 160 | 0 | 0.40 | 0.09 | 0.31 | 313.52 | 0.31 | 0.55 |
| Hex | B0 | 69 | A0 | 0 | 28 | 9 | 1F | 13A | 1F | 37 |
| Octal | 260 | 151 | 240 | 0 | 50 | 11 | 37 | 472 | 37 | 67 |
| Binary | 10110000 | 1101001 | 10100000 | 0 | 101000 | 1001 | 11111 | 100111010 | 11111 | 110111 |
Color Harmonies of #B069A0
Complementary color
Monochromatic Colors of #B069A0
Black with #B069A0
Text Example
Text Example
White with #B069A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B069A0; }
p { color: rgb(176,105,160); }
H1.HeaderClassName
{
color: #B069A0;
}
.AnyTagClassName
{
color: #B069A0;
}
</style>
background-color css
<style>
a { background-color: #B069A0; }
a { background-color: rgb(176,105,160); }
div.DivClassName
{
background-color: #B069A0;
}
.BgClassName
{
background-color: #B069A0;
}
</style>
border-color css
<style>
span { border-color: #B069A0; }
span { border-color: rgb(176,105,160); }
td.TdClassName
{
border-color: #B069A0;
}
.TagClassName
{
border-color: #B069A0;
}
</style>