Shades of Violet Blue #B1539F
Tints of Violet Blue #B1539F
RGB
CMYK
RGB Variations
Color information
#B1539F (or 0xB1539F) is known color: Violet Blue. HEX triplet: B1, 53 and 9F. RGB value is (177,83,159). Sum of RGB (Red+Green+Blue) = 177+83+159=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 83 (32.81% from 255 or 19.81% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 177 - color contains mainly: red. Hex color #B1539F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1539F is #4EAC60. Grayscale: #777777. Windows color (decimal): -5155937 or 10441649. OLE color: 10441649.
HSL color Cylindrical-coordinate representation of color #B1539F: hue angle of 311.49º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B1539F is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 83 | 159 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.31 |
| HSL | 311.49º | 0.38% | 0.51% | - |
| HSV(B) | 311.49º | 0.53% | 0.69% | - |
| XYZ | 27.48 | 18.04 | 34.83 | - |
| YUV | 119.77 | 150.14 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 83 | 159 | 0 | 0.53 | 0.10 | 0.31 | 311.49 | 0.38 | 0.51 |
| Hex | B1 | 53 | 9F | 0 | 35 | A | 1F | 137 | 26 | 33 |
| Octal | 261 | 123 | 237 | 0 | 65 | 12 | 37 | 467 | 46 | 63 |
| Binary | 10110001 | 1010011 | 10011111 | 0 | 110101 | 1010 | 11111 | 100110111 | 100110 | 110011 |
Color Harmonies of #B1539F
Complementary color
Monochromatic Colors of #B1539F
Black with #B1539F
Text Example
Text Example
White with #B1539F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1539F; }
p { color: rgb(177,83,159); }
H1.HeaderClassName
{
color: #B1539F;
}
.AnyTagClassName
{
color: #B1539F;
}
</style>
background-color css
<style>
a { background-color: #B1539F; }
a { background-color: rgb(177,83,159); }
div.DivClassName
{
background-color: #B1539F;
}
.BgClassName
{
background-color: #B1539F;
}
</style>
border-color css
<style>
span { border-color: #B1539F; }
span { border-color: rgb(177,83,159); }
td.TdClassName
{
border-color: #B1539F;
}
.TagClassName
{
border-color: #B1539F;
}
</style>