Shades of Violet Blue #B1619A
Tints of Violet Blue #B1619A
RGB
CMYK
RGB Variations
Color information
#B1619A (or 0xB1619A) is known color: Violet Blue. HEX triplet: B1, 61 and 9A. RGB value is (177,97,154). Sum of RGB (Red+Green+Blue) = 177+97+154=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 97 (38.28% from 255 or 22.66% from 428); Blue value is 154 (60.55% from 255 or 35.98% from 428); Max value from RGB is 177 - color contains mainly: red. Hex color #B1619A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1619A is #4E9E65. Grayscale: #7F7F7F. Windows color (decimal): -5152358 or 10117553. OLE color: 10117553.
HSL color Cylindrical-coordinate representation of color #B1619A: hue angle of 317.25º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B1619A is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 97 | 154 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.31 |
| HSL | 317.25º | 0.34% | 0.54% | - |
| HSV(B) | 317.25º | 0.45% | 0.69% | - |
| XYZ | 28.24 | 20.23 | 32.99 | - |
| YUV | 127.42 | 143 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 97 | 154 | 0 | 0.45 | 0.13 | 0.31 | 317.25 | 0.34 | 0.54 |
| Hex | B1 | 61 | 9A | 0 | 2D | D | 1F | 13D | 22 | 36 |
| Octal | 261 | 141 | 232 | 0 | 55 | 15 | 37 | 475 | 42 | 66 |
| Binary | 10110001 | 1100001 | 10011010 | 0 | 101101 | 1101 | 11111 | 100111101 | 100010 | 110110 |
Color Harmonies of #B1619A
Complementary color
Monochromatic Colors of #B1619A
Black with #B1619A
Text Example
Text Example
White with #B1619A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1619A; }
p { color: rgb(177,97,154); }
H1.HeaderClassName
{
color: #B1619A;
}
.AnyTagClassName
{
color: #B1619A;
}
</style>
background-color css
<style>
a { background-color: #B1619A; }
a { background-color: rgb(177,97,154); }
div.DivClassName
{
background-color: #B1619A;
}
.BgClassName
{
background-color: #B1619A;
}
</style>
border-color css
<style>
span { border-color: #B1619A; }
span { border-color: rgb(177,97,154); }
td.TdClassName
{
border-color: #B1619A;
}
.TagClassName
{
border-color: #B1619A;
}
</style>