Shades of Violet Blue #B957A3
Tints of Violet Blue #B957A3
RGB
CMYK
RGB Variations
Color information
#B957A3 (or 0xB957A3) is known color: Violet Blue. HEX triplet: B9, 57 and A3. RGB value is (185,87,163). Sum of RGB (Red+Green+Blue) = 185+87+163=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 87 (34.38% from 255 or 20% from 435); Blue value is 163 (64.06% from 255 or 37.47% from 435); Max value from RGB is 185 - color contains mainly: red. Hex color #B957A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B957A3 is #46A85C. Grayscale: #7C7C7C. Windows color (decimal): -4630621 or 10704825. OLE color: 10704825.
HSL color Cylindrical-coordinate representation of color #B957A3: hue angle of 313.47º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B957A3 is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 87 | 163 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.27 |
| HSL | 313.47º | 0.41% | 0.53% | - |
| HSV(B) | 313.47º | 0.53% | 0.73% | - |
| XYZ | 30.03 | 19.78 | 36.88 | - |
| YUV | 124.97 | 149.47 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 87 | 163 | 0 | 0.53 | 0.12 | 0.27 | 313.47 | 0.41 | 0.53 |
| Hex | B9 | 57 | A3 | 0 | 35 | C | 1B | 139 | 29 | 35 |
| Octal | 271 | 127 | 243 | 0 | 65 | 14 | 33 | 471 | 51 | 65 |
| Binary | 10111001 | 1010111 | 10100011 | 0 | 110101 | 1100 | 11011 | 100111001 | 101001 | 110101 |
Color Harmonies of #B957A3
Complementary color
Monochromatic Colors of #B957A3
Black with #B957A3
Text Example
Text Example
White with #B957A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B957A3; }
p { color: rgb(185,87,163); }
H1.HeaderClassName
{
color: #B957A3;
}
.AnyTagClassName
{
color: #B957A3;
}
</style>
background-color css
<style>
a { background-color: #B957A3; }
a { background-color: rgb(185,87,163); }
div.DivClassName
{
background-color: #B957A3;
}
.BgClassName
{
background-color: #B957A3;
}
</style>
border-color css
<style>
span { border-color: #B957A3; }
span { border-color: rgb(185,87,163); }
td.TdClassName
{
border-color: #B957A3;
}
.TagClassName
{
border-color: #B957A3;
}
</style>