Shades of Violet Blue #B069B4
Tints of Violet Blue #B069B4
RGB
CMYK
RGB Variations
Color information
#B069B4 (or 0xB069B4) is known color: Violet Blue. HEX triplet: B0, 69 and B4. RGB value is (176,105,180). Sum of RGB (Red+Green+Blue) = 176+105+180=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 105 (41.41% from 255 or 22.78% from 461); Blue value is 180 (70.70% from 255 or 39.05% from 461); Max value from RGB is 180 - color contains mainly: blue. Hex color #B069B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B069B4 is #4F964B. Grayscale: #868686. Windows color (decimal): -5215820 or 11823536. OLE color: 11823536.
HSL color Cylindrical-coordinate representation of color #B069B4: hue angle of 296.8º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B069B4 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 176 | 105 | 180 | - |
| CMYK | 0.02 | 0.42 | 0 | 0.29 |
| HSL | 296.8º | 0.33% | 0.56% | - |
| HSV(B) | 296.8º | 0.42% | 0.71% | - |
| XYZ | 31.19 | 22.63 | 45.9 | - |
| YUV | 134.78 | 153.52 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 105 | 180 | 0.02 | 0.42 | 0 | 0.29 | 296.8 | 0.33 | 0.56 |
| Hex | B0 | 69 | B4 | 2 | 2A | 0 | 1D | 129 | 21 | 38 |
| Octal | 260 | 151 | 264 | 2 | 52 | 0 | 35 | 451 | 41 | 70 |
| Binary | 10110000 | 1101001 | 10110100 | 10 | 101010 | 0 | 11101 | 100101001 | 100001 | 111000 |
Color Harmonies of #B069B4
Complementary color
Monochromatic Colors of #B069B4
Black with #B069B4
Text Example
Text Example
White with #B069B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B069B4; }
p { color: rgb(176,105,180); }
H1.HeaderClassName
{
color: #B069B4;
}
.AnyTagClassName
{
color: #B069B4;
}
</style>
background-color css
<style>
a { background-color: #B069B4; }
a { background-color: rgb(176,105,180); }
div.DivClassName
{
background-color: #B069B4;
}
.BgClassName
{
background-color: #B069B4;
}
</style>
border-color css
<style>
span { border-color: #B069B4; }
span { border-color: rgb(176,105,180); }
td.TdClassName
{
border-color: #B069B4;
}
.TagClassName
{
border-color: #B069B4;
}
</style>