Shades of Violet Blue #B0669C
Tints of Violet Blue #B0669C
RGB
CMYK
RGB Variations
Color information
#B0669C (or 0xB0669C) is known color: Violet Blue. HEX triplet: B0, 66 and 9C. RGB value is (176,102,156). Sum of RGB (Red+Green+Blue) = 176+102+156=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 102 (40.23% from 255 or 23.50% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 176 - color contains mainly: red. Hex color #B0669C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0669C is #4F9963. Grayscale: #828282. Windows color (decimal): -5216612 or 10249904. OLE color: 10249904.
HSL color Cylindrical-coordinate representation of color #B0669C: hue angle of 316.22º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B0669C is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 102 | 156 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.31 |
| HSL | 316.22º | 0.32% | 0.55% | - |
| HSV(B) | 316.22º | 0.42% | 0.69% | - |
| XYZ | 28.66 | 21.13 | 34.02 | - |
| YUV | 130.28 | 142.52 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 102 | 156 | 0 | 0.42 | 0.11 | 0.31 | 316.22 | 0.32 | 0.55 |
| Hex | B0 | 66 | 9C | 0 | 2A | B | 1F | 13C | 20 | 37 |
| Octal | 260 | 146 | 234 | 0 | 52 | 13 | 37 | 474 | 40 | 67 |
| Binary | 10110000 | 1100110 | 10011100 | 0 | 101010 | 1011 | 11111 | 100111100 | 100000 | 110111 |
Color Harmonies of #B0669C
Complementary color
Monochromatic Colors of #B0669C
Black with #B0669C
Text Example
Text Example
White with #B0669C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0669C; }
p { color: rgb(176,102,156); }
H1.HeaderClassName
{
color: #B0669C;
}
.AnyTagClassName
{
color: #B0669C;
}
</style>
background-color css
<style>
a { background-color: #B0669C; }
a { background-color: rgb(176,102,156); }
div.DivClassName
{
background-color: #B0669C;
}
.BgClassName
{
background-color: #B0669C;
}
</style>
border-color css
<style>
span { border-color: #B0669C; }
span { border-color: rgb(176,102,156); }
td.TdClassName
{
border-color: #B0669C;
}
.TagClassName
{
border-color: #B0669C;
}
</style>