Shades of Violet Blue #B149A5
Tints of Violet Blue #B149A5
RGB
CMYK
RGB Variations
Color information
#B149A5 (or 0xB149A5) is known color: Violet Blue. HEX triplet: B1, 49 and A5. RGB value is (177,73,165). Sum of RGB (Red+Green+Blue) = 177+73+165=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 73 (28.91% from 255 or 17.59% from 415); Blue value is 165 (64.84% from 255 or 39.76% from 415); Max value from RGB is 177 - color contains mainly: red. Hex color #B149A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B149A5 is #4EB65A. Grayscale: #727272. Windows color (decimal): -5158491 or 10832305. OLE color: 10832305.
HSL color Cylindrical-coordinate representation of color #B149A5: hue angle of 306.92º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B149A5 is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 73 | 165 | - |
| CMYK | 0 | 0.59 | 0.07 | 0.31 |
| HSL | 306.92º | 0.42% | 0.49% | - |
| HSV(B) | 306.92º | 0.59% | 0.69% | - |
| XYZ | 27.31 | 16.83 | 37.41 | - |
| YUV | 114.58 | 156.46 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 73 | 165 | 0 | 0.59 | 0.07 | 0.31 | 306.92 | 0.42 | 0.49 |
| Hex | B1 | 49 | A5 | 0 | 3B | 7 | 1F | 133 | 2A | 31 |
| Octal | 261 | 111 | 245 | 0 | 73 | 7 | 37 | 463 | 52 | 61 |
| Binary | 10110001 | 1001001 | 10100101 | 0 | 111011 | 111 | 11111 | 100110011 | 101010 | 110001 |
Color Harmonies of #B149A5
Complementary color
Monochromatic Colors of #B149A5
Black with #B149A5
Text Example
Text Example
White with #B149A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B149A5; }
p { color: rgb(177,73,165); }
H1.HeaderClassName
{
color: #B149A5;
}
.AnyTagClassName
{
color: #B149A5;
}
</style>
background-color css
<style>
a { background-color: #B149A5; }
a { background-color: rgb(177,73,165); }
div.DivClassName
{
background-color: #B149A5;
}
.BgClassName
{
background-color: #B149A5;
}
</style>
border-color css
<style>
span { border-color: #B149A5; }
span { border-color: rgb(177,73,165); }
td.TdClassName
{
border-color: #B149A5;
}
.TagClassName
{
border-color: #B149A5;
}
</style>