Shades of Violet Blue #B069A4
Tints of Violet Blue #B069A4
RGB
CMYK
RGB Variations
Color information
#B069A4 (or 0xB069A4) is known color: Violet Blue. HEX triplet: B0, 69 and A4. RGB value is (176,105,164). Sum of RGB (Red+Green+Blue) = 176+105+164=445 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.55% from 445); Green value is 105 (41.41% from 255 or 23.60% from 445); Blue value is 164 (64.45% from 255 or 36.85% from 445); Max value from RGB is 176 - color contains mainly: red. Hex color #B069A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B069A4 is #4F965B. Grayscale: #848484. Windows color (decimal): -5215836 or 10774960. OLE color: 10774960.
HSL color Cylindrical-coordinate representation of color #B069A4: hue angle of 310.14º 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 #B069A4 is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 105 | 164 | - |
| CMYK | 0 | 0.40 | 0.07 | 0.31 |
| HSL | 310.14º | 0.31% | 0.55% | - |
| HSV(B) | 310.14º | 0.4% | 0.69% | - |
| XYZ | 29.66 | 22.01 | 37.81 | - |
| YUV | 132.96 | 145.52 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 105 | 164 | 0 | 0.40 | 0.07 | 0.31 | 310.14 | 0.31 | 0.55 |
| Hex | B0 | 69 | A4 | 0 | 28 | 7 | 1F | 136 | 1F | 37 |
| Octal | 260 | 151 | 244 | 0 | 50 | 7 | 37 | 466 | 37 | 67 |
| Binary | 10110000 | 1101001 | 10100100 | 0 | 101000 | 111 | 11111 | 100110110 | 11111 | 110111 |
Color Harmonies of #B069A4
Complementary color
Monochromatic Colors of #B069A4
Black with #B069A4
Text Example
Text Example
White with #B069A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B069A4; }
p { color: rgb(176,105,164); }
H1.HeaderClassName
{
color: #B069A4;
}
.AnyTagClassName
{
color: #B069A4;
}
</style>
background-color css
<style>
a { background-color: #B069A4; }
a { background-color: rgb(176,105,164); }
div.DivClassName
{
background-color: #B069A4;
}
.BgClassName
{
background-color: #B069A4;
}
</style>
border-color css
<style>
span { border-color: #B069A4; }
span { border-color: rgb(176,105,164); }
td.TdClassName
{
border-color: #B069A4;
}
.TagClassName
{
border-color: #B069A4;
}
</style>