Shades of Violet Blue #B1489D
Tints of Violet Blue #B1489D
RGB
CMYK
RGB Variations
Color information
#B1489D (or 0xB1489D) is known color: Violet Blue. HEX triplet: B1, 48 and 9D. RGB value is (177,72,157). Sum of RGB (Red+Green+Blue) = 177+72+157=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 72 (28.52% from 255 or 17.73% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 177 - color contains mainly: red. Hex color #B1489D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1489D is #4EB762. Grayscale: #707070. Windows color (decimal): -5158755 or 10307761. OLE color: 10307761.
HSL color Cylindrical-coordinate representation of color #B1489D: hue angle of 311.43º 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 #B1489D is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 72 | 157 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.31 |
| HSL | 311.43º | 0.42% | 0.49% | - |
| HSV(B) | 311.43º | 0.59% | 0.69% | - |
| XYZ | 26.53 | 16.42 | 33.67 | - |
| YUV | 113.09 | 152.79 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 72 | 157 | 0 | 0.59 | 0.11 | 0.31 | 311.43 | 0.42 | 0.49 |
| Hex | B1 | 48 | 9D | 0 | 3B | B | 1F | 137 | 2A | 31 |
| Octal | 261 | 110 | 235 | 0 | 73 | 13 | 37 | 467 | 52 | 61 |
| Binary | 10110001 | 1001000 | 10011101 | 0 | 111011 | 1011 | 11111 | 100110111 | 101010 | 110001 |
Color Harmonies of #B1489D
Complementary color
Monochromatic Colors of #B1489D
Black with #B1489D
Text Example
Text Example
White with #B1489D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1489D; }
p { color: rgb(177,72,157); }
H1.HeaderClassName
{
color: #B1489D;
}
.AnyTagClassName
{
color: #B1489D;
}
</style>
background-color css
<style>
a { background-color: #B1489D; }
a { background-color: rgb(177,72,157); }
div.DivClassName
{
background-color: #B1489D;
}
.BgClassName
{
background-color: #B1489D;
}
</style>
border-color css
<style>
span { border-color: #B1489D; }
span { border-color: rgb(177,72,157); }
td.TdClassName
{
border-color: #B1489D;
}
.TagClassName
{
border-color: #B1489D;
}
</style>