Shades of Violet Blue #B1669F
Tints of Violet Blue #B1669F
RGB
CMYK
RGB Variations
Color information
#B1669F (or 0xB1669F) is known color: Violet Blue. HEX triplet: B1, 66 and 9F. RGB value is (177,102,159). Sum of RGB (Red+Green+Blue) = 177+102+159=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 102 (40.23% from 255 or 23.29% from 438); Blue value is 159 (62.5% from 255 or 36.30% from 438); Max value from RGB is 177 - color contains mainly: red. Hex color #B1669F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1669F is #4E9960. Grayscale: #828282. Windows color (decimal): -5151073 or 10446513. OLE color: 10446513.
HSL color Cylindrical-coordinate representation of color #B1669F: hue angle of 314.4º 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 #B1669F is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 102 | 159 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.31 |
| HSL | 314.4º | 0.32% | 0.55% | - |
| HSV(B) | 314.4º | 0.42% | 0.69% | - |
| XYZ | 29.14 | 21.35 | 35.39 | - |
| YUV | 130.92 | 143.85 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 102 | 159 | 0 | 0.42 | 0.10 | 0.31 | 314.4 | 0.32 | 0.55 |
| Hex | B1 | 66 | 9F | 0 | 2A | A | 1F | 13A | 20 | 37 |
| Octal | 261 | 146 | 237 | 0 | 52 | 12 | 37 | 472 | 40 | 67 |
| Binary | 10110001 | 1100110 | 10011111 | 0 | 101010 | 1010 | 11111 | 100111010 | 100000 | 110111 |
Color Harmonies of #B1669F
Complementary color
Monochromatic Colors of #B1669F
Black with #B1669F
Text Example
Text Example
White with #B1669F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1669F; }
p { color: rgb(177,102,159); }
H1.HeaderClassName
{
color: #B1669F;
}
.AnyTagClassName
{
color: #B1669F;
}
</style>
background-color css
<style>
a { background-color: #B1669F; }
a { background-color: rgb(177,102,159); }
div.DivClassName
{
background-color: #B1669F;
}
.BgClassName
{
background-color: #B1669F;
}
</style>
border-color css
<style>
span { border-color: #B1669F; }
span { border-color: rgb(177,102,159); }
td.TdClassName
{
border-color: #B1669F;
}
.TagClassName
{
border-color: #B1669F;
}
</style>