Shades of Violet Blue #B1489C
Tints of Violet Blue #B1489C
RGB
CMYK
RGB Variations
Color information
#B1489C (or 0xB1489C) is known color: Violet Blue. HEX triplet: B1, 48 and 9C. RGB value is (177,72,156). Sum of RGB (Red+Green+Blue) = 177+72+156=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 72 (28.52% from 255 or 17.78% from 405); Blue value is 156 (61.33% from 255 or 38.52% from 405); Max value from RGB is 177 - color contains mainly: red. Hex color #B1489C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1489C is #4EB763. Grayscale: #707070. Windows color (decimal): -5158756 or 10242225. OLE color: 10242225.
HSL color Cylindrical-coordinate representation of color #B1489C: hue angle of 312º 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 #B1489C is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 72 | 156 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.31 |
| HSL | 312º | 0.42% | 0.49% | - |
| HSV(B) | 312º | 0.59% | 0.69% | - |
| XYZ | 26.45 | 16.38 | 33.22 | - |
| YUV | 112.97 | 152.29 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 72 | 156 | 0 | 0.59 | 0.12 | 0.31 | 312 | 0.42 | 0.49 |
| Hex | B1 | 48 | 9C | 0 | 3B | C | 1F | 138 | 2A | 31 |
| Octal | 261 | 110 | 234 | 0 | 73 | 14 | 37 | 470 | 52 | 61 |
| Binary | 10110001 | 1001000 | 10011100 | 0 | 111011 | 1100 | 11111 | 100111000 | 101010 | 110001 |
Color Harmonies of #B1489C
Complementary color
Monochromatic Colors of #B1489C
Black with #B1489C
Text Example
Text Example
White with #B1489C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1489C; }
p { color: rgb(177,72,156); }
H1.HeaderClassName
{
color: #B1489C;
}
.AnyTagClassName
{
color: #B1489C;
}
</style>
background-color css
<style>
a { background-color: #B1489C; }
a { background-color: rgb(177,72,156); }
div.DivClassName
{
background-color: #B1489C;
}
.BgClassName
{
background-color: #B1489C;
}
</style>
border-color css
<style>
span { border-color: #B1489C; }
span { border-color: rgb(177,72,156); }
td.TdClassName
{
border-color: #B1489C;
}
.TagClassName
{
border-color: #B1489C;
}
</style>