Shades of Violet Blue #B1459D
Tints of Violet Blue #B1459D
RGB
CMYK
RGB Variations
Color information
#B1459D (or 0xB1459D) is known color: Violet Blue. HEX triplet: B1, 45 and 9D. RGB value is (177,69,157). Sum of RGB (Red+Green+Blue) = 177+69+157=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 69 (27.34% from 255 or 17.12% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B1459D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1459D is #4EBA62. Grayscale: #6F6F6F. Windows color (decimal): -5159523 or 10306993. OLE color: 10306993.
HSL color Cylindrical-coordinate representation of color #B1459D: hue angle of 311.11º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B1459D is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 69 | 157 | - |
| CMYK | 0 | 0.61 | 0.11 | 0.31 |
| HSL | 311.11º | 0.44% | 0.48% | - |
| HSV(B) | 311.11º | 0.61% | 0.69% | - |
| XYZ | 26.35 | 16.04 | 33.61 | - |
| YUV | 111.32 | 153.78 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 69 | 157 | 0 | 0.61 | 0.11 | 0.31 | 311.11 | 0.44 | 0.48 |
| Hex | B1 | 45 | 9D | 0 | 3D | B | 1F | 137 | 2C | 30 |
| Octal | 261 | 105 | 235 | 0 | 75 | 13 | 37 | 467 | 54 | 60 |
| Binary | 10110001 | 1000101 | 10011101 | 0 | 111101 | 1011 | 11111 | 100110111 | 101100 | 110000 |
Color Harmonies of #B1459D
Complementary color
Monochromatic Colors of #B1459D
Black with #B1459D
Text Example
Text Example
White with #B1459D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1459D; }
p { color: rgb(177,69,157); }
H1.HeaderClassName
{
color: #B1459D;
}
.AnyTagClassName
{
color: #B1459D;
}
</style>
background-color css
<style>
a { background-color: #B1459D; }
a { background-color: rgb(177,69,157); }
div.DivClassName
{
background-color: #B1459D;
}
.BgClassName
{
background-color: #B1459D;
}
</style>
border-color css
<style>
span { border-color: #B1459D; }
span { border-color: rgb(177,69,157); }
td.TdClassName
{
border-color: #B1459D;
}
.TagClassName
{
border-color: #B1459D;
}
</style>