Shades of Violet Blue #B1539C
Tints of Violet Blue #B1539C
RGB
CMYK
RGB Variations
Color information
#B1539C (or 0xB1539C) is known color: Violet Blue. HEX triplet: B1, 53 and 9C. RGB value is (177,83,156). Sum of RGB (Red+Green+Blue) = 177+83+156=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 83 (32.81% from 255 or 19.95% from 416); Blue value is 156 (61.33% from 255 or 37.5% from 416); Max value from RGB is 177 - color contains mainly: red. Hex color #B1539C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1539C is #4EAC63. Grayscale: #777777. Windows color (decimal): -5155940 or 10245041. OLE color: 10245041.
HSL color Cylindrical-coordinate representation of color #B1539C: hue angle of 313.4º 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 #B1539C is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 83 | 156 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.31 |
| HSL | 313.4º | 0.38% | 0.51% | - |
| HSV(B) | 313.4º | 0.53% | 0.69% | - |
| XYZ | 27.23 | 17.93 | 33.48 | - |
| YUV | 119.43 | 148.64 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 83 | 156 | 0 | 0.53 | 0.12 | 0.31 | 313.4 | 0.38 | 0.51 |
| Hex | B1 | 53 | 9C | 0 | 35 | C | 1F | 139 | 26 | 33 |
| Octal | 261 | 123 | 234 | 0 | 65 | 14 | 37 | 471 | 46 | 63 |
| Binary | 10110001 | 1010011 | 10011100 | 0 | 110101 | 1100 | 11111 | 100111001 | 100110 | 110011 |
Color Harmonies of #B1539C
Complementary color
Monochromatic Colors of #B1539C
Black with #B1539C
Text Example
Text Example
White with #B1539C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1539C; }
p { color: rgb(177,83,156); }
H1.HeaderClassName
{
color: #B1539C;
}
.AnyTagClassName
{
color: #B1539C;
}
</style>
background-color css
<style>
a { background-color: #B1539C; }
a { background-color: rgb(177,83,156); }
div.DivClassName
{
background-color: #B1539C;
}
.BgClassName
{
background-color: #B1539C;
}
</style>
border-color css
<style>
span { border-color: #B1539C; }
span { border-color: rgb(177,83,156); }
td.TdClassName
{
border-color: #B1539C;
}
.TagClassName
{
border-color: #B1539C;
}
</style>